Click or drag to resize

DoubleSymBandMatrixToString Method

Returns a formatted string representation of this matrix.

ToCommaSeparated

ToCommaSeparated(String)

ToTabDelimited

ToTabDelimited(String)


Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override string ToString()

Return Value

String
A string containing the formatted matrix values.
Remarks
The string format is:
C#
hb rows x columns [ matrix values row by row ]
where hb is the half bandwidth. Zero values are printed.
Example
C#
1 3x3 [ 2 5 0  5 6 9  0 9 -1.2 ]
See Also