Main Page | Modules | Class List | File List | Class Members | File Members

Outer Product of General Size Vectors
[General Size Vectors]


Functions

Gan_Matrixgan_vec_outer_q (const Gan_Vector *x, const Gan_Vector *y, Gan_Matrix *A)
 Vector outer product.
Gan_SquMatrixgan_vec_outer_sym_q (const Gan_Vector *x, Gan_SquMatrix *A)
 Vector outer product with self.
Gan_Matrixgan_vec_outer_s (const Gan_Vector *x, const Gan_Vector *y)
 Macro: vector outer product.
Gan_SquMatrixgan_vec_outer_sym_s (const Gan_Vector *x)
 Macro: vector outer product with self.
Gan_Matrix_fgan_vecf_outer_q (const Gan_Vector_f *x, const Gan_Vector_f *y, Gan_Matrix_f *A)
 Vector outer product.
Gan_SquMatrix_fgan_vecf_outer_sym_q (const Gan_Vector_f *x, Gan_SquMatrix_f *A)
 Vector outer product with self.
Gan_Matrix_fgan_vecf_outer_s (const Gan_Vector_f *x, Gan_Vector_f *y)
 Macro: vector outer product.
Gan_SquMatrix_fgan_vecf_outer_sym_s (const Gan_Vector_f *x)
 Macro: vector outer product with self.

Function Documentation

Gan_Matrix* gan_vec_outer_q const Gan_Vector x,
const Gan_Vector y,
Gan_Matrix A
 

Vector outer product.

Returns:
Matrix result A.
Function to compute outer product matrix $ A = x y^{\top} $ of two vectors x and y.

Gan_Matrix* gan_vec_outer_s const Gan_Vector x,
const Gan_Vector y
 

Macro: vector outer product.

Returns:
Result as a new matrix.
Compute outer product $ x y^{\top} $ of vectors x and y.

Gan_SquMatrix* gan_vec_outer_sym_q const Gan_Vector x,
Gan_SquMatrix A
 

Vector outer product with self.

Returns:
Symmetric matrix result A.
Function to compute outer product $ A = x x^{\top} $ between a vector x and itself.

Gan_SquMatrix* gan_vec_outer_sym_s const Gan_Vector x  ) 
 

Macro: vector outer product with self.

Returns:
Result as a new symmetric matrix.
Compute symmetric outer product $ x x^{\top} $ of vector x with itself.

Gan_Matrix_f* gan_vecf_outer_q const Gan_Vector_f x,
const Gan_Vector_f y,
Gan_Matrix_f A
 

Vector outer product.

Returns:
Matrix result A.
Function to compute outer product matrix $ A = x y^{\top} $ of two vectors x and y.

Gan_Matrix_f* gan_vecf_outer_s const Gan_Vector_f x,
Gan_Vector_f y
 

Macro: vector outer product.

Returns:
Result as a new matrix.
Compute outer product $ x y^{\top} $ of vectors x and y.

Gan_SquMatrix_f* gan_vecf_outer_sym_q const Gan_Vector_f x,
Gan_SquMatrix_f A
 

Vector outer product with self.

Returns:
Symmetric matrix result A.
Function to compute outer product $ A = x x^{\top} $ between a vector x and itself.

Gan_SquMatrix_f* gan_vecf_outer_sym_s const Gan_Vector_f x  ) 
 

Macro: vector outer product with self.

Returns:
Result as a new symmetric matrix.
Compute symmetric outer product $ x x^{\top} $ of vector x with itself.


Generated on Fri Mar 17 12:44:59 2006 by  doxygen 1.3.9.1