coefficient
Overloads
| Name | Description |
|---|---|
coefficient(const string name, complex value) -> Coefficient | Creates a Coefficient that can be added to a Model. |
coefficient(const string name, const CoefficientFactory value) -> Coefficient | Creates a Coefficieint that can be added to a Model. |
coefficient(const string name, real value) -> Coefficient | Creates a Coefficient that can be added to a Model. |
coefficient(const string name, complex value) -> Coefficient
Creates a Coefficient that can be added to a Model.
Parameters
- name: The name of the coefficient.
- value: The value of the coefficient.
coefficient(const string name, const CoefficientFactory value) -> Coefficient
Creates a Coefficieint that can be added to a Model.
Parameters
- name: The name of the coefficient.
- value: The value of the coefficient.
coefficient(const string name, real value) -> Coefficient
Creates a Coefficient that can be added to a Model.
Parameters
- name: The name of the coefficient.
- value: The value of the coefficient.