resurrected sparse triangular solver

This commit is contained in:
Gael Guennebaud
2008-09-02 19:55:26 +00:00
parent 8fb1678f0f
commit d8df318d77
10 changed files with 117 additions and 86 deletions

View File

@@ -160,9 +160,6 @@ class SparseMatrixBase : public MatrixBase<Derived>
return s;
}
template<typename OtherDerived>
OtherDerived solveTriangular(const MatrixBase<OtherDerived>& other) const;
protected:
bool m_isRValue;