Welcome to mirror list, hosted at ThFree Co, Russian Federation.

version.h « TNT « intern « iksolver « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 58017dd80f9c8537ef20d0ba119088fa17678ed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/**
 */

// Template Numerical Toolkit (TNT) for Linear Algebra

//
// BETA VERSION INCOMPLETE AND SUBJECT TO CHANGE
// Please see http://math.nist.gov/tnt for updates
//
// R. Pozo
// Mathematical and Computational Sciences Division
// National Institute of Standards and Technology


#ifndef TNT_VERSION_H
#define TNT_VERSION_H


#define TNT_MAJOR_VERSION    '0'
#define TNT_MINOR_VERSION    '9'
#define TNT_SUBMINOR_VERSION '4'
#define TNT_VERSION_STRING "0.9.4"

#endif