Main Page   Modules   Compound List   File List   Compound Members   File Members  

Get Dimensions of General Size Matrix
[General Size Matrices]


Functions

size_t gan_mat_data_size (unsigned long rows, unsigned long cols)
 Macro: Returns size of data array in bytes needed to hold matrix data.

size_t gan_squmat_data_size (Gan_SquMatrixType type, unsigned long size)
 Returns size of data array needed to create a matrix of given type & size.

size_t gan_matf_data_size (unsigned long rows, unsigned long cols)
 Macro: Returns size of data array in bytes needed to hold matrix data.

size_t gan_squmatf_data_size (Gan_SquMatrixType type, unsigned long size)
 Returns size of data array needed to create a matrix of given type & size.


Function Documentation

size_t gan_mat_data_size unsigned long    rows,
unsigned long    cols
 

Macro: Returns size of data array in bytes needed to hold matrix data.

Returns size of data array in bytes needed to hold matrix data for a matrix with given dimensions.

size_t gan_matf_data_size unsigned long    rows,
unsigned long    cols
 

Macro: Returns size of data array in bytes needed to hold matrix data.

Returns size of data array in bytes needed to hold matrix data for a matrix with given dimensions.

size_t gan_squmat_data_size Gan_SquMatrixType    type,
unsigned long    size
 

Returns size of data array needed to create a matrix of given type & size.

Returns size of data array needed to create a square matrix of given type & size.

size_t gan_squmatf_data_size Gan_SquMatrixType    type,
unsigned long    size
 

Returns size of data array needed to create a matrix of given type & size.

Returns size of data array needed to create a square matrix of given type & size.


Generated on Mon Oct 13 16:15:00 2003 by doxygen1.3-rc1