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

123

/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h586 inline const LDLT<typename SelfAdjointView<MatrixType, UpLo>::PlainObject, UpLo>
589 return LDLT<PlainObject,UpLo>(m_matrix);
596 inline const LDLT<typename MatrixBase<Derived>::PlainObject>
599 return LDLT<PlainObject>(derived());
H A DLLT.h472 inline const LLT<typename MatrixBase<Derived>::PlainObject>
475 return LLT<PlainObject>(derived());
482 inline const LLT<typename SelfAdjointView<MatrixType, UpLo>::PlainObject, UpLo>
485 return LLT<PlainObject,UpLo>(m_matrix);
/external/eigen/Eigen/src/Core/
H A DArray.h51 typedef typename Base::PlainObject PlainObject; typedef in class:Eigen::Array
H A DArrayBase.h91 * PlainObject or const PlainObject&.
99 > PlainObject; typedef in class:Eigen::ArrayBase
H A DDiagonalMatrix.h38 typedef DiagonalMatrix<Scalar,DiagonalVectorType::SizeAtCompileTime,DiagonalVectorType::MaxSizeAtCompileTime> PlainObject; typedef in class:Eigen::DiagonalBase
H A DDot.h138 inline const typename MatrixBase<Derived>::PlainObject
H A DEigenBase.h28 // typedef typename internal::plain_matrix_type<Derived>::type PlainObject;
60 typename Dest::PlainObject res(rows(),cols());
70 typename Dest::PlainObject res(rows(),cols());
H A DFlagged.h115 typename ExpressionType::PlainObject solveTriangular(const MatrixBase<OtherDerived>& other) const;
H A DGeneralProduct.h517 Map<typename _ActualRhsType::PlainObject>(actualRhsPtr, actualRhs.size()) = actualRhs;
H A DMatrix.h141 typedef typename Base::PlainObject PlainObject; typedef in class:Eigen::Matrix
H A DMatrixBase.h107 * that the return type of eval() is either PlainObject or const PlainObject&.
115 > PlainObject; typedef in class:Eigen::MatrixBase
210 const PlainObject normalized() const;
327 const FullPivLU<PlainObject> fullPivLu() const;
328 const PartialPivLU<PlainObject> partialPivLu() const;
331 const LU<PlainObject> lu() const;
335 const LU<PlainObject> eigen2_lu() const;
339 const PartialPivLU<PlainObject> lu() const;
367 const LLT<PlainObject> ll
[all...]
H A DPermutationMatrix.h536 typedef typename MatrixType::PlainObject ReturnType;
H A DPlainObjectBase.h694 typename Derived::PlainObject tmp(rows,cols);
728 typename Derived::PlainObject tmp(other);
H A DProductBase.h88 typedef typename Base::PlainObject PlainObject; typedef in class:Eigen::ProductBase
117 operator const PlainObject& () const
174 mutable PlainObject m_result;
180 template<typename Lhs, typename Rhs, int Mode, int N, typename PlainObject>
181 struct nested<GeneralProduct<Lhs,Rhs,Mode>, N, PlainObject>
183 typedef PlainObject const& type;
241 typedef typename Base::PlainObject PlainObject; typedef in class:Eigen::ScaledProduct
H A DReturnByValue.h42 template<typename Derived,int n,typename PlainObject>
43 struct nested<ReturnByValue<Derived>, n, PlainObject>
H A DSelfAdjointView.h38 typedef typename MatrixType::PlainObject DenseMatrixType;
70 typedef typename MatrixType::PlainObject PlainObject; typedef in class:Eigen::SelfAdjointView
152 const LLT<PlainObject, UpLo> llt() const;
153 const LDLT<PlainObject, UpLo> ldlt() const;
H A DSelfCwiseBinaryOp.h174 typedef typename Derived::PlainObject PlainObject; typedef
175 SelfCwiseBinaryOp<internal::scalar_product_op<Scalar>, Derived, typename PlainObject::ConstantReturnType> tmp(derived());
176 tmp = PlainObject::Constant(rows(),cols(),other);
186 typedef typename Derived::PlainObject PlainObject; typedef
187 SelfCwiseBinaryOp<BinOp, Derived, typename PlainObject::ConstantReturnType> tmp(derived());
191 tmp = PlainObject::Constant(rows(),cols(), actual_other);
H A DTranspositions.h357 typedef typename MatrixType::PlainObject ReturnType;
H A DTriangularMatrix.h144 typedef typename MatrixType::PlainObject DenseMatrixType;
168 typedef DenseMatrixType PlainObject; typedef in class:Eigen::TriangularView
304 typedef typename OtherDerived::PlainObject::DenseType OtherPlainObject;
306 typedef typename ProdRetType::PlainObject type;
312 typename OtherDerived::PlainObject::DenseType rhsPlainObject;
H A DVectorwiseOp.h558 typedef typename ExpressionType::PlainObject CrossReturnType;
/external/eigen/Eigen/src/Core/products/
H A DCoeffBasedProduct.h121 typedef typename Base::PlainObject PlainObject; typedef in class:Eigen::CoeffBasedProduct
194 EIGEN_STRONG_INLINE operator const PlainObject& () const
217 mutable PlainObject m_result;
224 template<typename Lhs, typename Rhs, int N, typename PlainObject>
225 struct nested<CoeffBasedProduct<Lhs,Rhs,EvalBeforeNestingBit|EvalBeforeAssigningBit>, N, PlainObject>
227 typedef PlainObject const& type;
H A DGeneralMatrixMatrixTriangular.h221 if(!UseLhsDirectly) Map<typename _ActualLhs::PlainObject>(actualLhsPtr, actualLhs.size()) = actualLhs;
226 if(!UseRhsDirectly) Map<typename _ActualRhs::PlainObject>(actualRhsPtr, actualRhs.size()) = actualRhs;
H A DSelfadjointMatrixVector.h233 Map<typename _ActualRhsType::PlainObject>(actualRhsPtr, rhs.size()) = rhs;
H A DSelfadjointProduct.h74 Map<typename _ActualOtherType::PlainObject>(actualOtherPtr, actualOther.size()) = actualOther;
H A DTriangularMatrixVector.h328 Map<typename _ActualRhsType::PlainObject>(actualRhsPtr, actualRhs.size()) = actualRhs;

Completed in 5574 milliseconds

123