MatrixMathMatrixToString(String, IROMatrixSingle) Method |
Converts the given matrix to a human-readable string format.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string MatrixToString(
string name,
IROMatrix<float> a
)
Parameters
- name String
- An optional name for the matrix.
- a IROMatrixSingle
- The input matrix.
Return Value
StringA string representation of the matrix.
See Also