add
Method of Model.
Overloads
| Name | Description |
|---|---|
add(const NeighbourhoodRule rule) -> Model | Add a NeighbourhoodRule to the model that can be reference when adding terms or observables. |
add(const Term term) -> Model | Add an operator and a NeighbourhoodRule to the model |
add(const Coefficient coefficient) -> Model | Adds a coefficient to a model. |
add(const NeighbourhoodRule rule) -> Model
Add a NeighbourhoodRule to the model that can be reference when adding terms or observables.
Parameters
- rule: A NeighbourhoodRule to be added to the Model.
add(const Term term) -> Model
Add an operator and a NeighbourhoodRule to the model
Parameters
add(const Coefficient coefficient) -> Model
Adds a coefficient to a model.
Parameters
- coefficient: The Coefficient to be add to the Model.