![]() |
CMR
1.3.0
|
Functions | |
CMR_ERROR | CMRdensebinmatrixCreate (CMR *cmr, size_t numRows, size_t numColumns, DenseBinaryMatrix **presult) |
CMR_ERROR | CMRdensebinmatrixFree (CMR *cmr, DenseBinaryMatrix **pmatrix) |
CMR_ERROR CMRdensebinmatrixCreate | ( | CMR * | cmr, |
size_t | numRows, | ||
size_t | numColumns, | ||
DenseBinaryMatrix ** | presult | ||
) |
cmr | CMR environment. |
numRows | Number of rows. |
numColumns | Number of columns. |
presult | Pointer for storing the result. |
CMR_ERROR CMRdensebinmatrixFree | ( | CMR * | cmr, |
DenseBinaryMatrix ** | pmatrix | ||
) |
cmr | CMR environment. |
pmatrix | Pointer for storing the result. |