Preconditioner<T>.LinearOperator Property

Gets the linear operator to which the Preconditioner<T> applies.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra.IterativeSolvers.Preconditioners
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public LinearOperator<T> LinearOperator { get; }

Property Value

LinearOperator<T>

See Also