Click or drag to resize

IPreconditionerTInitialize Method

Initializes the preconditioner and loads the internal data structures.

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Initialize(
	Matrix<T> matrix
)

Parameters

matrix  MatrixT
The matrix on which the preconditioner is based.
See Also