CMR  1.3.0
Functions
densematrix.c File Reference
#include "env_internal.h"
#include "densematrix.h"
#include <assert.h>
#include <stdint.h>

Functions

CMR_ERROR CMRdensebinmatrixCreate (CMR *cmr, size_t numRows, size_t numColumns, DenseBinaryMatrix **presult)
 
CMR_ERROR CMRdensebinmatrixFree (CMR *cmr, DenseBinaryMatrix **pmatrix)
 

Function Documentation

◆ CMRdensebinmatrixCreate()

CMR_ERROR CMRdensebinmatrixCreate ( CMR cmr,
size_t  numRows,
size_t  numColumns,
DenseBinaryMatrix **  presult 
)
Parameters
cmrCMR environment.
numRowsNumber of rows.
numColumnsNumber of columns.
presultPointer for storing the result.

◆ CMRdensebinmatrixFree()

CMR_ERROR CMRdensebinmatrixFree ( CMR cmr,
DenseBinaryMatrix **  pmatrix 
)
Parameters
cmrCMR environment.
pmatrixPointer for storing the result.