Uses of Class
org.drip.numerical.linearsolver.ShermanMorrisonScheme
Package | Description |
---|---|
org.drip.numerical.linearsolver |
Solvers of Linear Systems of Equations
|
-
Uses of ShermanMorrisonScheme in org.drip.numerical.linearsolver
Methods in org.drip.numerical.linearsolver that return ShermanMorrisonScheme Modifier and Type Method Description static ShermanMorrisonScheme
ShermanMorrisonScheme. Standard(double[][] r2Array, double[] rhsArray)
Construct a Standard Gamma Instance of Sherman Morrison Solverstatic ShermanMorrisonScheme
ShermanMorrisonScheme. StandardBatistaKarawia(double[][] r2Array, double[] rhsArray)
Construct a Standard Batista-Karawia Instance of Sherman Morrison Solver