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#
protected Preconditioner(
	LinearOperator<T> linearOperator
)

Parameters

linearOperator  LinearOperator<T>
The LinearOperator to which the preconditioner applies.

See Also