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

  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 102 >::type AdjointReturnType;
393 const AdjointReturnType adjoint() const { return transpose(); }
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 410 typedef const TriangularView<const typename MatrixType::AdjointReturnType, UnitUpper> MatrixU;
417 typedef const TriangularView<const typename MatrixType::AdjointReturnType, UnitLower> MatrixL;
LLT.h 356 typedef const TriangularView<const typename MatrixType::AdjointReturnType, Upper> MatrixU;
365 typedef const TriangularView<const typename MatrixType::AdjointReturnType, Lower> MatrixL;
  /external/eigen/Eigen/src/Core/
MatrixBase.h 124 >::type AdjointReturnType;
210 const AdjointReturnType adjoint() const;
Transpose.h 235 inline const typename MatrixBase<Derived>::AdjointReturnType
TriangularMatrix.h 264 inline const TriangularView<const typename MatrixType::AdjointReturnType,TransposeMode> adjoint() const
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 318 typedef SparseTriangularView<typename CholMatrixType::AdjointReturnType, Eigen::Upper> MatrixU;
331 typedef SparseTriangularView<typename CholMatrixType::AdjointReturnType, Eigen::UnitUpper> MatrixU;

Completed in 250 milliseconds