Package com.imsl.test.example.math
Class SparseMatrixEx1
java.lang.Object
com.imsl.test.example.math.SparseMatrixEx1
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SparseMatrixEx1
public SparseMatrixEx1()
-
-
Method Details
-
main
-