Preconditioner<T>.Linear Operator Property
Gets the linear operator to which the Preconditioner<T> applies.
Definition
Namespace: Numerics.NET.LinearAlgebra.IterativeSolvers.Preconditioners
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public LinearOperator<T> LinearOperator { get; }