Class xlifepp::SuTermVectors#

class SuTermVectors : public std::vector<SuTermVector>#

end user class handling vector of SuTermVector it inherits from std::vector

Public Functions

inline SuTermVectors(const std::vector<SuTermVector> &vs)#

constructor from vector<TermVector>

inline SuTermVectors(number_t n = 0)#

basic constructor

inline SuTermVector &operator()(number_t n)#

acces to n-th TermVector

inline const SuTermVector &operator()(number_t n) const#

acces to n-th TermVector (const)

void print(std::ostream&) const#

output on stream

SuTermVectors &toImag()#

move all TermVector’s to real

SuTermVectors &toReal()#

move all TermVector’s to real