update linalg to version 1.4 corresponding to LAPACK 3.12.1
This commit is contained in:
@ -138,7 +138,7 @@ int dstedc_(char *compz, integer *n, doublereal *d__, doublereal *e, doublereal
|
||||
storez = 1;
|
||||
}
|
||||
if (icompz == 2) {
|
||||
dlaset_((char *)"Full", n, n, &c_b17, &c_b18, &z__[z_offset], ldz, (ftnlen)4);
|
||||
dlaset_((char *)"F", n, n, &c_b17, &c_b18, &z__[z_offset], ldz, (ftnlen)1);
|
||||
}
|
||||
orgnrm = dlanst_((char *)"M", n, &d__[1], &e[1], (ftnlen)1);
|
||||
if (orgnrm == 0.) {
|
||||
|
||||
Reference in New Issue
Block a user