orthax.orthline

orthax.orthline(off, scl, rec)Source

Orthogonal series whose graph is a straight line.

Parameters:
  • off (scalars) – The specified line is given by off + scl*x.

  • scl (scalars) – The specified line is given by off + scl*x.

  • rec (AbstractRecurrenceRelation) – Recurrence relation for the family of orthogonal polynomials.

Returns:

y (ndarray) – This module’s representation of the orthogonal series for off + scl*x.