Click or drag to resize

GpBiCgNumberOfGpBiCgSteps Property

Gets or sets the number of steps taken with the GPBiCG algorithm before switching over to the BiCgStab 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 NumberOfGpBiCgSteps { get; set; }

Property Value

Int32
See Also