IMSL C# Numerical Library

PrintMatrix Constructor (TextWriter, String)

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

public PrintMatrix(
   TextWriter writer,
   string title
);

Parameters

writer
A String which specifies the TextWriter to which the matrix is to be written.
title
The title to be printed above the matrix.

See Also

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