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

Copy a General Size Matrix
[General Size Matrices]


Functions

Gan_Matrixgan_mat_copy_q (const Gan_Matrix *A, Gan_Matrix *B)
 Copy matrix.
Gan_Matrixgan_mat_copy_s (const Gan_Matrix *A)
 Macro: Copy matrix.
Gan_SquMatrixgan_squmat_copy_q (const Gan_SquMatrix *A, Gan_SquMatrix *B)
 Macro: Copy square matrix.
Gan_SquMatrixgan_squmat_copy_s (const Gan_SquMatrix *A)
 Macro: Copy square matrix.
Gan_Matrix_fgan_matf_copy_q (const Gan_Matrix_f *A, Gan_Matrix_f *B)
 Copy matrix.
Gan_Matrix_fgan_matf_copy_s (const Gan_Matrix_f *A)
 Macro: Copy matrix.
Gan_SquMatrix_fgan_squmatf_copy_q (const Gan_SquMatrix_f *A, Gan_SquMatrix_f *B)
 Macro: Copy square matrix.
Gan_SquMatrix_fgan_squmatf_copy_s (const Gan_SquMatrix_f *A)
 Macro: Copy square matrix.

Function Documentation

Gan_Matrix* gan_mat_copy_q const Gan_Matrix A,
Gan_Matrix B
 

Copy matrix.

Copy matrix A to matrix B, and return B.

Gan_Matrix* gan_mat_copy_s const Gan_Matrix A  ) 
 

Macro: Copy matrix.

Allocate and return a copy of matrix A.

Gan_Matrix_f* gan_matf_copy_q const 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 const Gan_Matrix_f A  ) 
 

Macro: Copy matrix.

Allocate and return a copy of matrix A.

Gan_SquMatrix* gan_squmat_copy_q const 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 const Gan_SquMatrix A  ) 
 

Macro: Copy square matrix.

Allocate and return a copy of square matrix A.

Gan_SquMatrix_f* gan_squmatf_copy_q const 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 const Gan_SquMatrix_f A  ) 
 

Macro: Copy square matrix.

Allocate and return a copy of square matrix A.


Generated on Fri Mar 17 12:44:58 2006 by  doxygen 1.3.9.1