Browse Source

Merge pull request #4601 from martin-frbg/clapacklogical

Fix typedef of logical in the f2c-converted LAPACK C files to match INTERFACE64
tags/v0.3.27
Martin Kroeker GitHub 2 years ago
parent
commit
b41088bef7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
100 changed files with 244 additions and 385 deletions
  1. +3
    -3
      lapack-netlib/SRC/DEPRECATED/cgegs.c
  2. +3
    -3
      lapack-netlib/SRC/DEPRECATED/cgegv.c
  3. +0
    -11
      lapack-netlib/SRC/DEPRECATED/cgelqs.c
  4. +1
    -4
      lapack-netlib/SRC/DEPRECATED/cgelsx.c
  5. +1
    -4
      lapack-netlib/SRC/DEPRECATED/cgeqpf.c
  6. +0
    -12
      lapack-netlib/SRC/DEPRECATED/cgeqrs.c
  7. +3
    -3
      lapack-netlib/SRC/DEPRECATED/cggsvd.c
  8. +3
    -3
      lapack-netlib/SRC/DEPRECATED/cggsvp.c
  9. +1
    -4
      lapack-netlib/SRC/DEPRECATED/clahrd.c
  10. +3
    -3
      lapack-netlib/SRC/DEPRECATED/clatzm.c
  11. +1
    -4
      lapack-netlib/SRC/DEPRECATED/ctzrqf.c
  12. +3
    -3
      lapack-netlib/SRC/DEPRECATED/dgegs.c
  13. +3
    -3
      lapack-netlib/SRC/DEPRECATED/dgegv.c
  14. +0
    -12
      lapack-netlib/SRC/DEPRECATED/dgelqs.c
  15. +1
    -4
      lapack-netlib/SRC/DEPRECATED/dgelsx.c
  16. +1
    -4
      lapack-netlib/SRC/DEPRECATED/dgeqpf.c
  17. +0
    -12
      lapack-netlib/SRC/DEPRECATED/dgeqrs.c
  18. +3
    -3
      lapack-netlib/SRC/DEPRECATED/dggsvd.c
  19. +3
    -3
      lapack-netlib/SRC/DEPRECATED/dggsvp.c
  20. +1
    -4
      lapack-netlib/SRC/DEPRECATED/dlahrd.c
  21. +3
    -3
      lapack-netlib/SRC/DEPRECATED/dlatzm.c
  22. +1
    -4
      lapack-netlib/SRC/DEPRECATED/dtzrqf.c
  23. +3
    -3
      lapack-netlib/SRC/DEPRECATED/sgegs.c
  24. +3
    -3
      lapack-netlib/SRC/DEPRECATED/sgegv.c
  25. +0
    -10
      lapack-netlib/SRC/DEPRECATED/sgelqs.c
  26. +1
    -4
      lapack-netlib/SRC/DEPRECATED/sgelsx.c
  27. +1
    -4
      lapack-netlib/SRC/DEPRECATED/sgeqpf.c
  28. +0
    -12
      lapack-netlib/SRC/DEPRECATED/sgeqrs.c
  29. +3
    -3
      lapack-netlib/SRC/DEPRECATED/sggsvd.c
  30. +3
    -3
      lapack-netlib/SRC/DEPRECATED/sggsvp.c
  31. +1
    -4
      lapack-netlib/SRC/DEPRECATED/slahrd.c
  32. +3
    -3
      lapack-netlib/SRC/DEPRECATED/slatzm.c
  33. +1
    -4
      lapack-netlib/SRC/DEPRECATED/stzrqf.c
  34. +3
    -3
      lapack-netlib/SRC/DEPRECATED/zgegs.c
  35. +3
    -3
      lapack-netlib/SRC/DEPRECATED/zgegv.c
  36. +0
    -12
      lapack-netlib/SRC/DEPRECATED/zgelqs.c
  37. +1
    -4
      lapack-netlib/SRC/DEPRECATED/zgelsx.c
  38. +1
    -4
      lapack-netlib/SRC/DEPRECATED/zgeqpf.c
  39. +0
    -12
      lapack-netlib/SRC/DEPRECATED/zgeqrs.c
  40. +3
    -3
      lapack-netlib/SRC/DEPRECATED/zggsvd.c
  41. +3
    -3
      lapack-netlib/SRC/DEPRECATED/zggsvp.c
  42. +1
    -4
      lapack-netlib/SRC/DEPRECATED/zlahrd.c
  43. +3
    -3
      lapack-netlib/SRC/DEPRECATED/zlatzm.c
  44. +1
    -4
      lapack-netlib/SRC/DEPRECATED/ztzrqf.c
  45. +3
    -3
      lapack-netlib/SRC/cbbcsd.c
  46. +3
    -3
      lapack-netlib/SRC/cbdsqr.c
  47. +3
    -3
      lapack-netlib/SRC/cgbbrd.c
  48. +3
    -3
      lapack-netlib/SRC/cgbcon.c
  49. +3
    -3
      lapack-netlib/SRC/cgbequ.c
  50. +3
    -3
      lapack-netlib/SRC/cgbequb.c
  51. +3
    -3
      lapack-netlib/SRC/cgbrfs.c
  52. +3
    -3
      lapack-netlib/SRC/cgbrfsx.c
  53. +3
    -3
      lapack-netlib/SRC/cgbsv.c
  54. +3
    -3
      lapack-netlib/SRC/cgbsvx.c
  55. +3
    -3
      lapack-netlib/SRC/cgbsvxx.c
  56. +3
    -3
      lapack-netlib/SRC/cgbtf2.c
  57. +3
    -3
      lapack-netlib/SRC/cgbtrf.c
  58. +3
    -3
      lapack-netlib/SRC/cgbtrs.c
  59. +3
    -3
      lapack-netlib/SRC/cgebak.c
  60. +3
    -3
      lapack-netlib/SRC/cgebal.c
  61. +3
    -3
      lapack-netlib/SRC/cgebd2.c
  62. +3
    -3
      lapack-netlib/SRC/cgebrd.c
  63. +3
    -3
      lapack-netlib/SRC/cgecon.c
  64. +3
    -3
      lapack-netlib/SRC/cgedmd.c
  65. +3
    -3
      lapack-netlib/SRC/cgedmdq.c
  66. +3
    -3
      lapack-netlib/SRC/cgeequ.c
  67. +3
    -3
      lapack-netlib/SRC/cgeequb.c
  68. +3
    -3
      lapack-netlib/SRC/cgees.c
  69. +3
    -3
      lapack-netlib/SRC/cgeesx.c
  70. +3
    -3
      lapack-netlib/SRC/cgeev.c
  71. +3
    -3
      lapack-netlib/SRC/cgeevx.c
  72. +3
    -3
      lapack-netlib/SRC/cgehd2.c
  73. +3
    -3
      lapack-netlib/SRC/cgehrd.c
  74. +3
    -3
      lapack-netlib/SRC/cgejsv.c
  75. +3
    -3
      lapack-netlib/SRC/cgelq.c
  76. +3
    -3
      lapack-netlib/SRC/cgelq2.c
  77. +3
    -3
      lapack-netlib/SRC/cgelqf.c
  78. +3
    -3
      lapack-netlib/SRC/cgelqt.c
  79. +3
    -3
      lapack-netlib/SRC/cgelqt3.c
  80. +3
    -3
      lapack-netlib/SRC/cgels.c
  81. +3
    -3
      lapack-netlib/SRC/cgelsd.c
  82. +3
    -3
      lapack-netlib/SRC/cgelss.c
  83. +3
    -3
      lapack-netlib/SRC/cgelst.c
  84. +3
    -3
      lapack-netlib/SRC/cgelsy.c
  85. +3
    -3
      lapack-netlib/SRC/cgemlq.c
  86. +3
    -3
      lapack-netlib/SRC/cgemlqt.c
  87. +3
    -3
      lapack-netlib/SRC/cgemqr.c
  88. +3
    -3
      lapack-netlib/SRC/cgemqrt.c
  89. +3
    -3
      lapack-netlib/SRC/cgeql2.c
  90. +3
    -3
      lapack-netlib/SRC/cgeqlf.c
  91. +3
    -3
      lapack-netlib/SRC/cgeqp3.c
  92. +3
    -3
      lapack-netlib/SRC/cgeqp3rk.c
  93. +3
    -3
      lapack-netlib/SRC/cgeqr.c
  94. +3
    -3
      lapack-netlib/SRC/cgeqr2.c
  95. +3
    -3
      lapack-netlib/SRC/cgeqr2p.c
  96. +3
    -3
      lapack-netlib/SRC/cgeqrf.c
  97. +3
    -3
      lapack-netlib/SRC/cgeqrfp.c
  98. +3
    -3
      lapack-netlib/SRC/cgeqrt.c
  99. +3
    -3
      lapack-netlib/SRC/cgeqrt2.c
  100. +3
    -3
      lapack-netlib/SRC/cgeqrt3.c

+ 3
- 3
lapack-netlib/SRC/DEPRECATED/cgegs.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/cgegv.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 0
- 11
lapack-netlib/SRC/DEPRECATED/cgelqs.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -256,14 +253,6 @@ typedef struct Namelist Namelist;
#define myhuge_(w) {HUGE_VAL}
#define mymaxloc_(w,s,e,n) dmaxloc_(w,*(s),*(e),n)

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
typedef logical (*L_fp)();
#endif

/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:


+ 1
- 4
lapack-netlib/SRC/DEPRECATED/cgelsx.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 1
- 4
lapack-netlib/SRC/DEPRECATED/cgeqpf.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:


+ 0
- 12
lapack-netlib/SRC/DEPRECATED/cgeqrs.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -256,15 +253,6 @@ typedef struct Namelist Namelist;
#define myhuge_(w) {HUGE_VAL}
#define mymaxloc_(w,s,e,n) dmaxloc_(w,*(s),*(e),n)

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
typedef logical (*L_fp)();
#endif

/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/cggsvd.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

/*
You must link the resulting object file with the libraries:


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/cggsvp.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 1
- 4
lapack-netlib/SRC/DEPRECATED/clahrd.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1


/* Table of constant values */


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/clatzm.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1


/* Table of constant values */


+ 1
- 4
lapack-netlib/SRC/DEPRECATED/ctzrqf.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1





+ 3
- 3
lapack-netlib/SRC/DEPRECATED/dgegs.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1


/* -- translated by f2c (version 20000121).


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/dgegv.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 0
- 12
lapack-netlib/SRC/DEPRECATED/dgelqs.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -256,15 +253,6 @@ typedef struct Namelist Namelist;
#define myhuge_(w) {HUGE_VAL}
#define mymaxloc_(w,s,e,n) dmaxloc_(w,*(s),*(e),n)

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
typedef logical (*L_fp)();
#endif

/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 1
- 4
lapack-netlib/SRC/DEPRECATED/dgelsx.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 1
- 4
lapack-netlib/SRC/DEPRECATED/dgeqpf.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

/*
You must link the resulting object file with the libraries:


+ 0
- 12
lapack-netlib/SRC/DEPRECATED/dgeqrs.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -256,15 +253,6 @@ typedef struct Namelist Namelist;
#define myhuge_(w) {HUGE_VAL}
#define mymaxloc_(w,s,e,n) dmaxloc_(w,*(s),*(e),n)

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
typedef logical (*L_fp)();
#endif

/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/dggsvd.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/dggsvp.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 1
- 4
lapack-netlib/SRC/DEPRECATED/dlahrd.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1





+ 3
- 3
lapack-netlib/SRC/DEPRECATED/dlatzm.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1


/* Table of constant values */


+ 1
- 4
lapack-netlib/SRC/DEPRECATED/dtzrqf.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1





+ 3
- 3
lapack-netlib/SRC/DEPRECATED/sgegs.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/sgegv.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 0
- 10
lapack-netlib/SRC/DEPRECATED/sgelqs.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -258,13 +255,6 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
typedef logical (*L_fp)();
#endif

/* Table of constant values */

static real c_b7 = 1.f;


+ 1
- 4
lapack-netlib/SRC/DEPRECATED/sgelsx.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 1
- 4
lapack-netlib/SRC/DEPRECATED/sgeqpf.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

/*
You must link the resulting object file with the libraries:


+ 0
- 12
lapack-netlib/SRC/DEPRECATED/sgeqrs.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -256,15 +253,6 @@ typedef struct Namelist Namelist;
#define myhuge_(w) {HUGE_VAL}
#define mymaxloc_(w,s,e,n) dmaxloc_(w,*(s),*(e),n)

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
typedef logical (*L_fp)();
#endif

/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/sggsvd.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/sggsvp.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 1
- 4
lapack-netlib/SRC/DEPRECATED/slahrd.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/slatzm.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1





+ 1
- 4
lapack-netlib/SRC/DEPRECATED/stzrqf.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1


/* Table of constant values */


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/zgegs.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/zgegv.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 0
- 12
lapack-netlib/SRC/DEPRECATED/zgelqs.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -256,15 +253,6 @@ typedef struct Namelist Namelist;
#define myhuge_(w) {HUGE_VAL}
#define mymaxloc_(w,s,e,n) dmaxloc_(w,*(s),*(e),n)

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
typedef logical (*L_fp)();
#endif

/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 1
- 4
lapack-netlib/SRC/DEPRECATED/zgelsx.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 1
- 4
lapack-netlib/SRC/DEPRECATED/zgeqpf.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

/*
You must link the resulting object file with the libraries:


+ 0
- 12
lapack-netlib/SRC/DEPRECATED/zgeqrs.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -256,15 +253,6 @@ typedef struct Namelist Namelist;
#define myhuge_(w) {HUGE_VAL}
#define mymaxloc_(w,s,e,n) dmaxloc_(w,*(s),*(e),n)

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
typedef logical (*L_fp)();
#endif

/* -- translated by f2c (version 20000121).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/zggsvd.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

/*
You must link the resulting object file with the libraries:


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/zggsvp.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
/*
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)


+ 1
- 4
lapack-netlib/SRC/DEPRECATED/zlahrd.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1


/* Table of constant values */


+ 3
- 3
lapack-netlib/SRC/DEPRECATED/zlatzm.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -259,7 +259,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1


/* Table of constant values */


+ 1
- 4
lapack-netlib/SRC/DEPRECATED/ztzrqf.c View File

@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef char logical1;
typedef char integer1;

#define TRUE_ (1)
@@ -259,7 +256,7 @@ typedef struct Namelist Namelist;

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1


/* Table of constant values */


+ 3
- 3
lapack-netlib/SRC/cbbcsd.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cbdsqr.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgbbrd.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgbcon.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgbequ.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgbequb.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgbrfs.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgbrfsx.c View File

@@ -54,8 +54,8 @@ static inline _Complex float * _pCf(complex *z) {return (_Complex float*)z;}
static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*)z;}
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -257,7 +257,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgbsv.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgbsvx.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgbsvxx.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgbtf2.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgbtrf.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgbtrs.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgebak.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgebal.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgebd2.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgebrd.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgecon.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgedmd.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgedmdq.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeequ.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeequb.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgees.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeesx.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeev.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeevx.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgehd2.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgehrd.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgejsv.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgelq.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgelq2.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgelqf.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgelqt.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgelqt3.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgels.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgelsd.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgelss.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgelst.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgelsy.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgemlq.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgemlqt.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgemqr.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgemqrt.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeql2.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeqlf.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeqp3.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeqp3rk.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeqr.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeqr2.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeqr2p.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeqrf.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeqrfp.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeqrt.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeqrt2.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


+ 3
- 3
lapack-netlib/SRC/cgeqrt3.c View File

@@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;
typedef char logical1;
typedef char integer1;

@@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1
#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save