Uses of Class
org.drip.numerical.common.R1ClosenessVerifier
Package | Description |
---|---|
org.drip.numerical.common |
Primitives/Array Manipulate Format Display
|
org.drip.numerical.linearalgebra |
Linear Algebra Matrix Transform Library
|
-
Uses of R1ClosenessVerifier in org.drip.numerical.common
Methods in org.drip.numerical.common that return R1ClosenessVerifier Modifier and Type Method Description static R1ClosenessVerifier
R1ClosenessVerifier. Standard()
Construct the Default R1ClosenessVerifier -
Uses of R1ClosenessVerifier in org.drip.numerical.linearalgebra
Methods in org.drip.numerical.linearalgebra with parameters of type R1ClosenessVerifier Modifier and Type Method Description static GershgorinDisc
GershgorinDisc. FromRow(double[] row, int diagonalIndex, R1ClosenessVerifier r1ClosenessVerifier)
Construct an Instance of GershgorinDisc from the Square Matrix's RowConstructors in org.drip.numerical.linearalgebra with parameters of type R1ClosenessVerifier Constructor Description GershgorinAnalyzer(R1Square squareMatrix, R1ClosenessVerifier r1ClosenessVerifier)
GershgorinAnalyzer Constructor