update to LAPACK 3.12
This commit is contained in:
@ -4,11 +4,6 @@ extern "C" {
|
||||
#include "lmp_f2c.h"
|
||||
int dlabad_(doublereal *small, doublereal *large)
|
||||
{
|
||||
double d_lmp_lg10(doublereal *), sqrt(doublereal);
|
||||
if (d_lmp_lg10(large) > 2e3) {
|
||||
*small = sqrt(*small);
|
||||
*large = sqrt(*large);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user