Class ComplexSparseMatrixEx1

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

public class ComplexSparseMatrixEx1 extends Object

Performs operations on a sparse complex matrix.

The matrix product of two complex sparse matrices is computed using a method from the ComplexSparseMatrix class. The one-norm of the result is also computed. The matrix and its norm are printed.

See Also:
  • Constructor Details

    • ComplexSparseMatrixEx1

      public ComplexSparseMatrixEx1()
  • Method Details

    • main

      public static void main(String[] args)