Ejemplo n.º 1
0
 /// <summary>
 /// Resets this instance using specified global coefficient.
 /// </summary>
 /// <param name="fill">The coefficents to be set.</param>
 public override void Reset(double fill)
 {
     Coefficients.AsSpan().Fill(fill);
 }