MatrixMathMatrixToStringT(String, IROMatrixT) 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<T>(
string? name,
IROMatrix<T> a
)
where T : struct, new()
Parameters
- name String
- An optional name for the matrix.
- a IROMatrixT
- The input matrix.
Type Parameters
- T
- The type of the matrix elements.
Return Value
StringA string representation of the matrix.
See Also