Class PrintMatrixEx1

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

public class PrintMatrixEx1 extends Object

Prints a simple matrix.

The 1 norm of a matrix is found using a method from the Matrix class. The matrix is printed using the PrintMatrix class.
See Also:
  • Constructor Details

    • PrintMatrixEx1

      public PrintMatrixEx1()
  • Method Details

    • main

      public static void main(String[] args)