Creates an instance of the PrintMatrix class without a title and directs it to the default output stream.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public PrintMatrix()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
PrintMatrix()

Remarks

The matrix is printed without a title to System.Console.Out.

See Also