Class xlifepp::SuTermVectors#
-
class SuTermVectors : public std::vector<SuTermVector>#
-
Inheritence diagram for xlifepp::SuTermVectors:
Collaboration diagram for xlifepp::SuTermVectors:
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 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
-
inline SuTermVectors(const std::vector<SuTermVector> &vs)#