set_constant
Method of ComplexMatrix.
Overloads
| Name | Description |
|---|---|
set_constant(integer c) -> ComplexMatrix | Sets all elements of the ComplexMatrix lhs to the constant c. |
set_constant(real c) -> ComplexMatrix | Sets all elements of the ComplexMatrix lhs to the constant c. |
set_constant(bool c) -> ComplexMatrix | Sets all elements of the ComplexMatrix lhs to the constant c. |
set_constant(complex c) -> ComplexMatrix | Sets all elements of the ComplexMatrix lhs to the constant c. |
set_constant(integer c) -> ComplexMatrix
Sets all elements of the ComplexMatrix lhs to the constant c.
Parameters
- c: The constant value to set all elements to.
set_constant(real c) -> ComplexMatrix
Sets all elements of the ComplexMatrix lhs to the constant c.
Parameters
- c: The constant value to set all elements to.
set_constant(bool c) -> ComplexMatrix
Sets all elements of the ComplexMatrix lhs to the constant c.
Parameters
- c: The constant value to set all elements to.
set_constant(complex c) -> ComplexMatrix
Sets all elements of the ComplexMatrix lhs to the constant c.
Parameters
- c: The constant value to set all elements to.