IterativeSparseSolver<T>.Preconditioner Property
Gets or sets the Preconditioner<T>.
DefinitionPermalink
Namespace: Numerics.NET.LinearAlgebra.IterativeSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
A Preconditioner<T> object.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public Preconditioner<T> Preconditioner { get; set; }
Property ValuePermalink
Preconditioner<T>A Preconditioner<T> object.