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

Copy a General Size Matrix
[General Size Matrices]


Functions

Gan_Matrix * gan_mat_copy_q (const Gan_Matrix *A, Gan_Matrix *B)
 Copy matrix.
Gan_Matrix * gan_mat_copy_s (const Gan_Matrix *A)
 Macro: Copy matrix.
Gan_SquMatrix * gan_squmat_copy_q (const Gan_SquMatrix *A, Gan_SquMatrix *B)
 Macro: Copy square matrix.
Gan_SquMatrix * gan_squmat_copy_s (const Gan_SquMatrix *A)
 Macro: Copy square matrix.
Gan_Matrix_f * gan_matf_copy_q (const Gan_Matrix_f *A, Gan_Matrix_f *B)
 Copy matrix.
Gan_Matrix_f * gan_matf_copy_s (const Gan_Matrix_f *A)
 Macro: Copy matrix.
Gan_SquMatrix_f * gan_squmatf_copy_q (const Gan_SquMatrix_f *A, Gan_SquMatrix_f *B)
 Macro: Copy square matrix.
Gan_SquMatrix_f * gan_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 Sat May 21 23:52:54 2005 by  doxygen 1.4.3