Skip to main content

coefficient

Overloads

NameDescription
coefficient(const string name, complex value) -> CoefficientCreates a Coefficient that can be added to a Model.
coefficient(const string name, const CoefficientFactory value) -> CoefficientCreates a Coefficieint that can be added to a Model.
coefficient(const string name, real value) -> CoefficientCreates 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.