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.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
protected Preconditioner(
LinearOperator<T> linearOperator
)
Parameters
- linearOperator LinearOperator<T>
- The LinearOperator to which the preconditioner applies.