Go to the documentation of this file.
10 #ifndef EIGEN_FORCEALIGNEDACCESS_H
11 #define EIGEN_FORCEALIGNEDACCESS_H
29 template<
typename ExpressionType>
59 EIGEN_DEVICE_FUNC
inline const CoeffReturnType
coeff(
Index index)
const
66 return m_expression.const_cast_derived().coeffRef(index);
69 template<
int LoadMode>
75 template<
int LoadMode>
81 template<
int LoadMode>
87 template<
int LoadMode>
90 m_expression.const_cast_derived().template writePacket<Aligned>(index,
x);
93 EIGEN_DEVICE_FUNC
operator const ExpressionType&()
const {
return m_expression; }
105 template<
typename Derived>
115 template<
typename Derived>
116 inline ForceAlignedAccess<Derived>
119 return ForceAlignedAccess<Derived>(derived());
125 template<
typename Derived>
126 template<
bool Enable>
127 inline typename internal::add_const_on_value_type<typename internal::conditional<Enable,ForceAlignedAccess<Derived>,Derived&>::type>::type
136 template<
typename Derived>
137 template<
bool Enable>
146 #endif // EIGEN_FORCEALIGNEDACCESS_H
const Derived & forceAlignedAccess() const
Enforce aligned packet loads and stores regardless of what is requested.
EIGEN_DEVICE_FUNC Scalar & coeffRef(Index index)
EIGEN_DEVICE_FUNC ColXpr col(Index i)
This is the const version of col().
EIGEN_DEVICE_FUNC Index innerStride() const
EIGEN_DEVICE_FUNC Index rows() const
void writePacket(Index row, Index col, const PacketScalar &x)
internal::dense_xpr_base< ForceAlignedAccess >::type Base
#define EIGEN_DENSE_PUBLIC_INTERFACE(Derived)
EIGEN_DEVICE_FUNC Scalar & coeffRef(Index row, Index col)
Map< Matrix< T, Dynamic, Dynamic, ColMajor >, 0, OuterStride<> > matrix(T *data, int rows, int cols, int stride)
const Derived & forceAlignedAccessIf() const
const PacketScalar packet(Index row, Index col) const
const EIGEN_DEVICE_FUNC CoeffReturnType coeff(Index row, Index col) const
EIGEN_DEVICE_FUNC RowXpr row(Index i)
This is the const version of row(). */.
const EIGEN_DEVICE_FUNC CoeffReturnType coeff(Index index) const
EIGEN_DEVICE_FUNC Index cols() const
const ExpressionType & m_expression
ForceAlignedAccess & operator=(const ForceAlignedAccess &)
EIGEN_DEVICE_FUNC Index outerStride() const
void writePacket(Index index, const PacketScalar &x)
const PacketScalar packet(Index index) const
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:05:45