source: git/ntl/include/NTL/pair_GF2EX_long.h @ 92c0ac

spielwiese
Last change on this file since 92c0ac was 92c0ac, checked in by Hans Schönemann <hannes@…>, 21 years ago
NTL-5.2 git-svn-id: file:///usr/local/Singular/svn/trunk@6320 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 469 bytes
Line 
1
2#ifndef NTL_pair_GF2EX_long__H
3#define NTL_pair_GF2EX_long__H
4
5#include <NTL/pair.h>
6#include <NTL/vector.h>
7#include <NTL/GF2EX.h>
8
9NTL_OPEN_NNS
10
11NTL_pair_decl(GF2EX,long,pair_GF2EX_long)
12NTL_pair_io_decl(GF2EX,long,pair_GF2EX_long)
13NTL_pair_eq_decl(GF2EX,long,pair_GF2EX_long)
14
15NTL_vector_decl(pair_GF2EX_long,vec_pair_GF2EX_long)
16NTL_io_vector_decl(pair_GF2EX_long,vec_pair_GF2EX_long)
17NTL_eq_vector_decl(pair_GF2EX_long,vec_pair_GF2EX_long)
18
19NTL_CLOSE_NNS
20
21#endif
Note: See TracBrowser for help on using the repository browser.