Public Member Functions | Protected Attributes
internal::blas_data_mapper< Scalar, Index, StorageOrder > Class Template Reference

#include <BlasUtil.h>

List of all members.

Public Member Functions

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

Protected Attributes

Scalar *EIGEN_RESTRICT m_data
Index m_stride

Detailed Description

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

Definition at line 132 of file BlasUtil.h.


Constructor & Destructor Documentation

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

Definition at line 135 of file BlasUtil.h.


Member Function Documentation

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

Definition at line 136 of file BlasUtil.h.


Member Data Documentation

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

Definition at line 139 of file BlasUtil.h.

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

Definition at line 140 of file BlasUtil.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:31