Click or drag to resize
PrintMatrix Constructor (TextWriter, String)
Creates a PrintMatrix object with a title directed to a specified output stream.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public PrintMatrix(
	TextWriter writer,
	string title
)

Parameters

writer
Type: System.IOTextWriter
A String which specifies the TextWriter to which the matrix is to be written.
title
Type: SystemString
The title to be printed above the matrix.
See Also