Click or drag to resize

MatrixMathMatrixToString(String, IROComplexFloatMatrix) Method

Converts the given matrix to a human-readable string format.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string MatrixToString(
	string name,
	IROComplexFloatMatrix a
)

Parameters

name  String
An optional name for the matrix.
a  IROComplexFloatMatrix
The input matrix.

Return Value

String
A string representation of the matrix.
See Also