| 331 | */ |
| 332 | template<typename Derived> |
| 333 | typename SparseMatrixBase<Derived>::InnerVectorReturnType SparseMatrixBase<Derived>::innerVector(Index outer) |
| 334 | { return InnerVectorReturnType(derived(), outer); } |
| 335 | |
| 336 | /** \returns the \a outer -th column (resp. row) of the matrix \c *this if \c *this |
| 337 | * is col-major (resp. row-major). Read-only. |
no outgoing calls
no test coverage detected