|
<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 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. | |
|
inlineconstexprnoexcept |
Returns an element of the matrix.
| [in] | i | Row index |
| [in] | j | Column index |
|
inlineconstexprnoexcept |
Returns an element of the vector.
| [in] | i | index |