Searched refs:PlainObjectBase (Results 1 - 8 of 8) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DRandom.h126 PlainObjectBase<Derived>::setRandom(Index newSize)
144 PlainObjectBase<Derived>::setRandom(Index nbRows, Index nbCols)
H A DCwiseNullaryOp.h348 PlainObjectBase<Derived>::setConstant(Index size, const Scalar& val)
367 PlainObjectBase<Derived>::setConstant(Index nbRows, Index nbCols, const Scalar& val)
515 PlainObjectBase<Derived>::setZero(Index newSize)
533 PlainObjectBase<Derived>::setZero(Index nbRows, Index nbCols)
641 PlainObjectBase<Derived>::setOnes(Index newSize)
659 PlainObjectBase<Derived>::setOnes(Index nbRows, Index nbCols)
H A DPlainObjectBase.h59 /** \class PlainObjectBase
85 class PlainObjectBase : public internal::dense_xpr_base_dispatcher_for_doxygen<Derived> class in namespace:Eigen
88 class PlainObjectBase : public internal::dense_xpr_base<Derived>::type
267 EIGEN_STATIC_ASSERT_VECTOR_ONLY(PlainObjectBase)
404 EIGEN_STRONG_INLINE Derived& operator=(const PlainObjectBase& other)
424 EIGEN_STRONG_INLINE PlainObjectBase() : m_storage() function in class:Eigen::PlainObjectBase
433 PlainObjectBase(internal::constructor_without_unaligned_array_assert) function in class:Eigen::PlainObjectBase
440 EIGEN_STRONG_INLINE PlainObjectBase(Index a_size, Index nbRows, Index nbCols) function in class:Eigen::PlainObjectBase
459 EIGEN_STRONG_INLINE PlainObjectBase(const EigenBase<OtherDerived> &other) function in class:Eigen::PlainObjectBase
635 EIGEN_STATIC_ASSERT_VECTOR_SPECIFIC_SIZE(PlainObjectBase,
[all...]
H A DArray.h43 : public PlainObjectBase<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >
47 typedef PlainObjectBase<Array> Base;
H A DMatrix.h128 : public PlainObjectBase<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >
133 * \sa PlainObjectBase
135 typedef PlainObjectBase<Matrix> Base;
H A DRef.h85 * \sa PlainObjectBase::Map(), \ref TopicStorageOrders
199 inline Ref(PlainObjectBase<Derived>& expr,
H A DDenseBase.h384 void swap(PlainObjectBase<OtherDerived>& other)
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h45 template<typename Derived> class PlainObjectBase;

Completed in 8039 milliseconds