| 363 | const ConstInnerVectorsReturnType innerVectors(Index outerStart, Index outerSize) const; |
| 364 | |
| 365 | DenseMatrixType toDense() const |
| 366 | { |
| 367 | return DenseMatrixType(derived()); |
| 368 | } |
| 369 | |
| 370 | template<typename OtherDerived> |
| 371 | bool isApprox(const SparseMatrixBase<OtherDerived>& other, |
no outgoing calls