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

  /external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 55 template<int UpLo> struct ConstSelfAdjointViewReturnType {
56 typedef typename ActualMatrixType::template ConstSelfAdjointViewReturnType<UpLo>::Type Type;
104 template<int UpLo> struct ConstSelfAdjointViewReturnType
ConjugateGradient.h 211 typename MatrixWrapper::template ConstSelfAdjointViewReturnType<UpLo>::Type
  /external/eigen/Eigen/src/Core/
SelfAdjointView.h 325 typename MatrixBase<Derived>::template ConstSelfAdjointViewReturnType<UpLo>::Type
328 return typename ConstSelfAdjointViewReturnType<UpLo>::Type(derived());
MatrixBase.h 252 template<unsigned int UpLo> struct ConstSelfAdjointViewReturnType { typedef const SelfAdjointView<const Derived, UpLo> Type; };
259 typename ConstSelfAdjointViewReturnType<UpLo>::Type selfadjointView() const;
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 336 template<unsigned int UpLo> struct ConstSelfAdjointViewReturnType { typedef const SparseSelfAdjointView<const Derived, UpLo> Type; };
339 typename ConstSelfAdjointViewReturnType<UpLo>::Type selfadjointView() const;
SparseSelfAdjointView.h 175 typename SparseMatrixBase<Derived>::template ConstSelfAdjointViewReturnType<UpLo>::Type SparseMatrixBase<Derived>::selfadjointView() const
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
MINRES.h 254 typename MatrixWrapper::template ConstSelfAdjointViewReturnType<UpLo>::Type

Completed in 324 milliseconds