OpenBIMRL | Mathematical matrices functions
Class path: math.matrix.checkMatrixSparse
check for sparse matrix
Description
Checks if a given matrix is a sparse matrix.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | Matrix | Matrix | Matrix to be tested |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | isSparse? | Boolean | Result of the test |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself