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