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