IMSL C# Numerical Library

PrintMatrix.Print Method (PrintMatrixFormat, Object)

Prints an nRow by nColumn matrix with specified format.

public void Print(
   PrintMatrixFormat pmf,
   object array
);

Parameters

pmf
A PrintMatrixFormat matrix format.
array
A two-dimensional, non-empty, rectangular Object array.

See Also

PrintMatrix Class | Imsl.Math Namespace | PrintMatrix.Print Overload List