string
Overloads
| Name | Description |
|---|---|
string(const ComplexMatrix x) -> string | Converts a ComplexMatrix to its string representation. |
string(const RealMatrix x) -> string | Converts a RealMatrix to its string representation. |
string(const BoolArray x) -> string | Converts a BoolArray to its string representation. |
string(const ComplexArray x) -> string | Converts a ComplexArray to its string representation. |
string(const RealSparseMatrix x) -> string | Converts a RealSparseMatrix to its string representation. |
string(const ComplexSparseMatrix x) -> string | Converts a ComplexSparseMatrix to its string representation. |
string(const RealArray x) -> string | Converts a RealArray to its string representation. |
string(const IntegerArray x) -> string | Converts a IntegerArray to its string representation. |
string(const ComplexMatrix x) -> string
Converts a ComplexMatrix to its string representation.
Parameters
- x: The ComplexMatrix to print.
string(const RealMatrix x) -> string
Converts a RealMatrix to its string representation.
Parameters
- x: The RealMatrix to print.
string(const BoolArray x) -> string
Converts a BoolArray to its string representation.
Parameters
- x: The BoolArray to print.
string(const ComplexArray x) -> string
Converts a ComplexArray to its string representation.
Parameters
- x: The ComplexArray to print.
string(const RealSparseMatrix x) -> string
Converts a RealSparseMatrix to its string representation.
Parameters
- x: The RealSparseMatrix to print.
string(const ComplexSparseMatrix x) -> string
Converts a ComplexSparseMatrix to its string representation.
Parameters
- x: The ComplexSparseMatrix to print.
string(const RealArray x) -> string
Converts a RealArray to its string representation.
Parameters
- x: The RealArray to print.
string(const IntegerArray x) -> string
Converts a IntegerArray to its string representation.
Parameters
- x: The IntegerArray to print.