  | DoubleSymBandMatrixToString Method | 
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string 
override ToString : unit -> string 
Return Value
StringA string containing the formatted matrix values.
Remarks
            The string format is:
            
hb rows x columns [ matrix values row by row ]
            where 
hb is the half bandwidth. Zero values are printed.
            
Example1 3x3 [ 2 5 0  5 6 9  0 9 -1.2 ]
See Also