00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #include "f2c.h"
00014 #include "blaswrap.h"
00015
00016
00017
00018 static integer c__3 = 3;
00019
00020 int slatb9_(char *path, integer *imat, integer *m, integer *
00021 p, integer *n, char *type__, integer *kla, integer *kua, integer *klb,
00022 integer *kub, real *anorm, real *bnorm, integer *modea, integer *
00023 modeb, real *cndnma, real *cndnmb, char *dista, char *distb)
00024 {
00025
00026
00027 static logical first = TRUE_;
00028
00029
00030 integer i__1;
00031
00032
00033 double sqrt(doublereal);
00034
00035
00036 static real eps, badc1, badc2, large, small;
00037 extern int slabad_(real *, real *);
00038 extern doublereal slamch_(char *);
00039 extern logical lsamen_(integer *, char *, char *);
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096
00097
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
00115
00116
00117
00118 if (first) {
00119 first = FALSE_;
00120 eps = slamch_("Precision");
00121 badc2 = .1f / eps;
00122 badc1 = sqrt(badc2);
00123 small = slamch_("Safe minimum");
00124 large = 1.f / small;
00125
00126
00127
00128
00129 slabad_(&small, &large);
00130 small = small / eps * .25f;
00131 large = 1.f / small;
00132 }
00133
00134
00135
00136 *(unsigned char *)type__ = 'N';
00137 *(unsigned char *)dista = 'S';
00138 *(unsigned char *)distb = 'S';
00139 *modea = 3;
00140 *modeb = 4;
00141
00142
00143
00144 if (lsamen_(&c__3, path, "GRQ") || lsamen_(&c__3,
00145 path, "LSE") || lsamen_(&c__3, path, "GSV")) {
00146
00147
00148
00149 if (*imat == 1) {
00150
00151
00152
00153 *kla = 0;
00154 *kua = 0;
00155 *klb = 0;
00156
00157 i__1 = *n - 1;
00158 *kub = max(i__1,0);
00159
00160 } else if (*imat == 2) {
00161
00162
00163
00164 *kla = 0;
00165
00166 i__1 = *n - 1;
00167 *kua = max(i__1,0);
00168 *klb = 0;
00169
00170 i__1 = *n - 1;
00171 *kub = max(i__1,0);
00172
00173 } else if (*imat == 3) {
00174
00175
00176
00177
00178 i__1 = *m - 1;
00179 *kla = max(i__1,0);
00180 *kua = 0;
00181 *klb = 0;
00182
00183 i__1 = *n - 1;
00184 *kub = max(i__1,0);
00185
00186 } else {
00187
00188
00189
00190
00191 i__1 = *m - 1;
00192 *kla = max(i__1,0);
00193
00194 i__1 = *n - 1;
00195 *kua = max(i__1,0);
00196
00197 i__1 = *p - 1;
00198 *klb = max(i__1,0);
00199
00200 i__1 = *n - 1;
00201 *kub = max(i__1,0);
00202
00203 }
00204
00205 } else if (lsamen_(&c__3, path, "GQR") || lsamen_(&
00206 c__3, path, "GLM")) {
00207
00208
00209
00210 if (*imat == 1) {
00211
00212
00213
00214 *kla = 0;
00215 *kua = 0;
00216
00217 i__1 = *n - 1;
00218 *klb = max(i__1,0);
00219 *kub = 0;
00220 } else if (*imat == 2) {
00221
00222
00223
00224
00225 i__1 = *n - 1;
00226 *kla = max(i__1,0);
00227 *kua = 0;
00228 *klb = 0;
00229 *kub = 0;
00230
00231 } else if (*imat == 3) {
00232
00233
00234
00235
00236 i__1 = *n - 1;
00237 *kla = max(i__1,0);
00238 *kua = 0;
00239 *klb = 0;
00240
00241 i__1 = *p - 1;
00242 *kub = max(i__1,0);
00243
00244 } else {
00245
00246
00247
00248
00249 i__1 = *n - 1;
00250 *kla = max(i__1,0);
00251
00252 i__1 = *m - 1;
00253 *kua = max(i__1,0);
00254
00255 i__1 = *n - 1;
00256 *klb = max(i__1,0);
00257
00258 i__1 = *p - 1;
00259 *kub = max(i__1,0);
00260 }
00261
00262 }
00263
00264
00265
00266 *cndnma = 100.f;
00267 *cndnmb = 10.f;
00268 if (lsamen_(&c__3, path, "GQR") || lsamen_(&c__3,
00269 path, "GRQ") || lsamen_(&c__3, path, "GSV")) {
00270 if (*imat == 5) {
00271 *cndnma = badc1;
00272 *cndnmb = badc1;
00273 } else if (*imat == 6) {
00274 *cndnma = badc2;
00275 *cndnmb = badc2;
00276 } else if (*imat == 7) {
00277 *cndnma = badc1;
00278 *cndnmb = badc2;
00279 } else if (*imat == 8) {
00280 *cndnma = badc2;
00281 *cndnmb = badc1;
00282 }
00283 }
00284
00285 *anorm = 10.f;
00286 *bnorm = 1e3f;
00287 if (lsamen_(&c__3, path, "GQR") || lsamen_(&c__3,
00288 path, "GRQ")) {
00289 if (*imat == 7) {
00290 *anorm = small;
00291 *bnorm = large;
00292 } else if (*imat == 8) {
00293 *anorm = large;
00294 *bnorm = small;
00295 }
00296 }
00297
00298 if (*n <= 1) {
00299 *cndnma = 1.f;
00300 *cndnmb = 1.f;
00301 }
00302
00303 return 0;
00304
00305
00306
00307 }