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

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

Syntax

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

Parameters

writer
Type: System.IO..::.TextWriter
The TextWriter to which the matrix is to be written.

See Also