Click or drag to resize

MlkBiCgStabStartingVectors Property

Gets or sets a series of orthonormal vectors which will be used as basis for the Krylov sub-space.

Namespace: Altaxo.Calc.LinearAlgebra.Double.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IList<Vector<double>> StartingVectors { get; set; }

Property Value

IListVectorDouble
See Also