Creates an instance of the PrintMatrix class.

Overload List

NameDescription
PrintMatrix()()()
Creates an instance of the PrintMatrix class without a title and directs it to the default output stream.
PrintMatrix(TextWriter)
Creates an instance of the PrintMatrix class without a title and directs it to a specified output stream.
PrintMatrix(String)
Creates a PrintMatrix object with a title directed to the default output stream.
PrintMatrix(TextWriter, String)
Creates a PrintMatrix object with a title directed to a specified output stream.

See Also