Uses of Interface
com.imsl.math.GenMinRes.Function
Packages that use GenMinRes.Function
Package
Description
Mathematical functions and algorithms.
Math examples.
-
Uses of GenMinRes.Function in com.imsl.math
Subinterfaces of GenMinRes.Function in com.imsl.mathModifier and TypeInterfaceDescriptionstatic interfacePublic interface for the user supplied function toGenMinResused for preconditioning.Constructors in com.imsl.math with parameters of type GenMinRes.FunctionModifierConstructorDescriptionGenMinRes(int n, GenMinRes.Function argF) GMRES linear system solver constructor. -
Uses of GenMinRes.Function in com.imsl.test.example.math
Classes in com.imsl.test.example.math that implement GenMinRes.FunctionModifier and TypeClassDescriptionclassSolves a small linear system with the Generalized Minimum Residual (GMRES) method.classSolves a small linear system with user supplied inner product.classSolves a small linear system stored in sparse form.classSolves a small linear system stored in sparse form with preconditioning.classSolves the Poisson equation using the second Householder implementation.classSolves the Poisson equation using the second Householder implementation and preconditioning.classSolves a small linear system with logging.