Returns a int pointer to the start of an array of row indices for the non-zero elements \return int pointer to the start of the array */
| 1293 | \return int pointer to the start of the array |
| 1294 | */ |
| 1295 | int* GetRowIndx_C_Array() const {return RowIndx;} |
| 1296 | //! Returns a int pointer to the start of an array of column indices for the non-zero elements |
| 1297 | /** |
| 1298 | \return int pointer to the start of the array |
no outgoing calls
no test coverage detected