HomeSort by relevance Sort by last modified time
    Searched refs:PlainObjectBase (Results 1 - 8 of 8) sorted by null

  /external/eigen/Eigen/src/Core/
Random.h 126 PlainObjectBase<Derived>::setRandom(Index newSize)
144 PlainObjectBase<Derived>::setRandom(Index nbRows, Index nbCols)
CwiseNullaryOp.h 348 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)
PlainObjectBase.h 59 /** \class PlainObjectBase
85 class PlainObjectBase : public internal::dense_xpr_base_dispatcher_for_doxygen<Derived>
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()
433 PlainObjectBase(internal::constructor_without_unaligned_array_assert)
440 EIGEN_STRONG_INLINE PlainObjectBase(Index a_size, Index nbRows, Index nbCols)
459 EIGEN_STRONG_INLINE PlainObjectBase(const EigenBase<OtherDerived> &other)
635 EIGEN_STATIC_ASSERT_VECTOR_SPECIFIC_SIZE(PlainObjectBase, 2
    [all...]
Array.h 43 : public PlainObjectBase<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >
47 typedef PlainObjectBase<Array> Base;
Matrix.h 128 : public PlainObjectBase<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >
133 * \sa PlainObjectBase
135 typedef PlainObjectBase<Matrix> Base;
Ref.h 85 * \sa PlainObjectBase::Map(), \ref TopicStorageOrders
192 inline Ref(const PlainObjectBase<Derived>& expr);
201 inline Ref(PlainObjectBase<Derived>& expr)
DenseBase.h 384 void swap(PlainObjectBase<OtherDerived>& other)
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 45 template<typename Derived> class PlainObjectBase;

Completed in 119 milliseconds