Preconditioner<T> Constructor
Constructs a new Preconditioner<T>.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra.IterativeSolvers.Preconditioners
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected Preconditioner(
LinearOperator<T> linearOperator
)
Parameters
- linearOperator LinearOperator<T>
- The LinearOperator to which the preconditioner applies.