fmatvec  0.0.0
fmatvec::Indices Class Reference

Public Member Functions

 Indices (int size)
 
 Indices (std::vector< int > ind_)
 
 Indices (const std::initializer_list< int > &il)
 
size_t size () const
 
int max () const
 
int min () const
 
void add (int ind_)
 
void set (int i, int ind_)
 
const int & operator[] (int i) const
 

Private Attributes

std::vector< int > ind
 

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