Namespace: Extreme.Mathematics.LinearAlgebra.IterativeSolvers.PreconditionersAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public IncompleteLUPreconditioner(
SparseMatrix matrix
)
Public Sub New (
matrix As SparseMatrix
)
public:
IncompleteLUPreconditioner(
SparseMatrix^ matrix
)
new :
matrix : SparseMatrix -> IncompleteLUPreconditioner
Parameters
- matrix
- Type: Extreme.Mathematics.LinearAlgebraSparseMatrix
The SparseMatrix
the preconditioner is to be applied to.
Numerical Libraries
Supported in: 5.x, 4.x
Reference