version.h
上传用户:kellyonhid
上传日期:2013-10-12
资源大小:932k
文件大小:0k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. // Template Numerical Toolkit (TNT) for Linear Algebra
  2. //
  3. // BETA VERSION INCOMPLETE AND SUBJECT TO CHANGE
  4. // Please see http://math.nist.gov/tnt for updates
  5. //
  6. // R. Pozo
  7. // Mathematical and Computational Sciences Division
  8. // National Institute of Standards and Technology
  9. #ifndef TNT_VERSION_H
  10. #define TNT_VERSION_H
  11. // Version 0.8.5
  12. #define TNT_MAJOR_VERSION    0
  13. #define TNT_MINOR_VERSION    8
  14. #define TNT_SUBMINOR_VERSION 5
  15. #endif