10#ifndef EIGEN_FORCEALIGNEDACCESS_H
11#define EIGEN_FORCEALIGNEDACCESS_H
29template<
typename ExpressionType>
73 template<
int LoadMode>
79 template<
int LoadMode>
85 template<
int LoadMode>
91 template<
int LoadMode>
109template<
typename Derived>
119template<
typename Derived>
120inline ForceAlignedAccess<Derived>
123 return ForceAlignedAccess<Derived>(derived());
129template<
typename Derived>
131inline typename internal::add_const_on_value_type<typename internal::conditional<Enable,ForceAlignedAccess<Derived>,Derived&>
::type>
::type
140template<
typename Derived>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ColXpr col(Index i)
This is the const version of col().
Definition: BlockMethods.h:1097
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE RowXpr row(Index i)
This is the const version of row(). */.
Definition: BlockMethods.h:1118
#define EIGEN_NOEXCEPT
Definition: Macros.h:1428
#define EIGEN_CONSTEXPR
Definition: Macros.h:797
#define EIGEN_DEVICE_FUNC
Definition: Macros.h:986
#define EIGEN_DENSE_PUBLIC_INTERFACE(Derived)
Definition: Macros.h:1293
Enforce aligned packet loads and stores regardless of what is requested.
Definition: ForceAlignedAccess.h:36
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index cols() const EIGEN_NOEXCEPT
Definition: ForceAlignedAccess.h:47
const PacketScalar packet(Index row, Index col) const
Definition: ForceAlignedAccess.h:74
void writePacket(Index row, Index col, const PacketScalar &x)
Definition: ForceAlignedAccess.h:80
void writePacket(Index index, const PacketScalar &x)
Definition: ForceAlignedAccess.h:92
const PacketScalar packet(Index index) const
Definition: ForceAlignedAccess.h:86
EIGEN_DEVICE_FUNC const CoeffReturnType coeff(Index row, Index col) const
Definition: ForceAlignedAccess.h:53
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index outerStride() const EIGEN_NOEXCEPT
Definition: ForceAlignedAccess.h:49
internal::dense_xpr_base< ForceAlignedAccess >::type Base
Definition: ForceAlignedAccess.h:39
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index innerStride() const EIGEN_NOEXCEPT
Definition: ForceAlignedAccess.h:51
const ExpressionType & m_expression
Definition: ForceAlignedAccess.h:100
EIGEN_DEVICE_FUNC const CoeffReturnType coeff(Index index) const
Definition: ForceAlignedAccess.h:63
EIGEN_DEVICE_FUNC Scalar & coeffRef(Index index)
Definition: ForceAlignedAccess.h:68
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index rows() const EIGEN_NOEXCEPT
Definition: ForceAlignedAccess.h:45
EIGEN_DEVICE_FUNC Scalar & coeffRef(Index row, Index col)
Definition: ForceAlignedAccess.h:58
const Derived & forceAlignedAccessIf() const
Definition: MatrixBase.h:307
const Derived & forceAlignedAccess() const
Definition: MatrixBase.h:305
type
Definition: core.h:575
Namespace containing all symbols from the Eigen library.
Definition: Core:141
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition: Meta.h:74
Definition: Eigen_Colamd.h:50
Definition: XprHelper.h:484
Definition: ForwardDeclarations.h:17