glucat
0.8.4
|
Variable term. More...
Public Types | |
typedef std::pair< index_set< LO, HI >, Scalar_T > | var_pair_t |
Public Member Functions | |
~var_term () | |
Destructor. More... | |
var_term () | |
Default constructor. More... | |
var_term (const index_set_t ist, const Scalar_T &crd=Scalar_T(1)) | |
Construct a variable term from an index set and a scalar coordinate. More... | |
var_term_t & | operator*= (const term_t &rhs) |
Product of variable term and term. More... | |
Static Public Member Functions | |
static const std::string | classname () |
Class name used in messages. More... | |
Variable term.
Definition at line 308 of file framed_multi.h.
typedef std::pair<index_set<LO,HI>, Scalar_T> glucat::framed_multi< Scalar_T, LO, HI >::var_term::var_pair_t |
Definition at line 312 of file framed_multi.h.
|
inline |
Destructor.
Definition at line 318 of file framed_multi.h.
|
inline |
Default constructor.
Definition at line 320 of file framed_multi.h.
|
inline |
Construct a variable term from an index set and a scalar coordinate.
Definition at line 324 of file framed_multi.h.
|
inlinestatic |
Class name used in messages.
Definition at line 315 of file framed_multi.h.
|
inline |
Product of variable term and term.
Definition at line 328 of file framed_multi.h.