Main Page   Modules   Compound List   File List   Compound Members   File Members  

Outer Product of General Size Vectors
[General Size Vectors]


Functions

Gan_Matrixgan_vec_outer_q (Gan_Vector *x, Gan_Vector *y, Gan_Matrix *A)
 Vector outer product.

Gan_SquMatrixgan_vec_outer_sym_q (Gan_Vector *x, Gan_SquMatrix *A)
 Vector outer product with self.

Gan_Matrixgan_vec_outer_s (Gan_Vector *x, Gan_Vector *y)
 Macro: vector outer product.

Gan_SquMatrixgan_vec_outer_sym_s (Gan_Vector *x)
 Macro: vector outer product with self.

Gan_Matrix_fgan_vecf_outer_q (Gan_Vector_f *x, Gan_Vector_f *y, Gan_Matrix_f *A)
 Vector outer product.

Gan_SquMatrix_fgan_vecf_outer_sym_q (Gan_Vector_f *x, Gan_SquMatrix_f *A)
 Vector outer product with self.

Gan_Matrix_fgan_vecf_outer_s (Gan_Vector_f *x, Gan_Vector_f *y)
 Macro: vector outer product.

Gan_SquMatrix_fgan_vecf_outer_sym_s (Gan_Vector_f *x)
 Macro: vector outer product with self.


Function Documentation

Gan_Matrix* gan_vec_outer_q Gan_Vector   x,
Gan_Vector   y,
Gan_Matrix   A
 

Vector outer product.

Returns:
Matrix result A.
Function to compute outer product matrix of two vectors x and y.

Gan_Matrix* gan_vec_outer_s Gan_Vector   x,
Gan_Vector   y
 

Macro: vector outer product.

Returns:
Result as a new matrix.
Compute outer product of vectors x and y.

Gan_SquMatrix* gan_vec_outer_sym_q Gan_Vector   x,
Gan_SquMatrix   A
 

Vector outer product with self.

Returns:
Symmetric matrix result A.
Function to compute outer product between a vector x and itself.

Gan_SquMatrix* gan_vec_outer_sym_s Gan_Vector   x
 

Macro: vector outer product with self.

Returns:
Result as a new symmetric matrix.
Compute symmetric outer product of vector x with itself.

Gan_Matrix_f* gan_vecf_outer_q Gan_Vector_f   x,
Gan_Vector_f   y,
Gan_Matrix_f   A
 

Vector outer product.

Returns:
Matrix result A.
Function to compute outer product matrix of two vectors x and y.

Gan_Matrix_f* gan_vecf_outer_s Gan_Vector_f   x,
Gan_Vector_f   y
 

Macro: vector outer product.

Returns:
Result as a new matrix.
Compute outer product of vectors x and y.

Gan_SquMatrix_f* gan_vecf_outer_sym_q Gan_Vector_f   x,
Gan_SquMatrix_f   A
 

Vector outer product with self.

Returns:
Symmetric matrix result A.
Function to compute outer product between a vector x and itself.

Gan_SquMatrix_f* gan_vecf_outer_sym_s Gan_Vector_f   x
 

Macro: vector outer product with self.

Returns:
Result as a new symmetric matrix.
Compute symmetric outer product of vector x with itself.


Generated on Mon Oct 13 16:15:00 2003 by doxygen1.3-rc1