|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|


Public Member Functions | |
| virtual MatrixEntry< T > | map_to_entry (idx_t i, idx_t j) noexcept=0 |
| virtual idx_t | ncols () const noexcept=0 |
| virtual idx_t | nrows () const noexcept=0 |
| constexpr MatrixEntry< T > | operator() (idx_t i, idx_t j) noexcept |
| Returns a reference to an element of the matrix. | |
| constexpr MatrixEntry< T > | operator[] (idx_t i) noexcept |
| Returns a reference to an element of the vector. | |
Public Member Functions inherited from tlapack::starpu::internal::EntryAccess< T, true > | |
| constexpr T | operator() (idx_t i, idx_t j) const noexcept |
| Returns an element of the matrix. | |
| constexpr T | operator[] (idx_t i) const noexcept |
| Returns an element of the vector. | |
|
pure virtualnoexcept |
|
pure virtualnoexcept |
|
pure virtualnoexcept |
|
inlineconstexprnoexcept |
Returns a reference to an element of the matrix.
| [in] | i | Row index |
| [in] | j | Column index |
|
inlineconstexprnoexcept |
Returns a reference to an element of the vector.
| [in] | i | index |