Click or drag to resize

MlkBiCgStabNumberOfStartingVectors Property

Gets or sets the number of starting vectors.

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

Property Value

Int32
Remarks
Must be larger than 1 and smaller than the number of variables in the matrix that for which this solver will be used.
See Also