📄 fortran.h
字号:
// 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// Header file to define C/Fortran conventions (Platform specific)#ifndef FORTRAN_H#define FORTRAN_H// help map between C/C++ data types and Fortran typestypedef int Fortran_integer;typedef float Fortran_float;typedef double Fortran_double;#ifndef TNT_SUBSCRIPT_TYPE#define TNT_SUBSCRIPT_TYPE Fortran_integer#endif#endif// FORTRAN_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -