IMSL C# Numerical Library

PrintMatrix Constructor (String)

Creates a PrintMatrix object with a title directed to the default output stream.

public PrintMatrix(
   string title
);

Parameters

title
A String which specifies the title to be printed above the matrix.

Remarks

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

See Also

PrintMatrix Class | Imsl.Math Namespace | PrintMatrix Constructor Overload List