source: git/ntl/src/pair_ZZ_pEX_long.c @ 2cfffe

spielwiese
Last change on this file since 2cfffe was 2cfffe, checked in by Hans Schönemann <hannes@…>, 21 years ago
This commit was generated by cvs2svn to compensate for changes in r6316, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@6317 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 399 bytes
Line 
1
2#include <NTL/pair_ZZ_pEX_long.h>
3
4#include <NTL/new.h>
5
6NTL_START_IMPL
7
8NTL_pair_impl(ZZ_pEX,long,pair_ZZ_pEX_long)
9NTL_pair_io_impl(ZZ_pEX,long,pair_ZZ_pEX_long)
10NTL_pair_eq_impl(ZZ_pEX,long,pair_ZZ_pEX_long)
11
12NTL_vector_impl(pair_ZZ_pEX_long,vec_pair_ZZ_pEX_long)
13NTL_io_vector_impl(pair_ZZ_pEX_long,vec_pair_ZZ_pEX_long)
14NTL_eq_vector_impl(pair_ZZ_pEX_long,vec_pair_ZZ_pEX_long)
15
16NTL_END_IMPL
17
Note: See TracBrowser for help on using the repository browser.