Get Dimensions of General Size Matrix (original) (raw)
| 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. | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | 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. | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | 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. | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
