Class SparseMatrixEx1

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

public class SparseMatrixEx1 extends Object

SparseMatrix Example 1: Computes the matrix product of two sparse matrices.

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

See example SuperLUEx1 for an explanation of the sparse format.

See Also:
  • Constructor Details

    • SparseMatrixEx1

      public SparseMatrixEx1()
  • Method Details

    • main

      public static void main(String[] args)