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

Transpose a General Size Matrix
[General Size Matrices]


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.

Function Documentation

Gan_Matrix* gan_mat_tpose_i (  Gan_Matrix *  A  ) 
 

Macro: Transpose matrix.

Transpose matrix A in-place: $ A \leftarrow A^{\top} $ . 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 $ A^{\top} $ of matrix A.

Gan_Matrix_f* gan_matf_tpose_i (  Gan_Matrix_f *  A  ) 
 

Macro: Transpose matrix.

Transpose matrix A in-place: $ A \leftarrow A^{\top} $ . 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 $ A^{\top} $ of matrix A.


Generated on Sat May 21 23:52:54 2005 by  doxygen 1.4.3