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