Identity Preconditioner<T> Constructor
Constructs a new IdentityPreconditioner<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
public IdentityPreconditioner(
LinearOperator<T> matrix
)
Parameters
- matrix LinearOperator<T>
- The sparse matrix the conditioner will be applied to.