Searched refs:PlainObject (Results 51 - 60 of 60) sorted by relevance

123

/external/eigen/Eigen/src/Eigen2Support/
H A DSVD.h629 inline SVD<typename MatrixBase<Derived>::PlainObject>
632 return SVD<PlainObject>(derived());
/external/eigen/Eigen/src/SVD/
H A DJacobiSVD.h953 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
956 return JacobiSVD<PlainObject>(*this, computationOptions);
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h658 typename Rhs::PlainObject b_cpy;
968 typename Rhs::PlainObject b_cpy;
/external/eigen/unsupported/Eigen/src/SVD/
H A DJacobiSVD.h774 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
777 return JacobiSVD<PlainObject>(*this, computationOptions);
/external/eigen/Eigen/src/Geometry/
H A DTransform.h1235 typedef typename MatrixType::PlainObject ResultType;
1253 typedef typename MatrixType::PlainObject ResultType;
1279 typedef typename MatrixType::PlainObject ResultType;
H A DQuaternion.h215 typedef Quaternion<_Scalar,_Options> PlainObject; typedef in struct:Eigen::internal::traits
/external/eigen/Eigen/src/Core/
H A DPermutationMatrix.h536 typedef typename MatrixType::PlainObject ReturnType;
H A DVectorwiseOp.h558 typedef typename ExpressionType::PlainObject CrossReturnType;
H A DGeneralProduct.h517 Map<typename _ActualRhsType::PlainObject>(actualRhsPtr, actualRhs.size()) = actualRhs;
/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixVector.h328 Map<typename _ActualRhsType::PlainObject>(actualRhsPtr, actualRhs.size()) = actualRhs;

Completed in 1350 milliseconds

123