IncompleteLUPreconditioner<T> Constructor

Constructs a new IncompleteLUPreconditioner<T>.

Definition

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

Parameters

matrix  SparseMatrix<T>
The sparse matrix the preconditioner is to be applied to.

See Also