/[MITgcm]/MITgcm_contrib/ecco_utils/lbfgs_jpl_version/optim.2/blas1.h
ViewVC logotype

Annotation of /MITgcm_contrib/ecco_utils/lbfgs_jpl_version/optim.2/blas1.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Wed Apr 3 23:36:07 2013 UTC (12 years, 4 months ago) by heimbach
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
Add L-BFGS code adapted to ECCO Production by JPL

1 heimbach 1.1
2     #ifndef BLAS1_H
3     #define BLAS1_H
4    
5     #ifdef IS_DOUBLE
6     # define SDOT ddot
7     # define SNRM2 dnrm2
8     # define SSUM dsum
9     # define SSCAL dscal
10     #else
11     # define SDOT sdot
12     # define SNRM2 snrm2
13     # define SSUM ssum
14     # define SSCAL sscal
15     #endif
16    
17     #endif

  ViewVC Help
Powered by ViewVC 1.1.22