Skip to main content

add

Method of Model.

Overloads

NameDescription
add(const NeighbourhoodRule rule) -> ModelAdd a NeighbourhoodRule to the model that can be reference when adding terms or observables.
add(const Term term) -> ModelAdd an operator and a NeighbourhoodRule to the model
add(const Coefficient coefficient) -> ModelAdds 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

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