|
Functions |
Gan_SquMatrix * | gan_symmat_lrmult_q (Gan_SquMatrix *A, const Gan_Matrix *B, const Gan_Matrix *C, Gan_SquMatrix *D) |
| Macro: Multiply symmetric matrix on left and right by generic matrix and transpose.
|
Gan_SquMatrix * | gan_symmat_lrmult_s (Gan_SquMatrix *A, const Gan_Matrix *B, const Gan_Matrix *C) |
| Macro: Multiply symmetric matrix on left and right by generic matrix and transpose.
|
Gan_SquMatrix * | gan_symmat_lrmultT_q (Gan_SquMatrix *A, const Gan_Matrix *B, const Gan_Matrix *C, Gan_SquMatrix *D) |
| Macro: Multiply symmetric matrix on left and right by generic matrix and transpose.
|
Gan_SquMatrix * | gan_symmat_lrmultT_s (Gan_SquMatrix *A, const Gan_Matrix *B, const Gan_Matrix *C) |
| Macro: Multiply symmetric matrix on left and right by generic matrix and transpose.
|
Gan_SquMatrix_f * | gan_symmatf_lrmult_q (Gan_SquMatrix_f *A, const Gan_Matrix_f *B, const Gan_Matrix_f *C, Gan_SquMatrix_f *D) |
| Macro: Multiply symmetric matrix on left and right by generic matrix and transpose.
|
Gan_SquMatrix_f * | gan_symmatf_lrmult_s (Gan_SquMatrix_f *A, const Gan_Matrix_f *B, const Gan_Matrix_f *C) |
| Macro: Multiply symmetric matrix on left and right by generic matrix and transpose.
|
Gan_SquMatrix_f * | gan_symmatf_lrmultT_q (Gan_SquMatrix_f *A, const Gan_Matrix_f *B, const Gan_Matrix_f *C, Gan_SquMatrix_f *D) |
| Macro: Multiply symmetric matrix on left and right by generic matrix and transpose.
|
Gan_SquMatrix_f * | gan_symmatf_lrmultT_s (Gan_SquMatrix_f *A, const Gan_Matrix_f *B, const Gan_Matrix_f *C) |
| Macro: Multiply symmetric matrix on left and right by generic matrix and transpose.
|