COMBINATORIAL_BLAS  1.6
combblas::Arr< IT, NT > Struct Template Reference

#include <LocArr.h>

Public Member Functions

 Arr (IT indsize, IT numsize)
 
IT totalsize ()
 

Public Attributes

std::vector< LocArr< IT, IT > > indarrs
 
std::vector< LocArr< NT, IT > > numarrs
 

Detailed Description

template<class IT, class NT>
struct combblas::Arr< IT, NT >

Definition at line 46 of file LocArr.h.

Constructor & Destructor Documentation

◆ Arr()

template<class IT, class NT>
combblas::Arr< IT, NT >::Arr ( IT  indsize,
IT  numsize 
)
inline

Definition at line 48 of file LocArr.h.

Member Function Documentation

◆ totalsize()

template<class IT, class NT>
IT combblas::Arr< IT, NT >::totalsize ( )
inline

Definition at line 57 of file LocArr.h.

Member Data Documentation

◆ indarrs

template<class IT, class NT>
std::vector< LocArr<IT,IT> > combblas::Arr< IT, NT >::indarrs

Definition at line 54 of file LocArr.h.

◆ numarrs

template<class IT, class NT>
std::vector< LocArr<NT,IT> > combblas::Arr< IT, NT >::numarrs

Definition at line 55 of file LocArr.h.


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