Click or drag to resize

ArnoldiEigenvalueOptionsInitialResiduals Property

Array of length equal to the order of the poblem. Contains the initial residual vector, possibly from a previous run. If empty or null a ranodm initial residual vector is used. Default is empty.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector InitialResiduals { get; set; }

Property Value

DoubleVector
See Also