ILUTPPreconditionerInitialize Method |
Initializes the preconditioner and loads the internal data structures.
Namespace: Altaxo.Calc.LinearAlgebra.Complex32.SolversAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Initialize(
Matrix<Complex32> matrix
)
Parameters
- matrix MatrixComplex32
-
The Matrix upon which this preconditioner is based. Note that the
method takes a general matrix type. However internally the data is stored
as a sparse matrix. Therefore it is not recommended to pass a dense matrix.
Implements
IPreconditionerTInitialize(MatrixT)Exceptions See Also