| 250 | */ |
| 251 | template<typename Derived> |
| 252 | typename SparseMatrixBase<Derived>::InnerVectorReturnType SparseMatrixBase<Derived>::innerVector(Index outer) |
| 253 | { return InnerVectorReturnType(derived(), outer); } |
| 254 | |
| 255 | /** \returns the \a outer -th column (resp. row) of the matrix \c *this if \c *this |
| 256 | * is col-major (resp. row-major). Read-only. |
no outgoing calls
no test coverage detected