Module conjugate_gradient

Module conjugate_gradient 

Source
Expand description

conjugate gradient method.

Structs§

CgInfo
algorithm result
CgParams
algorithm parameters

Enums§

CgError
algorithm error

Functions§

conjugate_gradient
executes the conjugate gradient using the provided preconditioner
conjugate_gradient_scratch
computes the size and alignment of required workspace for executing the conjugate gradient algorithm