#include <limits>
#include "error.h"
Include dependency graph for polynomials_def.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | atlas |
namespace | atlas::polynomials |
Functions | |
template<typename C> | |
bool | atlas::polynomials::compare (const Polynomial< C > &, const Polynomial< C > &) |
template<typename C> | |
void | atlas::polynomials::safeAdd (C &, C) |
template<typename C> | |
void | atlas::polynomials::safeProd (C &, C) |
template<typename C> | |
void | atlas::polynomials::safeSubtract (C &, C) |