Skip to content
Snippets Groups Projects
Commit bc9e97cf authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: additional polynomial constructors, improved I/O

- support construct from initializer_list, which can help simplify
  code with constant coefficients.

- add default constructor for polynomialFunction and Istream reading
  to support resizable lists of polynomialFunction.

  A default constructed polynomialFunction is simply equivalent to
  a constant zero.

- no special IO handling for Polynomial required,
  it is the same as VectorSpace anyhow.
parent 95f7ed03
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment