| Modifier and Type | Method and Description |
|---|---|
BidiagonalMatrix |
BiDiagonalizationByGolubKahanLanczos.B() |
BidiagonalMatrix |
BiDiagonalizationByHouseholder.B()
Gets B, which is the square upper part of
U.t().multiply(A).multiply(V). |
BidiagonalMatrix |
BiDiagonalization.B()
Gets B, which is the square upper part of
U.t().multiply(A).multiply(V). |
| Constructor and Description |
|---|
SingularValueByDQDS(BidiagonalMatrix A)
Computes all the singular values of a bidiagonal matrix.
|
| Constructor and Description |
|---|
BidiagonalSVDbyMR3(BidiagonalMatrix A,
boolean doUV)
Creates a singular value decomposition for a bidiagonal matrix A.
|
| Modifier and Type | Method and Description |
|---|---|
BidiagonalMatrix |
BidiagonalMatrix.deepCopy() |
BidiagonalMatrix |
BidiagonalMatrix.ONE() |
BidiagonalMatrix |
BidiagonalMatrix.opposite() |
BidiagonalMatrix |
BidiagonalMatrix.scaled(double c) |
BidiagonalMatrix |
BidiagonalMatrix.t() |
BidiagonalMatrix |
BidiagonalMatrix.ZERO() |
| Constructor and Description |
|---|
BidiagonalMatrix(BidiagonalMatrix that)
Copy constructor.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.