Creates an instance of the PrintMatrix
class.
Creates an instance of the PrintMatrix
class without a title and directs it to the default output stream.
public PrintMatrix();
Creates an instance of the PrintMatrix
class without a title and directs it to a specified output stream.
public PrintMatrix(TextWriter);
Creates a PrintMatrix
object with a title directed to a specified output stream.
public PrintMatrix(TextWriter,string);
Creates a PrintMatrix
object with a title directed to the default output stream.
public PrintMatrix(string);
PrintMatrix Class | Imsl.Math Namespace