Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative.preconditioner Classes and Interfaces - 5 results found.
NameDescriptionTypePackageFramework
IdentityPreconditionerThis identity preconditioner is used when no preconditioning is applied.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative.preconditionerSuanShu
JacobiPreconditionerThe Jacobi (or diagonal) preconditioner is one of the simplest forms of preconditioning, such that the preconditioner is the diagonal ofClasscom.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative.preconditionerSuanShu
PreconditionerPreconditioning reduces the condition number of the coefficient matrix of a linear system to accelerate the convergenceInterfacecom.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative.preconditionerSuanShu
PreconditionerFactoryThis constructs a new instance of Preconditioner for a coefficient matrix.Interfacecom.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative.preconditionerSuanShu
SSORPreconditionerSSOR preconditioner is derived from a symmetric coefficient matrix A which is decomposed asClasscom.numericalmethod.suanshu.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative.preconditionerSuanShu