#include <cstddef>
#include <iostream>
#include <vector>
#include <iomanip>
#include <algorithm>
#include <cmath>
#include "config.hpp"
#include "refcntr.hpp"
#include "iteradapt.hpp"
#include "factory.hpp"
#include "powerest.hpp"
#include "exception.hpp"
#include "_utility.hpp"
#include "polynom.cpp"
Go to the source code of this file.
Namespaces | |
namespace | Arageli |
Classes | |
class | Arageli::polynom< F > |
Defines | |
#define | ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE_POLYNOM |
Functions | |
template<typename F, typename FT> | |
std::ostream & | Arageli::operator<< (std::ostream &s, const polynom< F > &v) |
template<typename F, typename FT> | |
polynom< F > | Arageli::abs (const polynom< F > &maxVal) |
template<typename F, typename FT> | |
polynom< F > | Arageli::normalize (const polynom< F > &val) |
Definition in file polynom.hpp.
#define ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE_POLYNOM |
Definition at line 459 of file polynom.hpp.