Class xlifepp::Term#
-
class Term#
-
abstract base class of TermVector and TermMatrix, that are the numerical representations of linear and bilinear forms on spaces.
Subclassed by xlifepp::SuTermMatrix, xlifepp::SuTermVector, xlifepp::TermMatrix, xlifepp::TermVector
Public Functions
-
virtual ~Term()#
-
virtual destructor (do nothing)
-
inline bool &computed()#
-
returns computation state (non const)
-
inline bool computed() const#
-
returns computation state (const)
-
inline ComputingInfo &computingInfo()#
-
returns computingInfo (const)
-
inline ComputingInfo computingInfo() const#
-
returns computingInfo (const)
-
string_t primaryName() const#
-
name without trailing @
Public Members
-
Parameters params#
-
a free zone to store additional data (magic zone)
Public Static Functions
-
static void clearGlobalVector()#
-
delete all term objects
-
static void printAllTerms(std::ostream&)#
-
print the list of terms in memory
Public Static Attributes
-
virtual ~Term()#