Public Member Functions | Protected Attributes | List of all members
Eigen::internal::blas_data_mapper< Scalar, Index, StorageOrder > Class Template Reference

#include <BlasUtil.h>

Public Member Functions

 blas_data_mapper (Scalar *data, Index stride)
 
EIGEN_STRONG_INLINE Scalar & operator() (Index i, Index j)
 

Protected Attributes

Scalar *EIGEN_RESTRICT m_data
 
Index m_stride
 

Detailed Description

template<typename Scalar, typename Index, int StorageOrder>
class Eigen::internal::blas_data_mapper< Scalar, Index, StorageOrder >

Definition at line 123 of file BlasUtil.h.

Constructor & Destructor Documentation

template<typename Scalar, typename Index, int StorageOrder>
Eigen::internal::blas_data_mapper< Scalar, Index, StorageOrder >::blas_data_mapper ( Scalar *  data,
Index  stride 
)
inline

Definition at line 126 of file BlasUtil.h.

Member Function Documentation

template<typename Scalar, typename Index, int StorageOrder>
EIGEN_STRONG_INLINE Scalar& Eigen::internal::blas_data_mapper< Scalar, Index, StorageOrder >::operator() ( Index  i,
Index  j 
)
inline

Definition at line 127 of file BlasUtil.h.

Member Data Documentation

template<typename Scalar, typename Index, int StorageOrder>
Scalar* EIGEN_RESTRICT Eigen::internal::blas_data_mapper< Scalar, Index, StorageOrder >::m_data
protected

Definition at line 130 of file BlasUtil.h.

template<typename Scalar, typename Index, int StorageOrder>
Index Eigen::internal::blas_data_mapper< Scalar, Index, StorageOrder >::m_stride
protected

Definition at line 131 of file BlasUtil.h.


The documentation for this class was generated from the following file:


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:12