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

/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()
299 MatrixBase<Derived>::selfadjointView() const function in class:Eigen::MatrixBase
307 MatrixBase<Derived>::selfadjointView() function in class:Eigen::MatrixBase
H A DTriangularMatrix.h344 const SelfAdjointView<MatrixTypeNestedNonRef,Mode> selfadjointView() const function in class:Eigen::TriangularView
349 SelfAdjointView<MatrixTypeNestedNonRef,Mode> selfadjointView() 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()
181 const SparseSelfAdjointView<Derived, UpLo> SparseMatrixBase<Derived>::selfadjointView() const function in class:Eigen::SparseMatrixBase
188 SparseSelfAdjointView<Derived, UpLo> SparseMatrixBase<Derived>::selfadjointView() function in class:Eigen::SparseMatrixBase

Completed in 249 milliseconds