![]() |
Prusa Slicer 2.6.0
|
Enforce aligned packet loads and stores regardless of what is requested. More...
#include <src/eigen/Eigen/src/Core/ForceAlignedAccess.h>
Inheritance diagram for Eigen::ForceAlignedAccess< ExpressionType >:
Collaboration diagram for Eigen::ForceAlignedAccess< ExpressionType >:Public Types | |
| typedef internal::dense_xpr_base< ForceAlignedAccess >::type | Base |
Public Member Functions | |
| EIGEN_DEVICE_FUNC | ForceAlignedAccess (const ExpressionType &matrix) |
| EIGEN_DEVICE_FUNC Index | rows () const |
| EIGEN_DEVICE_FUNC Index | cols () const |
| EIGEN_DEVICE_FUNC Index | outerStride () const |
| EIGEN_DEVICE_FUNC Index | innerStride () const |
| EIGEN_DEVICE_FUNC const CoeffReturnType | coeff (Index row, Index col) const |
| EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index row, Index col) |
| EIGEN_DEVICE_FUNC const CoeffReturnType | coeff (Index index) const |
| EIGEN_DEVICE_FUNC Scalar & | coeffRef (Index index) |
| template<int LoadMode> | |
| const PacketScalar | packet (Index row, Index col) const |
| template<int LoadMode> | |
| void | writePacket (Index row, Index col, const PacketScalar &x) |
| template<int LoadMode> | |
| const PacketScalar | packet (Index index) const |
| template<int LoadMode> | |
| void | writePacket (Index index, const PacketScalar &x) |
| EIGEN_DEVICE_FUNC | operator const ExpressionType & () const |
Protected Attributes | |
| const ExpressionType & | m_expression |
Private Member Functions | |
| ForceAlignedAccess & | operator= (const ForceAlignedAccess &) |
Enforce aligned packet loads and stores regardless of what is requested.
| ExpressionType | the type of the object of which we are forcing aligned packet access |
This class is the return type of MatrixBase::forceAlignedAccess() and most of the time this is the only way it is used.
| typedef internal::dense_xpr_base<ForceAlignedAccess>::type Eigen::ForceAlignedAccess< ExpressionType >::Base |
|
inlineexplicit |
|
inline |
|
inline |
References col(), Eigen::ForceAlignedAccess< ExpressionType >::m_expression, and row().
Here is the call graph for this function:
|
inline |
|
inline |
References col(), Eigen::ForceAlignedAccess< ExpressionType >::m_expression, and row().
Here is the call graph for this function:
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
|
inline |
|
inline |
References col(), Eigen::ForceAlignedAccess< ExpressionType >::m_expression, and row().
Here is the call graph for this function:
|
inline |
|
inline |
|
inline |
References col(), Eigen::ForceAlignedAccess< ExpressionType >::m_expression, and row().
Here is the call graph for this function:
|
protected |
Referenced by Eigen::ForceAlignedAccess< ExpressionType >::coeff(), Eigen::ForceAlignedAccess< ExpressionType >::coeff(), Eigen::ForceAlignedAccess< ExpressionType >::coeffRef(), Eigen::ForceAlignedAccess< ExpressionType >::coeffRef(), Eigen::ForceAlignedAccess< ExpressionType >::cols(), Eigen::ForceAlignedAccess< ExpressionType >::innerStride(), Eigen::ForceAlignedAccess< ExpressionType >::operator const ExpressionType &(), Eigen::ForceAlignedAccess< ExpressionType >::outerStride(), Eigen::ForceAlignedAccess< ExpressionType >::packet(), Eigen::ForceAlignedAccess< ExpressionType >::packet(), Eigen::ForceAlignedAccess< ExpressionType >::rows(), Eigen::ForceAlignedAccess< ExpressionType >::writePacket(), and Eigen::ForceAlignedAccess< ExpressionType >::writePacket().