Click or drag to resize

CompositeSolver Constructor

Initializes a new instance of the CompositeSolver class.

Namespace: Altaxo.Calc.LinearAlgebra.Complex.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CompositeSolver(
	IEnumerable<IIterativeSolverSetup<Complex>> solvers
)

Parameters

solvers  IEnumerableIIterativeSolverSetupComplex
The solver setups to apply in sequence.
See Also