IterativeSparseSolver<T>.SolutionTest Property

Gets the convergence test based on the size of the residuals.

Definition

Namespace: Numerics.NET.LinearAlgebra.IterativeSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public VectorConvergenceTest<T> SolutionTest { get; }

Property Value

VectorConvergenceTest<T>
A VectorConvergenceTest<T> that uses the vector of residuals.

See Also