Uses of Class
org.drip.numerical.linearalgebra.SylvesterEquation
| Package | Description |
|---|---|
| org.drip.numerical.linearsolver |
Solvers of Linear Systems of Equations
|
-
Uses of SylvesterEquation in org.drip.numerical.linearsolver
Methods in org.drip.numerical.linearsolver that return SylvesterEquation Modifier and Type Method Description SylvesterEquationBartelsStewartScheme. sylvesterEquation()Retrieve the Sylvester Equation InstanceConstructors in org.drip.numerical.linearsolver with parameters of type SylvesterEquation Constructor Description BartelsStewartScheme(SylvesterEquation sylvesterEquation, double[][] rhsMatrix, boolean diagnosticsOn)BartelsStewartScheme Constructor