Functions | |
Gan_Matrix22 * | gan_mat22_from_mat_q (const Gan_Matrix *A, Gan_Matrix22 *B) |
Convert generic rectangular matrix to 2x2 matrix structure. | |
Gan_Matrix22 * | gan_mat22_from_squmat_q (const Gan_SquMatrix *A, Gan_Matrix22 *B) |
Convert symmetric matrix to generic 2x2 matrix structure. | |
Gan_SquMatrix22 * | gan_squmat22_from_squmat_q (const Gan_SquMatrix *A, Gan_SquMatrix22 *B) |
Convert symmetric matrix to specific 2x2 symmetric matrix structure. | |
Gan_Matrix22 * | gan_symmat22_to_mat22_q (const Gan_SquMatrix22 *A, Gan_Matrix22 *B) |
Convert symmetric 2x2 matrix to generic 2x2 matrix. | |
Gan_Matrix22 | gan_symmat22_to_mat22_s (const Gan_SquMatrix22 *A) |
Convert symmetric 2x2 matrix to generic 2x2 matrix. | |
Gan_Matrix22 | gan_mat22_from_mat_s (const Gan_Matrix *A) |
Convert generic rectangular matrix to fixed size matrix structure. | |
Gan_Matrix22 | gan_mat22_from_squmat_s (const Gan_SquMatrix *A) |
Convert square matrix to fixed size matrix structure. | |
Gan_SquMatrix22 | gan_squmat22_from_squmat_s (const Gan_SquMatrix *A) |
Convert a square matrix to a symmetric fixed size matrix. | |
Gan_Matrix22_f * | gan_mat22f_from_matf_q (const Gan_Matrix_f *A, Gan_Matrix22_f *B) |
Convert generic rectangular matrix to 2x2 matrix structure. | |
Gan_Matrix22_f * | gan_mat22f_from_squmatf_q (const Gan_SquMatrix_f *A, Gan_Matrix22_f *B) |
Convert symmetric matrix to generic 2x2 matrix structure. | |
Gan_SquMatrix22_f * | gan_squmat22f_from_squmatf_q (const Gan_SquMatrix_f *A, Gan_SquMatrix22_f *B) |
Convert symmetric matrix to specific 2x2 symmetric matrix structure. | |
Gan_Matrix22_f * | gan_symmat22f_to_mat22f_q (const Gan_SquMatrix22_f *A, Gan_Matrix22_f *B) |
Convert symmetric 2x2 matrix to generic 2x2 matrix. | |
Gan_Matrix22_f | gan_symmat22f_to_mat22f_s (const Gan_SquMatrix22_f *A) |
Convert symmetric 2x2 matrix to generic 2x2 matrix. | |
Gan_Matrix22_f | gan_mat22f_from_matf_s (const Gan_Matrix_f *A) |
Convert generic rectangular matrix to fixed size matrix structure. | |
Gan_Matrix22_f | gan_mat22f_from_squmatf_s (const Gan_SquMatrix_f *A) |
Convert square matrix to fixed size matrix structure. | |
Gan_SquMatrix22_f | gan_squmat22f_from_squmatf_s (const Gan_SquMatrix_f *A) |
Convert a square matrix to a symmetric fixed size matrix. | |
Gan_Matrix23 * | gan_mat23_from_mat_q (const Gan_Matrix *A, Gan_Matrix23 *B) |
Convert generic rectangular matrix to 2x3 matrix structure. | |
Gan_Matrix23 | gan_mat23_from_mat_s (const Gan_Matrix *A) |
Convert generic rectangular matrix to fixed size matrix structure. | |
Gan_Matrix23_f * | gan_mat23f_from_matf_q (const Gan_Matrix_f *A, Gan_Matrix23_f *B) |
Convert generic rectangular matrix to 2x3 matrix structure. | |
Gan_Matrix23_f | gan_mat23f_from_matf_s (const Gan_Matrix_f *A) |
Convert generic rectangular matrix to fixed size matrix structure. | |
Gan_Matrix24 * | gan_mat24_from_mat_q (const Gan_Matrix *A, Gan_Matrix24 *B) |
Convert generic rectangular matrix to 2x4 matrix structure. | |
Gan_Matrix24 | gan_mat24_from_mat_s (const Gan_Matrix *A) |
Convert generic rectangular matrix to fixed size matrix structure. | |
Gan_Matrix24_f * | gan_mat24f_from_matf_q (const Gan_Matrix_f *A, Gan_Matrix24_f *B) |
Convert generic rectangular matrix to 2x4 matrix structure. | |
Gan_Matrix24_f | gan_mat24f_from_matf_s (const Gan_Matrix_f *A) |
Convert generic rectangular matrix to fixed size matrix structure. | |
Gan_Matrix33 * | gan_mat33_from_mat_q (const Gan_Matrix *A, Gan_Matrix33 *B) |
Convert generic rectangular matrix to 3x3 matrix structure. | |
Gan_Matrix33 * | gan_mat33_from_squmat_q (const Gan_SquMatrix *A, Gan_Matrix33 *B) |
Convert symmetric matrix to generic 3x3 matrix structure. | |
Gan_SquMatrix33 * | gan_squmat33_from_squmat_q (const Gan_SquMatrix *A, Gan_SquMatrix33 *B) |
Convert symmetric matrix to specific 3x3 symmetric matrix structure. | |
Gan_Matrix33 * | gan_symmat33_to_mat33_q (const Gan_SquMatrix33 *A, Gan_Matrix33 *B) |
Convert symmetric 3x3 matrix to generic 3x3 matrix. | |
Gan_Matrix33 | gan_symmat33_to_mat33_s (const Gan_SquMatrix33 *A) |
Convert symmetric 3x3 matrix to generic 3x3 matrix. | |
Gan_Matrix33 | gan_mat33_from_mat_s (const Gan_Matrix *A) |
Convert generic rectangular matrix to fixed size matrix structure. | |
Gan_Matrix33 | gan_mat33_from_squmat_s (const Gan_SquMatrix *A) |
Convert square matrix to fixed size matrix structure. | |
Gan_SquMatrix33 | gan_squmat33_from_squmat_s (const Gan_SquMatrix *A) |
Convert a square matrix to a symmetric fixed size matrix. | |
Gan_Matrix33_f * | gan_mat33f_from_matf_q (const Gan_Matrix_f *A, Gan_Matrix33_f *B) |
Convert generic rectangular matrix to 3x3 matrix structure. | |
Gan_Matrix33_f * | gan_mat33f_from_squmatf_q (const Gan_SquMatrix_f *A, Gan_Matrix33_f *B) |
Convert symmetric matrix to generic 3x3 matrix structure. | |
Gan_SquMatrix33_f * | gan_squmat33f_from_squmatf_q (const Gan_SquMatrix_f *A, Gan_SquMatrix33_f *B) |
Convert symmetric matrix to specific 3x3 symmetric matrix structure. | |
Gan_Matrix33_f * | gan_symmat33f_to_mat33f_q (const Gan_SquMatrix33_f *A, Gan_Matrix33_f *B) |
Convert symmetric 3x3 matrix to generic 3x3 matrix. | |
Gan_Matrix33_f | gan_symmat33f_to_mat33f_s (const Gan_SquMatrix33_f *A) |
Convert symmetric 3x3 matrix to generic 3x3 matrix. | |
Gan_Matrix33_f | gan_mat33f_from_matf_s (const Gan_Matrix_f *A) |
Convert generic rectangular matrix to fixed size matrix structure. | |
Gan_Matrix33_f | gan_mat33f_from_squmatf_s (const Gan_SquMatrix_f *A) |
Convert square matrix to fixed size matrix structure. | |
Gan_SquMatrix33_f | gan_squmat33f_from_squmatf_s (const Gan_SquMatrix_f *A) |
Convert a square matrix to a symmetric fixed size matrix. | |
Gan_Matrix34 * | gan_mat34_from_mat_q (const Gan_Matrix *A, Gan_Matrix34 *B) |
Convert generic rectangular matrix to 3x4 matrix structure. | |
Gan_Matrix34 | gan_mat34_from_mat_s (const Gan_Matrix *A) |
Convert generic rectangular matrix to fixed size matrix structure. | |
Gan_Matrix34_f * | gan_mat34f_from_matf_q (const Gan_Matrix_f *A, Gan_Matrix34_f *B) |
Convert generic rectangular matrix to 3x4 matrix structure. | |
Gan_Matrix34_f | gan_mat34f_from_matf_s (const Gan_Matrix_f *A) |
Convert generic rectangular matrix to fixed size matrix structure. | |
Gan_Matrix44 * | gan_mat44_from_mat_q (const Gan_Matrix *A, Gan_Matrix44 *B) |
Convert generic rectangular matrix to 4x4 matrix structure. | |
Gan_Matrix44 * | gan_mat44_from_squmat_q (const Gan_SquMatrix *A, Gan_Matrix44 *B) |
Convert symmetric matrix to generic 4x4 matrix structure. | |
Gan_SquMatrix44 * | gan_squmat44_from_squmat_q (const Gan_SquMatrix *A, Gan_SquMatrix44 *B) |
Convert symmetric matrix to specific 4x4 symmetric matrix structure. | |
Gan_Matrix44 * | gan_symmat44_to_mat44_q (const Gan_SquMatrix44 *A, Gan_Matrix44 *B) |
Convert symmetric 4x4 matrix to generic 4x4 matrix. | |
Gan_Matrix44 | gan_symmat44_to_mat44_s (const Gan_SquMatrix44 *A) |
Convert symmetric 4x4 matrix to generic 4x4 matrix. | |
Gan_Matrix44 | gan_mat44_from_mat_s (const Gan_Matrix *A) |
Convert generic rectangular matrix to fixed size matrix structure. | |
Gan_Matrix44 | gan_mat44_from_squmat_s (const Gan_SquMatrix *A) |
Convert square matrix to fixed size matrix structure. | |
Gan_SquMatrix44 | gan_squmat44_from_squmat_s (const Gan_SquMatrix *A) |
Convert a square matrix to a symmetric fixed size matrix. | |
Gan_Matrix44_f * | gan_mat44f_from_matf_q (const Gan_Matrix_f *A, Gan_Matrix44_f *B) |
Convert generic rectangular matrix to 4x4 matrix structure. | |
Gan_Matrix44_f * | gan_mat44f_from_squmatf_q (const Gan_SquMatrix_f *A, Gan_Matrix44_f *B) |
Convert symmetric matrix to generic 4x4 matrix structure. | |
Gan_SquMatrix44_f * | gan_squmat44f_from_squmatf_q (const Gan_SquMatrix_f *A, Gan_SquMatrix44_f *B) |
Convert symmetric matrix to specific 4x4 symmetric matrix structure. | |
Gan_Matrix44_f * | gan_symmat44f_to_mat44f_q (const Gan_SquMatrix44_f *A, Gan_Matrix44_f *B) |
Convert symmetric 4x4 matrix to generic 4x4 matrix. | |
Gan_Matrix44_f | gan_symmat44f_to_mat44f_s (const Gan_SquMatrix44_f *A) |
Convert symmetric 4x4 matrix to generic 4x4 matrix. | |
Gan_Matrix44_f | gan_mat44f_from_matf_s (const Gan_Matrix_f *A) |
Convert generic rectangular matrix to fixed size matrix structure. | |
Gan_Matrix44_f | gan_mat44f_from_squmatf_s (const Gan_SquMatrix_f *A) |
Convert square matrix to fixed size matrix structure. | |
Gan_SquMatrix44_f | gan_squmat44f_from_squmatf_s (const Gan_SquMatrix_f *A) |
Convert a square matrix to a symmetric fixed size matrix. |
|
Convert generic rectangular matrix to 2x2 matrix structure. Convert generic rectangular matrix A to 2x2 matrix structure B.
|
|
Convert generic rectangular matrix to fixed size matrix structure. Convert generic rectangular matrix A to fixed size matrix structure, returning the result as a new matrix. |
|
Convert symmetric matrix to generic 2x2 matrix structure. Convert symmetric matrix A to generic 2x2 matrix structure B.
|
|
Convert square matrix to fixed size matrix structure. Convert square matrix A to fixed size matrix structure. returning the result as a new matrix. |
|
Convert generic rectangular matrix to 2x2 matrix structure. Convert generic rectangular matrix A to 2x2 matrix structure B.
|
|
Convert generic rectangular matrix to fixed size matrix structure. Convert generic rectangular matrix A to fixed size matrix structure, returning the result as a new matrix. |
|
Convert symmetric matrix to generic 2x2 matrix structure. Convert symmetric matrix A to generic 2x2 matrix structure B.
|
|
Convert square matrix to fixed size matrix structure. Convert square matrix A to fixed size matrix structure. returning the result as a new matrix. |
|
Convert generic rectangular matrix to 2x3 matrix structure. Convert generic rectangular matrix A to 2x3 matrix structure B.
|
|
Convert generic rectangular matrix to fixed size matrix structure. Convert generic rectangular matrix A to fixed size matrix structure, returning the result as a new matrix. |
|
Convert generic rectangular matrix to 2x3 matrix structure. Convert generic rectangular matrix A to 2x3 matrix structure B.
|
|
Convert generic rectangular matrix to fixed size matrix structure. Convert generic rectangular matrix A to fixed size matrix structure, returning the result as a new matrix. |
|
Convert generic rectangular matrix to 2x4 matrix structure. Convert generic rectangular matrix A to 2x4 matrix structure B.
|
|
Convert generic rectangular matrix to fixed size matrix structure. Convert generic rectangular matrix A to fixed size matrix structure, returning the result as a new matrix. |
|
Convert generic rectangular matrix to 2x4 matrix structure. Convert generic rectangular matrix A to 2x4 matrix structure B.
|
|
Convert generic rectangular matrix to fixed size matrix structure. Convert generic rectangular matrix A to fixed size matrix structure, returning the result as a new matrix. |
|
Convert generic rectangular matrix to 3x3 matrix structure. Convert generic rectangular matrix A to 3x3 matrix structure B.
|
|
Convert generic rectangular matrix to fixed size matrix structure. Convert generic rectangular matrix A to fixed size matrix structure, returning the result as a new matrix. |
|
Convert symmetric matrix to generic 3x3 matrix structure. Convert symmetric matrix A to generic 3x3 matrix structure B.
|
|
Convert square matrix to fixed size matrix structure. Convert square matrix A to fixed size matrix structure. returning the result as a new matrix. |
|
Convert generic rectangular matrix to 3x3 matrix structure. Convert generic rectangular matrix A to 3x3 matrix structure B.
|
|
Convert generic rectangular matrix to fixed size matrix structure. Convert generic rectangular matrix A to fixed size matrix structure, returning the result as a new matrix. |
|
Convert symmetric matrix to generic 3x3 matrix structure. Convert symmetric matrix A to generic 3x3 matrix structure B.
|
|
Convert square matrix to fixed size matrix structure. Convert square matrix A to fixed size matrix structure. returning the result as a new matrix. |
|
Convert generic rectangular matrix to 3x4 matrix structure. Convert generic rectangular matrix A to 3x4 matrix structure B.
|
|
Convert generic rectangular matrix to fixed size matrix structure. Convert generic rectangular matrix A to fixed size matrix structure, returning the result as a new matrix. |
|
Convert generic rectangular matrix to 3x4 matrix structure. Convert generic rectangular matrix A to 3x4 matrix structure B.
|
|
Convert generic rectangular matrix to fixed size matrix structure. Convert generic rectangular matrix A to fixed size matrix structure, returning the result as a new matrix. |
|
Convert generic rectangular matrix to 4x4 matrix structure. Convert generic rectangular matrix A to 4x4 matrix structure B.
|
|
Convert generic rectangular matrix to fixed size matrix structure. Convert generic rectangular matrix A to fixed size matrix structure, returning the result as a new matrix. |
|
Convert symmetric matrix to generic 4x4 matrix structure. Convert symmetric matrix A to generic 4x4 matrix structure B.
|
|
Convert square matrix to fixed size matrix structure. Convert square matrix A to fixed size matrix structure. returning the result as a new matrix. |
|
Convert generic rectangular matrix to 4x4 matrix structure. Convert generic rectangular matrix A to 4x4 matrix structure B.
|
|
Convert generic rectangular matrix to fixed size matrix structure. Convert generic rectangular matrix A to fixed size matrix structure, returning the result as a new matrix. |
|
Convert symmetric matrix to generic 4x4 matrix structure. Convert symmetric matrix A to generic 4x4 matrix structure B.
|
|
Convert square matrix to fixed size matrix structure. Convert square matrix A to fixed size matrix structure. returning the result as a new matrix. |
|
Convert symmetric matrix to specific 2x2 symmetric matrix structure. Convert symmetric matrix A to specific 2x2 symmetric matrix structure B.
|
|
Convert a square matrix to a symmetric fixed size matrix. Return the result of converting a square matrix A to a symmetric fixed size matrix. |
|
Convert symmetric matrix to specific 2x2 symmetric matrix structure. Convert symmetric matrix A to specific 2x2 symmetric matrix structure B.
|
|
Convert a square matrix to a symmetric fixed size matrix. Return the result of converting a square matrix A to a symmetric fixed size matrix. |
|
Convert symmetric matrix to specific 3x3 symmetric matrix structure. Convert symmetric matrix A to specific 3x3 symmetric matrix structure B.
|
|
Convert a square matrix to a symmetric fixed size matrix. Return the result of converting a square matrix A to a symmetric fixed size matrix. |
|
Convert symmetric matrix to specific 3x3 symmetric matrix structure. Convert symmetric matrix A to specific 3x3 symmetric matrix structure B.
|
|
Convert a square matrix to a symmetric fixed size matrix. Return the result of converting a square matrix A to a symmetric fixed size matrix. |
|
Convert symmetric matrix to specific 4x4 symmetric matrix structure. Convert symmetric matrix A to specific 4x4 symmetric matrix structure B.
|
|
Convert a square matrix to a symmetric fixed size matrix. Return the result of converting a square matrix A to a symmetric fixed size matrix. |
|
Convert symmetric matrix to specific 4x4 symmetric matrix structure. Convert symmetric matrix A to specific 4x4 symmetric matrix structure B.
|
|
Convert a square matrix to a symmetric fixed size matrix. Return the result of converting a square matrix A to a symmetric fixed size matrix. |
|
Convert symmetric 2x2 matrix to generic 2x2 matrix. Convert symmetric 2x2 matrix A to generic 2x2 matrix B.
|
|
Convert symmetric 2x2 matrix to generic 2x2 matrix. Convert symmetric 2x2 matrix A to generic 2x2 matrix.
|
|
Convert symmetric 2x2 matrix to generic 2x2 matrix. Convert symmetric 2x2 matrix A to generic 2x2 matrix B.
|
|
Convert symmetric 2x2 matrix to generic 2x2 matrix. Convert symmetric 2x2 matrix A to generic 2x2 matrix.
|
|
Convert symmetric 3x3 matrix to generic 3x3 matrix. Convert symmetric 3x3 matrix A to generic 3x3 matrix B.
|
|
Convert symmetric 3x3 matrix to generic 3x3 matrix. Convert symmetric 3x3 matrix A to generic 3x3 matrix.
|
|
Convert symmetric 3x3 matrix to generic 3x3 matrix. Convert symmetric 3x3 matrix A to generic 3x3 matrix B.
|
|
Convert symmetric 3x3 matrix to generic 3x3 matrix. Convert symmetric 3x3 matrix A to generic 3x3 matrix.
|
|
Convert symmetric 4x4 matrix to generic 4x4 matrix. Convert symmetric 4x4 matrix A to generic 4x4 matrix B.
|
|
Convert symmetric 4x4 matrix to generic 4x4 matrix. Convert symmetric 4x4 matrix A to generic 4x4 matrix.
|
|
Convert symmetric 4x4 matrix to generic 4x4 matrix. Convert symmetric 4x4 matrix A to generic 4x4 matrix B.
|
|
Convert symmetric 4x4 matrix to generic 4x4 matrix. Convert symmetric 4x4 matrix A to generic 4x4 matrix.
|