Skip to main content

string

Overloads

NameDescription
string(const ComplexMatrix x) -> stringConverts a ComplexMatrix to its string representation.
string(const RealMatrix x) -> stringConverts a RealMatrix to its string representation.
string(const BoolArray x) -> stringConverts a BoolArray to its string representation.
string(const ComplexArray x) -> stringConverts a ComplexArray to its string representation.
string(const RealSparseMatrix x) -> stringConverts a RealSparseMatrix to its string representation.
string(const ComplexSparseMatrix x) -> stringConverts a ComplexSparseMatrix to its string representation.
string(const RealArray x) -> stringConverts a RealArray to its string representation.
string(const IntegerArray x) -> stringConverts a IntegerArray to its string representation.

string(const ComplexMatrix x) -> string

Converts a ComplexMatrix to its string representation.

Parameters

string(const RealMatrix x) -> string

Converts a RealMatrix to its string representation.

Parameters

string(const BoolArray x) -> string

Converts a BoolArray to its string representation.

Parameters

string(const ComplexArray x) -> string

Converts a ComplexArray to its string representation.

Parameters

string(const RealSparseMatrix x) -> string

Converts a RealSparseMatrix to its string representation.

Parameters

string(const ComplexSparseMatrix x) -> string

Converts a ComplexSparseMatrix to its string representation.

Parameters

string(const RealArray x) -> string

Converts a RealArray to its string representation.

Parameters

string(const IntegerArray x) -> string

Converts a IntegerArray to its string representation.

Parameters