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

123

/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h658 typename Rhs::PlainObject b_cpy;
968 typename Rhs::PlainObject b_cpy;
/external/eigen/Eigen/src/misc/
H A DSolve.h27 Rhs::PlainObject::Options,
H A DSparseSolve.h95 Rhs::PlainObject::Options,
/external/eigen/Eigen/src/plugins/
H A DArrayCwiseBinaryOps.h37 const CwiseNullaryOp<internal::scalar_constant_op<Scalar>, PlainObject> >
45 return (min)(Derived::PlainObject::Constant(rows(), cols(), other));
62 const CwiseNullaryOp<internal::scalar_constant_op<Scalar>, PlainObject> >
70 return (max)(Derived::PlainObject::Constant(rows(), cols(), other));
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixExponential.h420 const typename Derived::PlainObject srcEvaluated = m_src.eval();
421 MatrixExponential<typename Derived::PlainObject> me(srcEvaluated);
438 typedef typename Derived::PlainObject ReturnType;
H A DMatrixFunction.h513 typedef typename Derived::PlainObject PlainObject; typedef
514 typedef internal::traits<PlainObject> Traits;
517 static const int Options = PlainObject::Options;
523 const PlainObject Aevaluated = m_A.eval();
524 MatrixFunction<PlainObject, AtomicType> mf(Aevaluated, atomic);
542 typedef typename Derived::PlainObject ReturnType;
H A DMatrixLogarithm.h441 typedef typename Derived::PlainObject PlainObject; typedef
442 typedef internal::traits<PlainObject> Traits;
445 static const int Options = PlainObject::Options;
451 const PlainObject Aevaluated = m_A.eval();
452 MatrixFunction<PlainObject, AtomicType> mf(Aevaluated, atomic);
469 typedef typename Derived::PlainObject ReturnType;
H A DMatrixPower.h459 typedef typename Derived::PlainObject PlainObject; typedef in class:Eigen::MatrixPowerReturnValue
480 { MatrixPower<PlainObject>(m_A.eval()).compute(res, m_p); }
495 { typedef typename MatrixPowerType::PlainObject ReturnType; };
499 { typedef typename Derived::PlainObject ReturnType; };
H A DMatrixSquareRoot.h435 const typename Derived::PlainObject srcEvaluated = m_src.eval();
436 MatrixSquareRoot<typename Derived::PlainObject> me(srcEvaluated);
453 typedef typename Derived::PlainObject ReturnType;
/external/eigen/unsupported/Eigen/src/SVD/
H A DJacobiSVD.h774 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
777 return JacobiSVD<PlainObject>(*this, computationOptions);

Completed in 387 milliseconds

123