#include "givaro/ring-interface.h"
#include <math.h>
#include <iostream>
#include <typeinfo>
#include <string>
|
| namespace | Givaro |
| | Namespace in which the whole Givaro library resides.
|
| |
|
| template<typename _Element> |
| _Element & | Moderin (_Element &t, const _Element &s) |
| |
| template<typename _Element> |
| _Element | Moder (const _Element &t, const _Element &s) |
| |
| template<> |
| float | Moder (const float &t, const float &s) |
| |
| template<> |
| float & | Moderin (float &t, const float &s) |
| |
| template<> |
| double | Moder (const double &t, const double &s) |
| |
| template<> |
| double & | Moderin (double &t, const double &s) |
| |