IdentityPreconditioner<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#
public IdentityPreconditioner(
	LinearOperator<T> matrix
)

Parameters

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

See Also