cheshirekow
v0.1.0
|
#include <iostream>
#include <cassert>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | mpblocks::polynomial::Polynomial< Scalar, Degree > |
A dense, statically sized polynomial. More... | |
struct | mpblocks::polynomial::Polynomial< Scalar, Degree >::iterator |
class | mpblocks::polynomial::Polynomial< Scalar, Dynamic > |
A dense, dynamically sized polynomial. More... | |
struct | mpblocks::polynomial::Polynomial< Scalar, Dynamic >::iterator |
Namespaces | |
mpblocks | |
mpblocks::polynomial | |
polynomial arithmetic and algorithms with no dynamic memory access | |