Main Page | Modules | Class List | File List | Class Members | File Members

Convert a Fixed Size Matrix
[Fixed Size Matrices]


Functions

Gan_Matrix22gan_mat22_from_mat_q (const Gan_Matrix *A, Gan_Matrix22 *B)
 Convert generic rectangular matrix to 2x2 matrix structure.
Gan_Matrix22gan_mat22_from_squmat_q (const Gan_SquMatrix *A, Gan_Matrix22 *B)
 Convert symmetric matrix to generic 2x2 matrix structure.
Gan_SquMatrix22gan_squmat22_from_squmat_q (const Gan_SquMatrix *A, Gan_SquMatrix22 *B)
 Convert symmetric matrix to specific 2x2 symmetric matrix structure.
Gan_Matrix22gan_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_fgan_mat22f_from_matf_q (const Gan_Matrix_f *A, Gan_Matrix22_f *B)
 Convert generic rectangular matrix to 2x2 matrix structure.
Gan_Matrix22_fgan_mat22f_from_squmatf_q (const Gan_SquMatrix_f *A, Gan_Matrix22_f *B)
 Convert symmetric matrix to generic 2x2 matrix structure.
Gan_SquMatrix22_fgan_squmat22f_from_squmatf_q (const Gan_SquMatrix_f *A, Gan_SquMatrix22_f *B)
 Convert symmetric matrix to specific 2x2 symmetric matrix structure.
Gan_Matrix22_fgan_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_Matrix23gan_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_fgan_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_Matrix24gan_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_fgan_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_Matrix33gan_mat33_from_mat_q (const Gan_Matrix *A, Gan_Matrix33 *B)
 Convert generic rectangular matrix to 3x3 matrix structure.
Gan_Matrix33gan_mat33_from_squmat_q (const Gan_SquMatrix *A, Gan_Matrix33 *B)
 Convert symmetric matrix to generic 3x3 matrix structure.
Gan_SquMatrix33gan_squmat33_from_squmat_q (const Gan_SquMatrix *A, Gan_SquMatrix33 *B)
 Convert symmetric matrix to specific 3x3 symmetric matrix structure.
Gan_Matrix33gan_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_fgan_mat33f_from_matf_q (const Gan_Matrix_f *A, Gan_Matrix33_f *B)
 Convert generic rectangular matrix to 3x3 matrix structure.
Gan_Matrix33_fgan_mat33f_from_squmatf_q (const Gan_SquMatrix_f *A, Gan_Matrix33_f *B)
 Convert symmetric matrix to generic 3x3 matrix structure.
Gan_SquMatrix33_fgan_squmat33f_from_squmatf_q (const Gan_SquMatrix_f *A, Gan_SquMatrix33_f *B)
 Convert symmetric matrix to specific 3x3 symmetric matrix structure.
Gan_Matrix33_fgan_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_Matrix34gan_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_fgan_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_Matrix44gan_mat44_from_mat_q (const Gan_Matrix *A, Gan_Matrix44 *B)
 Convert generic rectangular matrix to 4x4 matrix structure.
Gan_Matrix44gan_mat44_from_squmat_q (const Gan_SquMatrix *A, Gan_Matrix44 *B)
 Convert symmetric matrix to generic 4x4 matrix structure.
Gan_SquMatrix44gan_squmat44_from_squmat_q (const Gan_SquMatrix *A, Gan_SquMatrix44 *B)
 Convert symmetric matrix to specific 4x4 symmetric matrix structure.
Gan_Matrix44gan_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_fgan_mat44f_from_matf_q (const Gan_Matrix_f *A, Gan_Matrix44_f *B)
 Convert generic rectangular matrix to 4x4 matrix structure.
Gan_Matrix44_fgan_mat44f_from_squmatf_q (const Gan_SquMatrix_f *A, Gan_Matrix44_f *B)
 Convert symmetric matrix to generic 4x4 matrix structure.
Gan_SquMatrix44_fgan_squmat44f_from_squmatf_q (const Gan_SquMatrix_f *A, Gan_SquMatrix44_f *B)
 Convert symmetric matrix to specific 4x4 symmetric matrix structure.
Gan_Matrix44_fgan_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.

Function Documentation

Gan_Matrix22 * gan_mat22_from_mat_q const Gan_Matrix A,
Gan_Matrix22 B
 

Convert generic rectangular matrix to 2x2 matrix structure.

Convert generic rectangular matrix A to 2x2 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix22 gan_mat22_from_mat_s const Gan_Matrix A  ) 
 

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.

Gan_Matrix22 * gan_mat22_from_squmat_q const Gan_SquMatrix A,
Gan_Matrix22 B
 

Convert symmetric matrix to generic 2x2 matrix structure.

Convert symmetric matrix A to generic 2x2 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix22 gan_mat22_from_squmat_s const Gan_SquMatrix A  ) 
 

Convert square matrix to fixed size matrix structure.

Convert square matrix A to fixed size matrix structure. returning the result as a new 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.

Convert generic rectangular matrix A to 2x2 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix22_f gan_mat22f_from_matf_s const Gan_Matrix_f A  ) 
 

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.

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.

Convert symmetric matrix A to generic 2x2 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix22_f gan_mat22f_from_squmatf_s const Gan_SquMatrix_f A  ) 
 

Convert square matrix to fixed size matrix structure.

Convert square matrix A to fixed size matrix structure. returning the result as a new matrix.

Gan_Matrix23 * gan_mat23_from_mat_q const Gan_Matrix A,
Gan_Matrix23 B
 

Convert generic rectangular matrix to 2x3 matrix structure.

Convert generic rectangular matrix A to 2x3 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix23 gan_mat23_from_mat_s const Gan_Matrix A  ) 
 

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.

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.

Convert generic rectangular matrix A to 2x3 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix23_f gan_mat23f_from_matf_s const Gan_Matrix_f A  ) 
 

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.

Gan_Matrix24 * gan_mat24_from_mat_q const Gan_Matrix A,
Gan_Matrix24 B
 

Convert generic rectangular matrix to 2x4 matrix structure.

Convert generic rectangular matrix A to 2x4 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix24 gan_mat24_from_mat_s const Gan_Matrix A  ) 
 

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.

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.

Convert generic rectangular matrix A to 2x4 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix24_f gan_mat24f_from_matf_s const Gan_Matrix_f A  ) 
 

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.

Gan_Matrix33 * gan_mat33_from_mat_q const Gan_Matrix A,
Gan_Matrix33 B
 

Convert generic rectangular matrix to 3x3 matrix structure.

Convert generic rectangular matrix A to 3x3 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix33 gan_mat33_from_mat_s const Gan_Matrix A  ) 
 

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.

Gan_Matrix33 * gan_mat33_from_squmat_q const Gan_SquMatrix A,
Gan_Matrix33 B
 

Convert symmetric matrix to generic 3x3 matrix structure.

Convert symmetric matrix A to generic 3x3 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix33 gan_mat33_from_squmat_s const Gan_SquMatrix A  ) 
 

Convert square matrix to fixed size matrix structure.

Convert square matrix A to fixed size matrix structure. returning the result as a new 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.

Convert generic rectangular matrix A to 3x3 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix33_f gan_mat33f_from_matf_s const Gan_Matrix_f A  ) 
 

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.

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.

Convert symmetric matrix A to generic 3x3 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix33_f gan_mat33f_from_squmatf_s const Gan_SquMatrix_f A  ) 
 

Convert square matrix to fixed size matrix structure.

Convert square matrix A to fixed size matrix structure. returning the result as a new matrix.

Gan_Matrix34 * gan_mat34_from_mat_q const Gan_Matrix A,
Gan_Matrix34 B
 

Convert generic rectangular matrix to 3x4 matrix structure.

Convert generic rectangular matrix A to 3x4 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix34 gan_mat34_from_mat_s const Gan_Matrix A  ) 
 

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.

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.

Convert generic rectangular matrix A to 3x4 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix34_f gan_mat34f_from_matf_s const Gan_Matrix_f A  ) 
 

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.

Gan_Matrix44 * gan_mat44_from_mat_q const Gan_Matrix A,
Gan_Matrix44 B
 

Convert generic rectangular matrix to 4x4 matrix structure.

Convert generic rectangular matrix A to 4x4 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix44 gan_mat44_from_mat_s const Gan_Matrix A  ) 
 

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.

Gan_Matrix44 * gan_mat44_from_squmat_q const Gan_SquMatrix A,
Gan_Matrix44 B
 

Convert symmetric matrix to generic 4x4 matrix structure.

Convert symmetric matrix A to generic 4x4 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix44 gan_mat44_from_squmat_s const Gan_SquMatrix A  ) 
 

Convert square matrix to fixed size matrix structure.

Convert square matrix A to fixed size matrix structure. returning the result as a new 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.

Convert generic rectangular matrix A to 4x4 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix44_f gan_mat44f_from_matf_s const Gan_Matrix_f A  ) 
 

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.

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.

Convert symmetric matrix A to generic 4x4 matrix structure B.

Returns:
Pointer to result matrix B.

Gan_Matrix44_f gan_mat44f_from_squmatf_s const Gan_SquMatrix_f A  ) 
 

Convert square matrix to fixed size matrix structure.

Convert square matrix A to fixed size matrix structure. returning the result as a new matrix.

Gan_SquMatrix22 * gan_squmat22_from_squmat_q const Gan_SquMatrix A,
Gan_SquMatrix22 B
 

Convert symmetric matrix to specific 2x2 symmetric matrix structure.

Convert symmetric matrix A to specific 2x2 symmetric matrix structure B.

Returns:
Pointer to result matrix B.

Gan_SquMatrix22 gan_squmat22_from_squmat_s const Gan_SquMatrix A  ) 
 

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.

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.

Convert symmetric matrix A to specific 2x2 symmetric matrix structure B.

Returns:
Pointer to result matrix B.

Gan_SquMatrix22_f gan_squmat22f_from_squmatf_s const Gan_SquMatrix_f A  ) 
 

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.

Gan_SquMatrix33 * gan_squmat33_from_squmat_q const Gan_SquMatrix A,
Gan_SquMatrix33 B
 

Convert symmetric matrix to specific 3x3 symmetric matrix structure.

Convert symmetric matrix A to specific 3x3 symmetric matrix structure B.

Returns:
Pointer to result matrix B.

Gan_SquMatrix33 gan_squmat33_from_squmat_s const Gan_SquMatrix A  ) 
 

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.

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.

Convert symmetric matrix A to specific 3x3 symmetric matrix structure B.

Returns:
Pointer to result matrix B.

Gan_SquMatrix33_f gan_squmat33f_from_squmatf_s const Gan_SquMatrix_f A  ) 
 

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.

Gan_SquMatrix44 * gan_squmat44_from_squmat_q const Gan_SquMatrix A,
Gan_SquMatrix44 B
 

Convert symmetric matrix to specific 4x4 symmetric matrix structure.

Convert symmetric matrix A to specific 4x4 symmetric matrix structure B.

Returns:
Pointer to result matrix B.

Gan_SquMatrix44 gan_squmat44_from_squmat_s const Gan_SquMatrix A  ) 
 

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.

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.

Convert symmetric matrix A to specific 4x4 symmetric matrix structure B.

Returns:
Pointer to result matrix B.

Gan_SquMatrix44_f gan_squmat44f_from_squmatf_s const Gan_SquMatrix_f A  ) 
 

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.

Gan_Matrix22* gan_symmat22_to_mat22_q const Gan_SquMatrix22 A,
Gan_Matrix22 B
 

Convert symmetric 2x2 matrix to generic 2x2 matrix.

Convert symmetric 2x2 matrix A to generic 2x2 matrix B.

Returns:
Pointer to result matrix B.

Gan_Matrix22 gan_symmat22_to_mat22_s const Gan_SquMatrix22 A  ) 
 

Convert symmetric 2x2 matrix to generic 2x2 matrix.

Convert symmetric 2x2 matrix A to generic 2x2 matrix.

Returns:
Result matrix.

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.

Convert symmetric 2x2 matrix A to generic 2x2 matrix B.

Returns:
Pointer to result matrix B.

Gan_Matrix22_f gan_symmat22f_to_mat22f_s const Gan_SquMatrix22_f A  ) 
 

Convert symmetric 2x2 matrix to generic 2x2 matrix.

Convert symmetric 2x2 matrix A to generic 2x2 matrix.

Returns:
Result matrix.

Gan_Matrix33* gan_symmat33_to_mat33_q const Gan_SquMatrix33 A,
Gan_Matrix33 B
 

Convert symmetric 3x3 matrix to generic 3x3 matrix.

Convert symmetric 3x3 matrix A to generic 3x3 matrix B.

Returns:
Pointer to result matrix B.

Gan_Matrix33 gan_symmat33_to_mat33_s const Gan_SquMatrix33 A  ) 
 

Convert symmetric 3x3 matrix to generic 3x3 matrix.

Convert symmetric 3x3 matrix A to generic 3x3 matrix.

Returns:
Result matrix.

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.

Convert symmetric 3x3 matrix A to generic 3x3 matrix B.

Returns:
Pointer to result matrix B.

Gan_Matrix33_f gan_symmat33f_to_mat33f_s const Gan_SquMatrix33_f A  ) 
 

Convert symmetric 3x3 matrix to generic 3x3 matrix.

Convert symmetric 3x3 matrix A to generic 3x3 matrix.

Returns:
Result matrix.

Gan_Matrix44* gan_symmat44_to_mat44_q const Gan_SquMatrix44 A,
Gan_Matrix44 B
 

Convert symmetric 4x4 matrix to generic 4x4 matrix.

Convert symmetric 4x4 matrix A to generic 4x4 matrix B.

Returns:
Pointer to result matrix B.

Gan_Matrix44 gan_symmat44_to_mat44_s const Gan_SquMatrix44 A  ) 
 

Convert symmetric 4x4 matrix to generic 4x4 matrix.

Convert symmetric 4x4 matrix A to generic 4x4 matrix.

Returns:
Result matrix.

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.

Convert symmetric 4x4 matrix A to generic 4x4 matrix B.

Returns:
Pointer to result matrix B.

Gan_Matrix44_f gan_symmat44f_to_mat44f_s const Gan_SquMatrix44_f A  ) 
 

Convert symmetric 4x4 matrix to generic 4x4 matrix.

Convert symmetric 4x4 matrix A to generic 4x4 matrix.

Returns:
Result matrix.


Generated on Fri Mar 17 12:44:56 2006 by  doxygen 1.3.9.1