\returns the number of columns (resp. rows) of the matrix if the storage order column major (resp. row major) */
| 141 | inline Index innerSize() const { return m_innerSize; } |
| 142 | /** \returns the number of columns (resp. rows) of the matrix if the storage order column major (resp. row major) */ |
| 143 | inline Index outerSize() const { return m_outerSize; } |
| 144 | |
| 145 | /** \returns a const pointer to the array of values. |
| 146 | * This function is aimed at interoperability with other libraries. |
no outgoing calls
no test coverage detected