|
|
|||
File indexing completed on 2024-12-17 18:31:10 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/darwinproject/darwin3 by the 2.3.7-MITgcm-0.1 LXR engine. The LXR team |
|