|
Functions |
Gan_SquMatrix * | gan_squmat_cholesky_q (Gan_SquMatrix *A, Gan_SquMatrix *L) |
| Macro: Apply Cholesky factorisation.
|
Gan_SquMatrix * | gan_squmat_cholesky_s (Gan_SquMatrix *A) |
| Macro: Apply Cholesky factorisation.
|
Gan_SquMatrix * | gan_squmat_cholesky_i (Gan_SquMatrix *A) |
| Macro: Apply Cholesky factorisation.
|
Gan_SquMatrix_f * | gan_squmatf_cholesky_q (Gan_SquMatrix_f *A, Gan_SquMatrix_f *L) |
| Macro: Apply Cholesky factorisation.
|
Gan_SquMatrix_f * | gan_squmatf_cholesky_s (Gan_SquMatrix_f *A) |
| Macro: Apply Cholesky factorisation.
|
Gan_SquMatrix_f * | gan_squmatf_cholesky_i (Gan_SquMatrix_f *A) |
| Macro: Apply Cholesky factorisation.
|