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.
Constructor and Description |
---|
SparseMatrixEx1() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.