Go to the source code of this file.
|
| struct | CMR_MATRIX |
| | Abstract struct for row-wise representations of sparse matrices. More...
|
| |
◆ CMRchrmatFilter()
Creates a numRows \( \times \) numColumns submatrix of the char matrix indexed by rows and columns.
- Parameters
-
| cmr | CMR environment. |
| matrix | Matrix. |
| numRows | Number of rows of submatrix. |
| rows | Rows of matrix to be copied into the submatrix. |
| numColumns | Number of columns of submatrix. |
| columns | Columns of matrix to be copied into the submatrix. |
| presult | Pointer for storing the created submatrix. |
◆ CMRsortSubmatrix()
Sorts the row and column indices of submatrix.
- Parameters
-
| cmr | CMR environment. |
| submatrix | The submatrix. |