Library of Assembled Shared Sources
lass::num::Polynomial< T > Class Template Reference

an univariate polynomial. More...

#include <polynomial.h>

Public Member Functions

const size_type size () const
 return size of coefficients.
 
const const_iterator begin () const
 return iterator to first (lowest) coefficient
 
const const_iterator end () const
 return iterator to last (highest) coefficient
 

Static Public Member Functions

static Polynomial< T > one ()
 return constant polynomial 1
 
static Polynomial< T > x ()
 return linear polynomial x
 

Detailed Description

template<typename T>
class lass::num::Polynomial< T >

an univariate polynomial.

Author
Bram de Greve [BdG]

A polynomial is a mathematical expression involving a sum of powers in one or more variables multiplied by coefficients., Eric W. Weisstein. "Polynomial." From MathWorld–A Wolfram Web Resource. http://mathworld.wolfram.com/Polynomial.html

Definition at line 67 of file polynomial.h.


The documentation for this class was generated from the following files: