Functions | |
Gan_Matrix * | gan_mat_copy_q (const Gan_Matrix *A, Gan_Matrix *B) |
Copy matrix. | |
Gan_Matrix * | gan_mat_copy_s (const Gan_Matrix *A) |
Macro: Copy matrix. | |
Gan_SquMatrix * | gan_squmat_copy_q (const Gan_SquMatrix *A, Gan_SquMatrix *B) |
Macro: Copy square matrix. | |
Gan_SquMatrix * | gan_squmat_copy_s (const Gan_SquMatrix *A) |
Macro: Copy square matrix. | |
Gan_Matrix_f * | gan_matf_copy_q (const Gan_Matrix_f *A, Gan_Matrix_f *B) |
Copy matrix. | |
Gan_Matrix_f * | gan_matf_copy_s (const Gan_Matrix_f *A) |
Macro: Copy matrix. | |
Gan_SquMatrix_f * | gan_squmatf_copy_q (const Gan_SquMatrix_f *A, Gan_SquMatrix_f *B) |
Macro: Copy square matrix. | |
Gan_SquMatrix_f * | gan_squmatf_copy_s (const Gan_SquMatrix_f *A) |
Macro: Copy square matrix. |
|
Copy matrix. Copy matrix A to matrix B, and return B. |
|
Macro: Copy matrix. Allocate and return a copy of matrix A. |
|
Copy matrix. Copy matrix A to matrix B, and return B. |
|
Macro: Copy matrix. Allocate and return a copy of matrix A. |
|
Macro: Copy square matrix. Copy square matrix A to square matrix B, and return B. |
|
Macro: Copy square matrix. Allocate and return a copy of square matrix A. |
|
Macro: Copy square matrix. Copy square matrix A to square matrix B, and return B. |
|
Macro: Copy square matrix. Allocate and return a copy of square matrix A. |