Returns a int pointer to the start of an array of column indices for the non-zero elements \return int pointer to the start of the array */
| 1298 | \return int pointer to the start of the array |
| 1299 | */ |
| 1300 | int* GetColIndx_C_Array() const {return ColIndx;} |
| 1301 | //! Returns a double pointer to the start of an array where the non-zero elements are stored |
| 1302 | /** |
| 1303 | \return double pointer to the start of the array |
no outgoing calls
no test coverage detected