Preconditioner<T> Constructor

Constructs a new Preconditioner<T>.

Definition

Namespace: Numerics.NET.LinearAlgebra.IterativeSolvers.Preconditioners
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected Preconditioner(
	LinearOperator<T> linearOperator
)

Parameters

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

See Also