1 #ifndef CMR_LINEAR_ALGEBRA_H
2 #define CMR_LINEAR_ALGEBRA_H
Basic functionality of the software library.
CMR_ERROR
Type for return codes of library functions.
Definition: env.h:32
CMR_EXPORT CMR_ERROR CMRintmatDeterminant(CMR *cmr, CMR_INTMAT *matrix, int64_t *pdeterminant)
Computes the determinant of an int matrix.
Definition: linear_algebra.c:972
CMR_EXPORT CMR_ERROR CMRchrmatDeterminant(CMR *cmr, CMR_CHRMAT *matrix, int64_t *pdeterminant)
Computes the determinant of an 8-bit integer matrix.
Definition: linear_algebra.c:1011
Functionality for sparse matrices.
Row-wise representation of sparse char matrix.
Definition: matrix.h:220
Definition: env_internal.h:45
Row-wise representation of sparse int matrix.
Definition: matrix.h:196