IMSL C# Numerical Library

PrintMatrix Constructor

Creates an instance of the PrintMatrix class.

Overload List

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

public PrintMatrix();

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

public PrintMatrix(TextWriter);

Creates a PrintMatrix object with a title directed to a specified output stream.

public PrintMatrix(TextWriter,string);

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

public PrintMatrix(string);

See Also

PrintMatrix Class | Imsl.Math Namespace