|
linbox 1
|
Using a template function with two distinct fields. More...
#include "linbox/linbox-config.h"#include <iostream>#include "linbox/field/modular.h"#include "linbox/field/ntl.h"Functions | |
| template<class Field > | |
| void | divide_ex (const Field &K) |
| int | main () |
| no command line args | |
Using a template function with two distinct fields.
| void divide_ex | ( | const Field & | K | ) |
The template function "fct" reads two elements "a" and "b" of the field "K" from the standard input and writes a/b on the standard output
1.7.4