Click or drag to resize

UnitPreconditionerTInitialize 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#
public void Initialize(
	Matrix<T> matrix
)

Parameters

matrix  MatrixT
The matrix upon which the preconditioner is based.

Implements

IPreconditionerTInitialize(MatrixT)
Exceptions
ExceptionCondition
ArgumentExceptionIf matrix is not a square matrix.
See Also