HomeSort by relevance Sort by last modified time
    Searched refs:PlainObject (Results 26 - 50 of 55) sorted by null

12 3

  /external/eigen/Eigen/src/Geometry/
OrthoMethods.h 73 inline typename MatrixBase<Derived>::PlainObject
209 typename MatrixBase<Derived>::PlainObject
Homogeneous.h 228 MatrixTypeCleaned::PlainObject::Options,
270 MatrixType::PlainObject::Options,
Transform.h     [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 423 const typename Derived::PlainObject srcEvaluated = m_src.eval();
424 MatrixExponential<typename Derived::PlainObject> me(srcEvaluated);
441 typedef typename Derived::PlainObject ReturnType;
MatrixSquareRoot.h 453 const typename Derived::PlainObject srcEvaluated = m_src.eval();
454 MatrixSquareRoot<typename Derived::PlainObject> me(srcEvaluated);
471 typedef typename Derived::PlainObject ReturnType;
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 574 inline const LDLT<typename SelfAdjointView<MatrixType, UpLo>::PlainObject, UpLo>
577 return LDLT<PlainObject,UpLo>(m_matrix);
584 inline const LDLT<typename MatrixBase<Derived>::PlainObject>
587 return LDLT<PlainObject>(derived());
LLT.h 470 inline const LLT<typename MatrixBase<Derived>::PlainObject>
473 return LLT<PlainObject>(derived());
480 inline const LLT<typename SelfAdjointView<MatrixType, UpLo>::PlainObject, UpLo>
483 return LLT<PlainObject,UpLo>(m_matrix);
  /external/eigen/Eigen/src/QR/
FullPivHouseholderQR.h 23 typedef typename MatrixType::PlainObject ReturnType;
479 typename Rhs::PlainObject c(rhs());
586 const FullPivHouseholderQR<typename MatrixBase<Derived>::PlainObject>
589 return FullPivHouseholderQR<PlainObject>(eval());
  /external/eigen/Eigen/src/misc/
SparseSolve.h 78 Rhs::PlainObject::Options,
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 144 typedef typename MatrixType::PlainObject DenseMatrixType;
168 typedef DenseMatrixType PlainObject;
304 typedef typename OtherDerived::PlainObject::DenseType OtherPlainObject;
306 typedef typename ProdRetType::PlainObject type;
312 typename OtherDerived::PlainObject::DenseType rhsPlainObject;
ArrayBase.h 91 * PlainObject or const PlainObject&.
99 > PlainObject;
DiagonalMatrix.h 37 typedef DiagonalMatrix<Scalar,DiagonalVectorType::SizeAtCompileTime,DiagonalVectorType::MaxSizeAtCompileTime> PlainObject;
Dot.h 137 inline const typename MatrixBase<Derived>::PlainObject
Transpositions.h 357 typedef typename MatrixType::PlainObject ReturnType;
PlainObjectBase.h 674 typename Derived::PlainObject tmp(rows,cols);
708 typename Derived::PlainObject tmp(other);
    [all...]
  /external/eigen/Eigen/src/LU/
FullPivLU.h 686 typename Rhs::PlainObject c(rhs().rows(), rhs().cols());
728 inline const FullPivLU<typename MatrixBase<Derived>::PlainObject>
731 return FullPivLU<PlainObject>(eval());
Inverse.h 267 typedef typename MatrixType::PlainObject ReturnType;
357 PlainObject
  /external/eigen/Eigen/src/Core/util/
BlasUtil.h 167 typename _ExtractType::PlainObject
228 typename ExtractType::PlainObject
  /external/eigen/Eigen/src/Core/products/
SelfadjointProduct.h 76 Map<typename _ActualOtherType::PlainObject>(actualOtherPtr, actualOther.size()) = actualOther;
SelfadjointMatrixVector.h 226 Map<typename _ActualRhsType::PlainObject>(actualRhsPtr, rhs.size()) = rhs;
  /external/eigen/Eigen/src/Eigenvalues/
Tridiagonalization.h 22 typedef typename MatrixType::PlainObject ReturnType;
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 105 typedef SparseMatrix<Scalar, Flags&RowMajorBit ? RowMajor : ColMajor> PlainObject;
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 630 inline SVD<typename MatrixBase<Derived>::PlainObject>
633 return SVD<PlainObject>(derived());
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h     [all...]
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 657 typename Rhs::PlainObject b_cpy;
967 typename Rhs::PlainObject b_cpy;

Completed in 205 milliseconds

12 3