Uses of Interface
com.imsl.math.ConjugateGradient.Function
Packages that use ConjugateGradient.Function
Package
Description
Mathematical functions and algorithms.
Math examples.
-
Uses of ConjugateGradient.Function in com.imsl.math
Subinterfaces of ConjugateGradient.Function in com.imsl.mathModifier and TypeInterfaceDescriptionstatic interfacePublic interface for the user supplied function toConjugateGradientused for preconditioning.Constructors in com.imsl.math with parameters of type ConjugateGradient.FunctionModifierConstructorDescriptionConjugateGradient(int n, ConjugateGradient.Function argF) Conjugate gradient constructor. -
Uses of ConjugateGradient.Function in com.imsl.test.example.math
Classes in com.imsl.test.example.math that implement ConjugateGradient.FunctionModifier and TypeClassDescriptionclassSolves a positive definite linear system using the conjugate gradient method.classSolves a sparse linear system using the conjugate gradient method with preconditioning.