Skip to content

Make methods to return the even or odd polynomials. #13

@emsr

Description

@emsr
  /**
   * Return the even polynomial.
   */
  _Polynomial
  even() const;

  /**
   * Return the odd polynomial.
   */
  _Polynomial
  odd() const;

Underneath you should have:
_Polynomial
thing(int stride, int offset) const;

Conversely, an
eval(int stride, int offset, x)
would be a smart underpinning for eval_even/eval_odd.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions