Home | History | Annotate | Download | only in Core

Lines Matching refs:EIGEN_STRONG_INLINE

135     EIGEN_STRONG_INLINE Index rows() const { return m_storage.rows(); }
136 EIGEN_STRONG_INLINE Index cols() const { return m_storage.cols(); }
138 EIGEN_STRONG_INLINE const Scalar& coeff(Index rowId, Index colId) const
146 EIGEN_STRONG_INLINE const Scalar& coeff(Index index) const
151 EIGEN_STRONG_INLINE Scalar& coeffRef(Index rowId, Index colId)
159 EIGEN_STRONG_INLINE Scalar& coeffRef(Index index)
164 EIGEN_STRONG_INLINE const Scalar& coeffRef(Index rowId, Index colId) const
172 EIGEN_STRONG_INLINE const Scalar& coeffRef(Index index) const
179 EIGEN_STRONG_INLINE PacketScalar packet(Index rowId, Index colId) const
189 EIGEN_STRONG_INLINE PacketScalar packet(Index index) const
196 EIGEN_STRONG_INLINE void writePacket(Index rowId, Index colId, const PacketScalar& val)
206 EIGEN_STRONG_INLINE void writePacket(Index index, const PacketScalar& val)
212 EIGEN_STRONG_INLINE const Scalar *data() const
216 EIGEN_STRONG_INLINE Scalar *data()
235 EIGEN_STRONG_INLINE void resize(Index nbRows, Index nbCols)
315 EIGEN_STRONG_INLINE void resizeLike(const EigenBase<OtherDerived>& _other)
342 EIGEN_STRONG_INLINE void conservativeResize(Index nbRows, Index nbCols)
354 EIGEN_STRONG_INLINE void conservativeResize(Index nbRows, NoChange_t)
367 EIGEN_STRONG_INLINE void conservativeResize(NoChange_t, Index nbCols)
381 EIGEN_STRONG_INLINE void conservativeResize(Index size)
396 EIGEN_STRONG_INLINE void conservativeResizeLike(const DenseBase<OtherDerived>& other)
404 EIGEN_STRONG_INLINE Derived& operator=(const PlainObjectBase& other)
411 EIGEN_STRONG_INLINE Derived& lazyAssign(const DenseBase<OtherDerived>& other)
418 EIGEN_STRONG_INLINE Derived& operator=(const ReturnByValue<OtherDerived>& func)
424 EIGEN_STRONG_INLINE PlainObjectBase() : m_storage()
440 EIGEN_STRONG_INLINE PlainObjectBase(Index a_size, Index nbRows, Index nbCols)
450 EIGEN_STRONG_INLINE Derived& operator=(const EigenBase<OtherDerived> &other)
459 EIGEN_STRONG_INLINE PlainObjectBase(const EigenBase<OtherDerived> &other)
569 EIGEN_STRONG_INLINE void _resize_to_match(const EigenBase<OtherDerived>& other)
596 EIGEN_STRONG_INLINE Derived& _set(const DenseBase<OtherDerived>& other)
603 EIGEN_STRONG_INLINE void _set_selector(const OtherDerived& other, const internal::true_type&) { _set_noalias(other.eval()); }
606 EIGEN_STRONG_INLINE void _set_selector(const OtherDerived& other, const internal::false_type&) { _set_noalias(other); }
614 EIGEN_STRONG_INLINE Derived& _set_noalias(const DenseBase<OtherDerived>& other)
625 EIGEN_STRONG_INLINE void _init2(Index nbRows, Index nbCols, typename internal::enable_if<Base::SizeAtCompileTime!=2,T0>::type* = 0)
633 EIGEN_STRONG_INLINE void _init2(const Scalar& val0, const Scalar& val1, typename internal::enable_if<Base::SizeAtCompileTime==2,T0>::type* = 0)
655 static EIGEN_STRONG_INLINE void _check_template_params()