Click or drag to resize

GpBiCgNumberOfBiCgStabSteps Property

Gets or sets the number of steps taken with the BiCgStab algorithm before switching over to the GPBiCG algorithm.

Namespace: Altaxo.Calc.LinearAlgebra.Double.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int NumberOfBiCgStabSteps { get; set; }

Property Value

Int32
See Also