Home
last modified time | relevance | path

Searched defs:LcTerm (Results 1 – 1 of 1) sorted by relevance

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/term/
H A DLcTerm.hpp45 class LcTerm : public std::vector<std::pair<const TT *, complex_t> > class
53 LcTerm(const string_t& ty="undefined type") : nametype(ty) {} in LcTerm() function in xlifepp::LcTerm
119 LcTerm<TT>::LcTerm(const TT* t,const T& v) in LcTerm() function in xlifepp::LcTerm
128 LcTerm<TT>::LcTerm(const TT* t1,const T& v1, const TT* t2, const T& v2) in LcTerm() function in xlifepp::LcTerm
138 LcTerm<TT>::LcTerm(const TT& t,const T& v) in LcTerm() function in xlifepp::LcTerm
147 LcTerm<TT>::LcTerm(const TT& t1,const T& v1, const TT& t2, const T& v2) in LcTerm() function in xlifepp::LcTerm
157 LcTerm<TT>::LcTerm(const std::vector<const TT *>& vt, const std::vector<T>& vv) in LcTerm() function in xlifepp::LcTerm