Functions | |
Gan_SquMatrix * | gan_diagmat_inv_diag_thres (Gan_SquMatrix *A, unsigned null_space, double thres) |
Invert the elements of diagonal matrix. | |
Gan_Matrix * | gan_mat_invert_q (const Gan_Matrix *A, Gan_Matrix *B) |
Inverts general square matrix. | |
Gan_Matrix * | gan_mat_invert_s (const Gan_Matrix *A) |
Macro: Inverts general square matrix. | |
Gan_SquMatrix * | gan_squmat_invert_q (Gan_SquMatrix *A, Gan_SquMatrix *B) |
Macro: Apply matrix inversion. | |
Gan_SquMatrix * | gan_squmat_invert_s (Gan_SquMatrix *A) |
Macro: Apply matrix inversion. | |
Gan_SquMatrix * | gan_squmat_invert_i (Gan_SquMatrix *A) |
Macro: Apply matrix inversion. | |
Gan_SquMatrix_f * | gan_diagmatf_inv_diag_thres (Gan_SquMatrix_f *A, unsigned null_space, float thres) |
Invert the elements of diagonal matrix. | |
Gan_Matrix_f * | gan_matf_invert_q (const Gan_Matrix_f *A, Gan_Matrix_f *B) |
Inverts general square matrix. | |
Gan_Matrix_f * | gan_matf_invert_s (const Gan_Matrix_f *A) |
Macro: Inverts general square matrix. | |
Gan_SquMatrix_f * | gan_squmatf_invert_q (Gan_SquMatrix_f *A, Gan_SquMatrix_f *B) |
Macro: Apply matrix inversion. | |
Gan_SquMatrix_f * | gan_squmatf_invert_s (Gan_SquMatrix_f *A) |
Macro: Apply matrix inversion. | |
Gan_SquMatrix_f * | gan_squmatf_invert_i (Gan_SquMatrix_f *A) |
Macro: Apply matrix inversion. |
|
Invert the elements of diagonal matrix.
|
|
Invert the elements of diagonal matrix.
|
|
Inverts general square matrix.
|
|
Macro: Inverts general square matrix.
Implemented as a macro call to gan_mat_invert_q().
|
|
Inverts general square matrix.
|
|
Macro: Inverts general square matrix.
Implemented as a macro call to gan_matf_invert_q().
|
|
Macro: Apply matrix inversion.
|
|
Macro: Apply matrix inversion.
|
|
Macro: Apply matrix inversion.
|
|
Macro: Apply matrix inversion.
|
|
Macro: Apply matrix inversion.
|
|
Macro: Apply matrix inversion.
|