<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Legacy vector. More...
#include <LegacyVector.hpp>
Public Member Functions | |
constexpr | LegacyVector (idx_t n, T *ptr, int_t inc=1) |
constexpr const T & | operator[] (idx_t i) const noexcept |
constexpr T & | operator[] (idx_t i) noexcept |
Public Attributes | |
int_t | inc |
Memory increment. | |
idx_t | n |
Size. | |
T * | ptr |
Pointer to array in memory. | |
Static Public Attributes | |
static constexpr Direction | direction = D |
Legacy vector.
T | Floating-point type |
idx_t | Index type |
D | Either Direction::Forward or Direction::Backward |