Iterative Sparse Solver<T>.Left Preconditioner Property
Gets or sets the Preconditioner<T>.
Definition
Namespace: Numerics.NET.LinearAlgebra.IterativeSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A Preconditioner<T> object.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Preconditioner<T> LeftPreconditioner { get; set; }
Property Value
Preconditioner<T>A Preconditioner<T> object.