LAPACK_version.c
Go to the documentation of this file.
00001 /* LAPACK_version.f -- translated by f2c (version 20061008).
00002    You must link the resulting object file with libf2c:
00003         on Microsoft Windows system, link with libf2c.lib;
00004         on Linux or Unix systems, link with .../path/to/libf2c.a -lm
00005         or, if you install libf2c.a in a standard place, with -lf2c -lm
00006         -- in that order, at the end of the command line, as in
00007                 cc *.o -lf2c -lm
00008         Source for libf2c is in /netlib/f2c/libf2c.zip, e.g.,
00009 
00010                 http://www.netlib.org/f2c/libf2c.zip
00011 */
00012 
00013 #include "f2c.h"
00014 #include "blaswrap.h"
00015 
00016 /* Table of constant values */
00017 
00018 static integer c__9 = 9;
00019 static integer c__1 = 1;
00020 static integer c__3 = 3;
00021 
00022 /* Main program */ int MAIN__(void)
00023 {
00024     /* Builtin functions */
00025     integer s_wsle(cilist *), do_lio(integer *, integer *, char *, ftnlen), 
00026             e_wsle(void);
00027 
00028     /* Local variables */
00029     integer patch, major, minor;
00030     extern /* Subroutine */ int ilaver_(integer *, integer *, integer *);
00031 
00032     /* Fortran I/O blocks */
00033     static cilist io___4 = { 0, 6, 0, 0, 0 };
00034 
00035 
00036 
00037 
00038 
00039 
00040     ilaver_(&major, &minor, &patch);
00041     s_wsle(&io___4);
00042     do_lio(&c__9, &c__1, "LAPACK ", (ftnlen)7);
00043     do_lio(&c__3, &c__1, (char *)&major, (ftnlen)sizeof(integer));
00044     do_lio(&c__9, &c__1, ".", (ftnlen)1);
00045     do_lio(&c__3, &c__1, (char *)&minor, (ftnlen)sizeof(integer));
00046     do_lio(&c__9, &c__1, ".", (ftnlen)1);
00047     do_lio(&c__3, &c__1, (char *)&patch, (ftnlen)sizeof(integer));
00048     e_wsle();
00049 
00050     return 0;
00051 } /* MAIN__ */
00052 
00053 /* Main program alias */ int lapack_version__ () { MAIN__ (); return 0; }


swiftnav
Author(s):
autogenerated on Sat Jun 8 2019 18:55:50