<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Class for accessing the elements of a tlapack::starpu::Matrix. More...
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.
T | Type of the elements |
TisConstType | True if T is const |