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

/external/eigen/Eigen/src/Core/
H A DSelfAdjointView.h25 * with given dense storage of the coefficients. It is the return type of MatrixBase::selfadjointView()
28 * \sa class TriangularBase, MatrixBase::selfadjointView()
137 return (s*mat.nestedExpression()).template selfadjointView<UpLo>();
322 /** This is the const version of MatrixBase::selfadjointView() */
326 MatrixBase<Derived>::selfadjointView() const function in class:Eigen::MatrixBase
343 MatrixBase<Derived>::selfadjointView() function in class:Eigen::MatrixBase
H A DTriangularMatrix.h288 * This is a shortcut for \code this->nestedExpression().selfadjointView<(*this)::Mode>() \endcode
289 * \sa MatrixBase::selfadjointView() */
291 SelfAdjointView<MatrixTypeNestedNonRef,Mode> selfadjointView() function in class:Eigen::TriangularView
297 /** This is the const version of selfadjointView() */
299 const SelfAdjointView<MatrixTypeNestedNonRef,Mode> selfadjointView() const function in class:Eigen::TriangularView
/external/eigen/Eigen/src/SparseCore/
H A DSparseSelfAdjointView.h24 * with given dense storage of the coefficients. It is the return type of MatrixBase::selfadjointView()
27 * \sa SparseMatrixBase::selfadjointView()
175 typename SparseMatrixBase<Derived>::template ConstSelfAdjointViewReturnType<UpLo>::Type SparseMatrixBase<Derived>::selfadjointView() const function in class:Eigen::SparseMatrixBase
182 typename SparseMatrixBase<Derived>::template SelfAdjointViewReturnType<UpLo>::Type SparseMatrixBase<Derived>::selfadjointView() function in class:Eigen::SparseMatrixBase

Completed in 117 milliseconds