ConjugateGradient.GetJacobi Method |
Returns the Jacobi preconditioning matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double[] GetJacobi()
Public Function GetJacobi As Double()
public:
array<double>^ GetJacobi()
member GetJacobi : unit -> float[]
Return Value
Type:
Double[]
a
double vector
diagonal containing the diagonal
of the Jacobi preconditioner
M, that is,
diagonal[i]=

,
A the input matrix.
See Also