=
Overloads
| Name | Description |
|---|---|
(SpectrumItem lhs = SpectrumItem rhs) -> SpectrumItem | Assigns the value of the right-hand side to the left-hand side. |
(EigsStatusItem lhs = EigsStatusItem rhs) -> EigsStatusItem | Assigns the value of the right-hand side to the left-hand side. |
(BoundaryConditionType lhs = BoundaryConditionType rhs) -> BoundaryConditionType | Assigns the value of the right-hand side to the left-hand side. |
(AssignableFunction lhs = const Function t_rhs) -> void | Assigns a function to an assignable function object. |
(integer lhs = integer rhs) -> integer | Assigns the right-hand side value to the left-hand side variable. |
(integer lhs = bool rhs) -> integer | Assigns the right-hand side value to the left-hand side variable. |
(real lhs = integer rhs) -> real | Assigns the right-hand side value to the left-hand side variable. |
(real lhs = real rhs) -> real | Assigns the right-hand side value to the left-hand side variable. |
(real lhs = bool rhs) -> real | Assigns the right-hand side value to the left-hand side variable. |
(bool lhs = bool rhs) -> bool | Assigns the right-hand side value to the left-hand side variable. |
(complex lhs = integer rhs) -> complex | Assigns the right-hand side value to the left-hand side variable. |
(complex lhs = real rhs) -> complex | Assigns the right-hand side value to the left-hand side variable. |
(complex lhs = bool rhs) -> complex | Assigns the right-hand side value to the left-hand side variable. |
(complex lhs = complex rhs) -> complex | Assigns 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.