MlkBiCgStabNumberOfStartingVectors Property |
Gets or sets the number of starting vectors.
Namespace: Altaxo.Calc.LinearAlgebra.Single.SolversAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int NumberOfStartingVectors { get; set; }
Property Value
Int32Remarks
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