File: vec_vec_RR.c

package info (click to toggle)
ntl 5.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,416 kB
  • sloc: ansic: 71,653; cpp: 7,516; makefile: 310; sh: 6
file content (15 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#include <NTL/vec_vec_RR.h>

#include <NTL/new.h>

NTL_START_IMPL

NTL_vector_impl(vec_RR,vec_vec_RR)

NTL_eq_vector_impl(vec_RR,vec_vec_RR)

NTL_io_vector_impl(vec_RR,vec_vec_RR)

NTL_END_IMPL