File: vec_quad_float.h

package info (click to toggle)
ntl 11.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,820 kB
  • sloc: cpp: 92,194; sh: 10,577; ansic: 3,058; makefile: 536
file content (14 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#ifndef NTL_vec_quad_float__H
#define NTL_vec_quad_float__H

#include <NTL/vector.h>
#include <NTL/quad_float.h>

NTL_OPEN_NNS

typedef Vec<quad_float> vec_quad_float;

NTL_CLOSE_NNS

#endif