Incomplete LUPreconditioner<T> Constructor
Constructs a new IncompleteLUPreconditioner<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 IncompleteLUPreconditioner(
SparseMatrix<T> matrix
)
Parameters
- matrix SparseMatrix<T>
- The sparse matrix the preconditioner is to be applied to.