a data structure to represent the nonzeros in a generalMatrix element More...
#include <OSMatrix.h>


Public Member Functions | |
| GeneralMatrixValues () | |
| ---------- Methods for class GeneralMatrixValues ---------- | |
| ~GeneralMatrixValues () | |
| bool | IsEqual (GeneralMatrixValues *that) |
| A function to check for the equality of two objects. | |
| bool | setRandom (double density, bool conformant, int iMin, int iMax) |
| A function to make a random instance of this class. | |
| virtual bool | deepCopyFrom (GeneralMatrixValues *that) |
| A function to make a deep copy of an instance of this class. | |
Public Attributes | |
| ScalarExpressionTree ** | el |
a data structure to represent the nonzeros in a generalMatrix element
Definition at line 639 of file OSMatrix.h.
| GeneralMatrixValues::GeneralMatrixValues | ( | ) |
---------- Methods for class GeneralMatrixValues ----------
Definition at line 5188 of file OSMatrix.cpp.
| GeneralMatrixValues::~GeneralMatrixValues | ( | ) |
Definition at line 5196 of file OSMatrix.cpp.
| bool GeneralMatrixValues::IsEqual | ( | GeneralMatrixValues * | that | ) |
A function to check for the equality of two objects.
Definition at line 5231 of file OSMatrix.cpp.
| bool GeneralMatrixValues::setRandom | ( | double | density, | |
| bool | conformant, | |||
| int | iMin, | |||
| int | iMax | |||
| ) |
A function to make a random instance of this class.
| density,: | corresponds to the probability that a particular child element is created | |
| conformant,: | if true enforces side constraints not enforceable in the schema (e.g., agreement of "numberOfXXX" attributes and <XXX> children) | |
| iMin,: | lowest index value (inclusive) that a variable reference in this matrix can take | |
| iMax,: | greatest index value (inclusive) that a variable reference in this matrix can take |
| bool GeneralMatrixValues::deepCopyFrom | ( | GeneralMatrixValues * | that | ) | [virtual] |
A function to make a deep copy of an instance of this class.
| that,: | the instance from which information is to be copied |
Reimplemented from MatrixElementValues.
Definition at line 5272 of file OSMatrix.cpp.
Definition at line 642 of file OSMatrix.h.
1.6.1