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#
public Preconditioner<T> Preconditioner { get; set; }

Property ValuePermalink

Preconditioner<T>
A Preconditioner<T> object.

See AlsoPermalink