<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
tlapack::starpu::internal::EntryAccess< T, TisConstType > Struct Template Reference

Class for accessing the elements of a tlapack::starpu::Matrix. More...

Detailed Description

template<class T, bool TisConstType>
struct tlapack::starpu::internal::EntryAccess< T, TisConstType >

Class for accessing the elements of a tlapack::starpu::Matrix.

This class is used to implement the operator() and operator[] for the Matrix class. It is not intended to be used directly. Instead, use the Matrix class.

Template Parameters
TType of the elements
TisConstTypeTrue if T is const

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