Functions | |
Gan_Matrix * | gan_mat_tpose_q (Gan_Matrix *A, Gan_Matrix *B) |
Transpose matrix. | |
Gan_Matrix * | gan_mat_tpose_s (Gan_Matrix *A) |
Macro: Transpose matrix. | |
Gan_Matrix * | gan_mat_tpose_i (Gan_Matrix *A) |
Macro: Transpose matrix. | |
Gan_Matrix_f * | gan_matf_tpose_q (Gan_Matrix_f *A, Gan_Matrix_f *B) |
Transpose matrix. | |
Gan_Matrix_f * | gan_matf_tpose_s (Gan_Matrix_f *A) |
Macro: Transpose matrix. | |
Gan_Matrix_f * | gan_matf_tpose_i (Gan_Matrix_f *A) |
Macro: Transpose matrix. |
|
Macro: Transpose matrix. Transpose matrix A in-place: . A must be square. |
|
Transpose matrix. Function to transpose generic matrix A into another matrix B. |
|
Macro: Transpose matrix. Allocate and return the transpose of matrix A. |
|
Macro: Transpose matrix. Transpose matrix A in-place: . A must be square. |
|
Transpose matrix. Function to transpose generic matrix A into another matrix B. |
|
Macro: Transpose matrix. Allocate and return the transpose of matrix A. |