IMSL C# Numerical Library

PrintMatrix Constructor (TextWriter)

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

public PrintMatrix(
   TextWriter writer
);

Parameters

writer
The TextWriter to which the matrix is to be written.

See Also

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