Skip to main content

=

Overloads

NameDescription
(SpectrumItem lhs = SpectrumItem rhs) -> SpectrumItemAssigns the value of the right-hand side to the left-hand side.
(EigsStatusItem lhs = EigsStatusItem rhs) -> EigsStatusItemAssigns the value of the right-hand side to the left-hand side.
(BoundaryConditionType lhs = BoundaryConditionType rhs) -> BoundaryConditionTypeAssigns the value of the right-hand side to the left-hand side.
(AssignableFunction lhs = const Function t_rhs) -> voidAssigns a function to an assignable function object.
(integer lhs = integer rhs) -> integerAssigns the right-hand side value to the left-hand side variable.
(integer lhs = bool rhs) -> integerAssigns the right-hand side value to the left-hand side variable.
(real lhs = integer rhs) -> realAssigns the right-hand side value to the left-hand side variable.
(real lhs = real rhs) -> realAssigns the right-hand side value to the left-hand side variable.
(real lhs = bool rhs) -> realAssigns the right-hand side value to the left-hand side variable.
(bool lhs = bool rhs) -> boolAssigns the right-hand side value to the left-hand side variable.
(complex lhs = integer rhs) -> complexAssigns the right-hand side value to the left-hand side variable.
(complex lhs = real rhs) -> complexAssigns the right-hand side value to the left-hand side variable.
(complex lhs = bool rhs) -> complexAssigns the right-hand side value to the left-hand side variable.
(complex lhs = complex rhs) -> complexAssigns the right-hand side value to the left-hand side variable.

(SpectrumItem lhs = SpectrumItem rhs) -> SpectrumItem

Assigns the value of the right-hand side to the left-hand side.

Parameters

  • rhs: The right-hand side value to assign.

(EigsStatusItem lhs = EigsStatusItem rhs) -> EigsStatusItem

Assigns the value of the right-hand side to the left-hand side.

Parameters

  • rhs: The right-hand side value to assign.

(BoundaryConditionType lhs = BoundaryConditionType rhs) -> BoundaryConditionType

Assigns the value of the right-hand side to the left-hand side.

Parameters

  • rhs: The right-hand side value to assign.

(AssignableFunction lhs = const Function t_rhs) -> void

Assigns a function to an assignable function object.

Parameters

  • t_rhs: The function to assign.

(integer lhs = integer rhs) -> integer

Assigns the right-hand side value to the left-hand side variable.

Parameters

  • lhs: The variable to assign to.
  • rhs: The value to assign.

(integer lhs = bool rhs) -> integer

Assigns the right-hand side value to the left-hand side variable.

Parameters

  • lhs: The variable to assign to.
  • rhs: The value to assign.

(real lhs = integer rhs) -> real

Assigns the right-hand side value to the left-hand side variable.

Parameters

  • lhs: The variable to assign to.
  • rhs: The value to assign.

(real lhs = real rhs) -> real

Assigns the right-hand side value to the left-hand side variable.

Parameters

  • lhs: The variable to assign to.
  • rhs: The value to assign.

(real lhs = bool rhs) -> real

Assigns the right-hand side value to the left-hand side variable.

Parameters

  • lhs: The variable to assign to.
  • rhs: The value to assign.

(bool lhs = bool rhs) -> bool

Assigns the right-hand side value to the left-hand side variable.

Parameters

  • lhs: The variable to assign to.
  • rhs: The value to assign.

(complex lhs = integer rhs) -> complex

Assigns the right-hand side value to the left-hand side variable.

Parameters

  • lhs: The variable to assign to.
  • rhs: The value to assign.

(complex lhs = real rhs) -> complex

Assigns the right-hand side value to the left-hand side variable.

Parameters

  • lhs: The variable to assign to.
  • rhs: The value to assign.

(complex lhs = bool rhs) -> complex

Assigns the right-hand side value to the left-hand side variable.

Parameters

  • lhs: The variable to assign to.
  • rhs: The value to assign.

(complex lhs = complex rhs) -> complex

Assigns the right-hand side value to the left-hand side variable.

Parameters

  • lhs: The variable to assign to.
  • rhs: The value to assign.