|
MOAB
4.9.3pre
|
#include <BlasUtil.h>


Public Member Functions | |
| EIGEN_ALWAYS_INLINE | const_blas_data_mapper (const Scalar *data, Index stride) |
| EIGEN_ALWAYS_INLINE const_blas_data_mapper< Scalar, Index, StorageOrder > | getSubMapper (Index i, Index j) const |
Definition at line 243 of file BlasUtil.h.
| EIGEN_ALWAYS_INLINE Eigen::internal::const_blas_data_mapper< Scalar, Index, StorageOrder >::const_blas_data_mapper | ( | const Scalar * | data, |
| Index | stride | ||
| ) | [inline] |
Definition at line 245 of file BlasUtil.h.
| EIGEN_ALWAYS_INLINE const_blas_data_mapper<Scalar, Index, StorageOrder> Eigen::internal::const_blas_data_mapper< Scalar, Index, StorageOrder >::getSubMapper | ( | Index | i, |
| Index | j | ||
| ) | const [inline] |
Reimplemented from Eigen::internal::blas_data_mapper< const Scalar, Index, StorageOrder >.
Definition at line 247 of file BlasUtil.h.
{
return const_blas_data_mapper<Scalar, Index, StorageOrder>(&(this->operator()(i, j)), this->m_stride);
}