<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
tlapack::legacy::Vector< T, idx_t > Struct Template Reference

Describes a strided vector. More...

#include <types.hpp>

Public Attributes

idx_t inc
 
idx_t n
 
T * ptr
 

Detailed Description

template<class T, class idx_t>
struct tlapack::legacy::Vector< T, idx_t >

Describes a strided vector.

Template Parameters
TType of each entry.
idx_tInteger type of the size attributes.

The documentation for this struct was generated from the following file: