Searched defs:triangularView (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseTriangularView.h23 * \sa class TriangularView, SparseMatrixBase::triangularView()
182 SparseMatrixBase<Derived>::triangularView() const function in class:Eigen::SparseMatrixBase
/external/eigen/Eigen/src/Core/
H A DSelfAdjointView.h176 * \sa MatrixBase::triangularView(), class TriangularView
183 triangularView() const function in class:Eigen::SelfAdjointView
H A DTriangularMatrix.h163 * of MatrixBase::triangularView() and SparseMatrixBase::triangularView(), and most of the time this is the only way it is used.
165 * \sa MatrixBase::triangularView()
331 * \sa class TriangularView, MatrixBase::triangularView()
428 /** Shortcut for\code *this = other.other.triangularView<(*this)::Mode>() \endcode */
527 * Shortcut for \code (*this).swap(other.triangularView<(*this)::Mode>()) \endcode */
569 internal::call_assignment_no_alias(derived(), other.template triangularView<Mode>());
628 MatrixBase<Derived>::triangularView() function in class:Eigen::MatrixBase
633 /** This is the const version of MatrixBase::triangularView() */
637 MatrixBase<Derived>::triangularView() cons function in class:Eigen::MatrixBase
[all...]

Completed in 106 milliseconds