source: git/ntl/include/NTL/pair_ZZ_pEX_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: 462 bytes
Line 
1
2#ifndef NTL_pair_ZZ_pEX_long__H
3#define NTL_pair_ZZ_pEX_long__H
4
5#include <NTL/ZZ_pEX.h>
6#include <NTL/pair.h>
7
8NTL_OPEN_NNS
9
10NTL_pair_decl(ZZ_pEX,long,pair_ZZ_pEX_long)
11NTL_pair_io_decl(ZZ_pEX,long,pair_ZZ_pEX_long)
12NTL_pair_eq_decl(ZZ_pEX,long,pair_ZZ_pEX_long)
13
14
15NTL_vector_decl(pair_ZZ_pEX_long,vec_pair_ZZ_pEX_long)
16NTL_io_vector_decl(pair_ZZ_pEX_long,vec_pair_ZZ_pEX_long)
17NTL_eq_vector_decl(pair_ZZ_pEX_long,vec_pair_ZZ_pEX_long)
18
19NTL_CLOSE_NNS
20
21
22#endif
Note: See TracBrowser for help on using the repository browser.