|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Describes a strided vector. More...
#include <types.hpp>
Public Attributes | |
| idx_t | inc |
| idx_t | n |
| T * | ptr |
Describes a strided vector.
| T | Type of each entry. |
| idx_t | Integer type of the size attributes. |