Introduction
Introduction Statistics Contact Development Disclaimer Help
ttypedefs.h - numeric - C++ library with numerical algorithms
git clone git://src.adamsgaard.dk/numeric
Log
Files
Refs
LICENSE
---
ttypedefs.h (335B)
---
1 // Make sure header is only included once
2 #ifndef TYPEDEFS_H_
3 #define TYPEDEFS_H_
4
5 // Define whether the program should output values of matrices
6 //const bool verbose = false;
7 const bool verbose = true;
8
9 // Choose length variable type
10 typedef unsigned int Inttype;
11
12 // Choose floating-point precision
13 typedef double Floattype;
14
15 #endif
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.