Go to the source code of this file.
|
| CMR_ERROR | CMRdensebinmatrixCreate (CMR *cmr, size_t numRows, size_t numColumns, DenseBinaryMatrix **presult) |
| |
| CMR_ERROR | CMRdensebinmatrixFree (CMR *cmr, DenseBinaryMatrix **pmatrix) |
| |
| static bool | CMRdensebinmatrixGet (DenseBinaryMatrix *matrix, size_t row, size_t column) |
| |
| static void | CMRdensebinmatrixSet0 (DenseBinaryMatrix *matrix, size_t row, size_t column) |
| |
| static void | CMRdensebinmatrixSet1 (DenseBinaryMatrix *matrix, size_t row, size_t column) |
| |
| static void | CMRdensebinmatrixSet (DenseBinaryMatrix *matrix, size_t row, size_t column, bool value) |
| |
| static void | CMRdensebinmatrixFlip (DenseBinaryMatrix *matrix, size_t row, size_t column) |
| |
◆ CMRdensebinmatrixCreate()
- Parameters
-
| cmr | CMR environment. |
| numRows | Number of rows. |
| numColumns | Number of columns. |
| presult | Pointer for storing the result. |
◆ CMRdensebinmatrixFlip()
| static void CMRdensebinmatrixFlip |
( |
DenseBinaryMatrix * |
matrix, |
|
|
size_t |
row, |
|
|
size_t |
column |
|
) |
| |
|
inlinestatic |
- Parameters
-
| matrix | Matrix. |
| row | Row index. |
| column | Column index. |
◆ CMRdensebinmatrixFree()
- Parameters
-
| cmr | CMR environment. |
| pmatrix | Pointer for storing the result. |
◆ CMRdensebinmatrixGet()
| static bool CMRdensebinmatrixGet |
( |
DenseBinaryMatrix * |
matrix, |
|
|
size_t |
row, |
|
|
size_t |
column |
|
) |
| |
|
inlinestatic |
- Parameters
-
| matrix | Matrix. |
| row | Row index. |
| column | Column index. |
◆ CMRdensebinmatrixSet()
| static void CMRdensebinmatrixSet |
( |
DenseBinaryMatrix * |
matrix, |
|
|
size_t |
row, |
|
|
size_t |
column, |
|
|
bool |
value |
|
) |
| |
|
inlinestatic |
- Parameters
-
| matrix | Matrix. |
| row | Row index. |
| column | Column index. |
| value | Value. |
◆ CMRdensebinmatrixSet0()
| static void CMRdensebinmatrixSet0 |
( |
DenseBinaryMatrix * |
matrix, |
|
|
size_t |
row, |
|
|
size_t |
column |
|
) |
| |
|
inlinestatic |
- Parameters
-
| matrix | Matrix. |
| row | Row index. |
| column | Column index. |
◆ CMRdensebinmatrixSet1()
| static void CMRdensebinmatrixSet1 |
( |
DenseBinaryMatrix * |
matrix, |
|
|
size_t |
row, |
|
|
size_t |
column |
|
) |
| |
|
inlinestatic |
- Parameters
-
| matrix | Matrix. |
| row | Row index. |
| column | Column index. |