|
Functions |
Gan_Matrix * | gan_vec_outer_q (const Gan_Vector *x, const Gan_Vector *y, Gan_Matrix *A) |
| Vector outer product.
|
Gan_SquMatrix * | gan_vec_outer_sym_q (const Gan_Vector *x, Gan_SquMatrix *A) |
| Vector outer product with self.
|
Gan_Matrix * | gan_vec_outer_s (const Gan_Vector *x, const Gan_Vector *y) |
| Macro: vector outer product.
|
Gan_SquMatrix * | gan_vec_outer_sym_s (const Gan_Vector *x) |
| Macro: vector outer product with self.
|
Gan_Matrix_f * | gan_vecf_outer_q (const Gan_Vector_f *x, const Gan_Vector_f *y, Gan_Matrix_f *A) |
| Vector outer product.
|
Gan_SquMatrix_f * | gan_vecf_outer_sym_q (const Gan_Vector_f *x, Gan_SquMatrix_f *A) |
| Vector outer product with self.
|
Gan_Matrix_f * | gan_vecf_outer_s (const Gan_Vector_f *x, Gan_Vector_f *y) |
| Macro: vector outer product.
|
Gan_SquMatrix_f * | gan_vecf_outer_sym_s (const Gan_Vector_f *x) |
| Macro: vector outer product with self.
|