| Package | Description |
|---|---|
| com.imsl.math |
Mathematical functions and algorithms.
|
| com.imsl.test.example.math |
Math examples.
|
| Constructor and Description |
|---|
ComplexSVD(Complex[][] a)
Construct the singular value decomposition of a rectangular matrix with
default tolerance.
|
ComplexSVD(Complex[][] a,
double tol)
Construct the singular value decomposition of a rectangular matrix with
a given tolerance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ComplexSVDEx1.main(String[] args) |
Copyright © 2020 Rogue Wave Software. All rights reserved.