Main Page   Modules   Compound List   File List   Compound Members   File Members  

Transpose a General Size Matrix
[General Size Matrices]


Functions

Gan_Matrixgan_mat_tpose_q (Gan_Matrix *A, Gan_Matrix *B)
 Transpose matrix.

Gan_Matrixgan_mat_tpose_s (Gan_Matrix *A)
 Macro: Transpose matrix.

Gan_Matrixgan_mat_tpose_i (Gan_Matrix *A)
 Macro: Transpose matrix.

Gan_Matrix_fgan_matf_tpose_q (Gan_Matrix_f *A, Gan_Matrix_f *B)
 Transpose matrix.

Gan_Matrix_fgan_matf_tpose_s (Gan_Matrix_f *A)
 Macro: Transpose matrix.

Gan_Matrix_fgan_matf_tpose_i (Gan_Matrix_f *A)
 Macro: Transpose matrix.


Function Documentation

Gan_Matrix* gan_mat_tpose_i Gan_Matrix   A
 

Macro: Transpose matrix.

Transpose matrix A in-place: . A must be square.

Gan_Matrix* gan_mat_tpose_q Gan_Matrix   A,
Gan_Matrix   B
 

Transpose matrix.

Function to transpose generic matrix A into another matrix B.

Gan_Matrix* gan_mat_tpose_s Gan_Matrix   A
 

Macro: Transpose matrix.

Allocate and return the transpose of matrix A.

Gan_Matrix_f* gan_matf_tpose_i Gan_Matrix_f   A
 

Macro: Transpose matrix.

Transpose matrix A in-place: . A must be square.

Gan_Matrix_f* gan_matf_tpose_q Gan_Matrix_f   A,
Gan_Matrix_f   B
 

Transpose matrix.

Function to transpose generic matrix A into another matrix B.

Gan_Matrix_f* gan_matf_tpose_s Gan_Matrix_f   A
 

Macro: Transpose matrix.

Allocate and return the transpose of matrix A.


Generated on Mon Oct 13 16:14:58 2003 by doxygen1.3-rc1