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

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public PrintMatrix(
	TextWriter writer,
	string title
)
Visual Basic (Declaration)
Public Sub New ( _
	writer As TextWriter, _
	title As String _
)
Visual C++
public:
PrintMatrix(
	TextWriter^ writer, 
	String^ title
)

Parameters

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

See Also