HomeSort by relevance Sort by last modified time
    Searched refs:ConstDiagonalReturnType (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/Core/
Diagonal.h 195 inline typename MatrixBase<Derived>::ConstDiagonalReturnType
198 return ConstDiagonalReturnType(derived());
SelfAdjointView.h 228 typename MatrixType::ConstDiagonalReturnType diagonal() const
230 return typename MatrixType::ConstDiagonalReturnType(m_matrix);
MatrixBase.h 218 typedef typename internal::add_const<Diagonal<const Derived> >::type ConstDiagonalReturnType;
220 ConstDiagonalReturnType diagonal() const;
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 111 typedef Diagonal<const SparseMatrix> ConstDiagonalReturnType;
650 const ConstDiagonalReturnType diagonal() const { return ConstDiagonalReturnType(*this); }
    [all...]

Completed in 132 milliseconds