Click or drag to resize
PrintMatrix Constructor (TextWriter)
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.2.0
Syntax
public PrintMatrix(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
The TextWriter to which the matrix is to be written.
See Also