CMR
1.3.0
|
Go to the source code of this file.
Functions | |
CMR_EXPORT CMR_ERROR | CMRchrmatDeterminant (CMR *cmr, CMR_CHRMAT *matrix, int64_t *pdeterminant) |
Computes the determinant of an 8-bit integer matrix. More... | |
CMR_EXPORT CMR_ERROR | CMRintmatDeterminant (CMR *cmr, CMR_INTMAT *matrix, int64_t *pdeterminant) |
Computes the determinant of an int matrix. More... | |
CMR_EXPORT CMR_ERROR CMRchrmatDeterminant | ( | CMR * | cmr, |
CMR_CHRMAT * | matrix, | ||
int64_t * | pdeterminant | ||
) |
Computes the determinant of an 8-bit integer matrix.
cmr | CMR environment. |
matrix | Matrix. |
pdeterminant | Pointer for storing the determinant. |
CMR_EXPORT CMR_ERROR CMRintmatDeterminant | ( | CMR * | cmr, |
CMR_INTMAT * | matrix, | ||
int64_t * | pdeterminant | ||
) |
Computes the determinant of an int matrix.
cmr | CMR environment. |
matrix | Matrix. |
pdeterminant | Pointer for storing the determinant. |