Class PrintMatrixFormatEx1

java.lang.Object
com.imsl.test.example.math.PrintMatrixFormatEx1

public class PrintMatrixFormatEx1 extends Object

Prints a matrix with and without row and column labels.

A simple matrix is printed using the default format with the PrintMatrix class. The PrintMatrixFormat class is then used to change the default format.
See Also:
  • Constructor Details

    • PrintMatrixFormatEx1

      public PrintMatrixFormatEx1()
  • Method Details

    • main

      public static void main(String[] args)