Uses of Class
org.drip.numerical.linearalgebra.LinearizationOutput
Package | Description |
---|---|
org.drip.numerical.linearsolver |
Solvers of Linear Systems of Equations
|
-
Uses of LinearizationOutput in org.drip.numerical.linearsolver
Methods in org.drip.numerical.linearsolver that return LinearizationOutput Modifier and Type Method Description static LinearizationOutput
LinearSystem. SolveUsingGaussianElimination(double[][] aadblAIn, double[] adblB)
Solve the Linear System using Gaussian Elimination from the Set of Values in the Arraystatic LinearizationOutput
LinearSystem. SolveUsingGaussSeidel(double[][] aadblAIn, double[] adblB)
Solve the Linear System using the Gauss-Seidel algorithm from the Set of Values in the Arraystatic LinearizationOutput
LinearSystem. SolveUsingMatrixInversion(double[][] aadblAIn, double[] adblB)
Solve the Linear System using Matrix Inversion from the Set of Values in the Array