source: git/ntl/src/vec_vec_ulong.c @ 6ce030f

spielwiese
Last change on this file since 6ce030f was de6a29, checked in by Hans Schönemann <hannes@…>, 19 years ago
* hannes: NTL-5.4 git-svn-id: file:///usr/local/Singular/svn/trunk@8693 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 172 bytes
Line 
1
2#include <NTL/vec_vec_ulong.h>
3
4#include <NTL/new.h>
5
6NTL_START_IMPL
7
8NTL_vector_impl(vec_ulong,vec_vec_ulong)
9
10NTL_eq_vector_impl(vec_ulong,vec_vec_ulong)
11
12
13NTL_END_IMPL
Note: See TracBrowser for help on using the repository browser.