JacobiPreconditioner<T> Constructor

Constructs a new JacobiPreconditioner<T>.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra.IterativeSolvers.Preconditioners
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public JacobiPreconditioner(
	Matrix<T> matrix
)

Parameters

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

See Also