Namespace: Extreme.Mathematics.LinearAlgebra.IterativeSolvers.PreconditionersAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
protected Preconditioner(
LinearOperator<T> linearOperator
)
Protected Sub New (
linearOperator As LinearOperator(Of T)
)
protected:
Preconditioner(
LinearOperator<T>^ linearOperator
)
new :
linearOperator : LinearOperator<'T> -> Preconditioner
Parameters
- linearOperator
- Type: Extreme.Mathematics.LinearAlgebraLinearOperatorT
The LinearOperator to which the preconditioner applies.
Numerical Libraries
Supported in: 6.0
Reference