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 ShermanMorrisonSchemeShermanMorrisonScheme. Standard(double[][] r2Array, double[] rhsArray)Construct a Standard Gamma Instance of Sherman Morrison Solverstatic ShermanMorrisonSchemeShermanMorrisonScheme. StandardBatistaKarawia(double[][] r2Array, double[] rhsArray)Construct a Standard Batista-Karawia Instance of Sherman Morrison Solver