![]() |
|
|||
File indexing completed on 2018-03-02 18:36:15 UTC
view on githubraw file Latest commit 4cee17c1 on 2002-11-15 04:03:25 UTC4cee17c1be Patr*0001 0002 #ifndef BLAS1_H 0003 #define BLAS1_H 0004 0005 #ifdef IS_DOUBLE 0006 # define SDOT ddot 0007 # define SNRM2 dnrm2 0008 # define SSUM dsum 0009 # define SSCAL dscal 0010 #else 0011 # define SDOT sdot 0012 # define SNRM2 snrm2 0013 # define SSUM ssum 0014 # define SSCAL sscal 0015 #endif 0016 0017 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated from https://github.com/MITgcm/MITgcm by the 2.2.1-MITgcm-0.1 LXR engine. The LXR team |
![]() ![]() |