Main Page   Modules   Compound List   File List   Compound Members   File Members  

Copy a General Size Matrix
[General Size Matrices]


Functions

Gan_Matrixgan_mat_copy_q (Gan_Matrix *A, Gan_Matrix *B)
 Copy matrix.

Gan_Matrixgan_mat_copy_s (Gan_Matrix *A)
 Macro: Copy matrix.

Gan_SquMatrixgan_squmat_copy_q (Gan_SquMatrix *A, Gan_SquMatrix *B)
 Macro: Copy square matrix.

Gan_SquMatrixgan_squmat_copy_s (Gan_SquMatrix *A)
 Macro: Copy square matrix.

Gan_Matrix_fgan_matf_copy_q (Gan_Matrix_f *A, Gan_Matrix_f *B)
 Copy matrix.

Gan_Matrix_fgan_matf_copy_s (Gan_Matrix_f *A)
 Macro: Copy matrix.

Gan_SquMatrix_fgan_squmatf_copy_q (Gan_SquMatrix_f *A, Gan_SquMatrix_f *B)
 Macro: Copy square matrix.

Gan_SquMatrix_fgan_squmatf_copy_s (Gan_SquMatrix_f *A)
 Macro: Copy square matrix.


Function Documentation

Gan_Matrix* gan_mat_copy_q Gan_Matrix   A,
Gan_Matrix   B
 

Copy matrix.

Copy matrix A to matrix B, and return B.

Gan_Matrix* gan_mat_copy_s Gan_Matrix   A
 

Macro: Copy matrix.

Allocate and return a copy of matrix A.

Gan_Matrix_f* gan_matf_copy_q Gan_Matrix_f   A,
Gan_Matrix_f   B
 

Copy matrix.

Copy matrix A to matrix B, and return B.

Gan_Matrix_f* gan_matf_copy_s Gan_Matrix_f   A
 

Macro: Copy matrix.

Allocate and return a copy of matrix A.

Gan_SquMatrix* gan_squmat_copy_q Gan_SquMatrix   A,
Gan_SquMatrix   B
 

Macro: Copy square matrix.

Copy square matrix A to square matrix B, and return B.

Gan_SquMatrix* gan_squmat_copy_s Gan_SquMatrix   A
 

Macro: Copy square matrix.

Allocate and return a copy of square matrix A.

Gan_SquMatrix_f* gan_squmatf_copy_q Gan_SquMatrix_f   A,
Gan_SquMatrix_f   B
 

Macro: Copy square matrix.

Copy square matrix A to square matrix B, and return B.

Gan_SquMatrix_f* gan_squmatf_copy_s Gan_SquMatrix_f   A
 

Macro: Copy square matrix.

Allocate and return a copy of square matrix A.


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