To use finite fields there is the function GF.
It works well in python, but produces the following error in cython:
undeclared name not builtin: GF
How to use finite fields in cython?
| 1 | initial version |
To use finite fields there is the function GF.
It works well in python, but produces the following error in cython:
undeclared name not builtin: GF
How to use finite fields in cython?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.