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

Describes a row- or column-major matrix. More...

#include <types.hpp>

Public Attributes

Layout layout
 
idx_t ldim
 
idx_t m
 
idx_t n
 
T * ptr
 

Detailed Description

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

Describes a row- or column-major matrix.

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

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