|
SuanShu, a Java numerical and statistical library | |||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
| Interface Summary | |
|---|---|
| IterativeLinearSystemSolver | An iterative method for solving an N-by-N (or non-square) linear system Ax = b involves a sequence of matrix-vector multiplications. |
| IterativeLinearSystemSolver.Solution | This is the solution to a system of linear equations using an iterative solver. |
| Enum Summary | |
|---|---|
| ConvergenceFailure.Reason | the reasons for the convergence failure |
| Exception Summary | |
|---|---|
| ConvergenceFailure | This exception is thrown by
IterativeLinearSystemSolver.solve(com.numericalmethod.suanshu.matrix.doubles.linearsystem.LSProblem, com.numericalmethod.suanshu.algorithm.iterative.monitor.IterationMonitor)
when the iterative algorithm detects a breakdown or fails to converge. |
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||