INMOST
A toolkit for distributed mathematical modeling
|
This class represents multiplication of the matrix by the constant. More...
#include <inmost_block_variable.h>
Public Member Functions | |
multiply_const_block_variable (const abstract_dynamic_block_variable &_ArgA, INMOST_DATA_REAL_TYPE val) | |
Constructor. | |
multiply_const_block_variable (const multiply_const_block_variable &b) | |
Copy constructor. | |
multiply_const_block_variable & | operator= (multiply_const_block_variable const &b) |
Assignment operator. | |
rMatrix | Value (const Storage &e) const |
Get value of variable expression on provided element e. | |
vMatrix | Variable (const Storage &e) const |
Get value with derivatives of variable expression on provided element e. More... | |
abstract_dynamic_block_variable * | Copy () const |
Make a copy of this class, used to reproduce and store a tree of variable expressions. | |
This class represents multiplication of the matrix by the constant.
Definition at line 579 of file inmost_block_variable.h.
Get value with derivatives of variable expression on provided element e.
This function collapses associated expression tree into multivar_expression.
Implements INMOST::abstract_dynamic_block_variable.
Definition at line 604 of file inmost_block_variable.h.