IdentityPreconditioner<T> Constructor

Constructs a new IdentityPreconditioner<T>

Definition

Namespace: Numerics.NET.LinearAlgebra.IterativeSolvers.Preconditioners
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public IdentityPreconditioner(
	LinearOperator<T> matrix
)

Parameters

matrix  LinearOperator<T>
The sparse matrix the conditioner will be applied to.

See Also