CMR  1.3.0
Functions
linear_algebra.h File Reference
#include <cmr/env.h>
#include <cmr/matrix.h>
#include <stdio.h>

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...
 

Detailed Description

Author
Matthias Walter

Function Documentation

◆ CMRchrmatDeterminant()

CMR_EXPORT CMR_ERROR CMRchrmatDeterminant ( CMR cmr,
CMR_CHRMAT matrix,
int64_t *  pdeterminant 
)

Computes the determinant of an 8-bit integer matrix.

Parameters
cmrCMR environment.
matrixMatrix.
pdeterminantPointer for storing the determinant.

◆ CMRintmatDeterminant()

CMR_EXPORT CMR_ERROR CMRintmatDeterminant ( CMR cmr,
CMR_INTMAT matrix,
int64_t *  pdeterminant 
)

Computes the determinant of an int matrix.

Parameters
cmrCMR environment.
matrixMatrix.
pdeterminantPointer for storing the determinant.