Fixed errors that were preventing linking.
This commit is contained in:
parent
68768e56e7
commit
7d4222eedf
1 changed files with 3 additions and 1 deletions
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
#define _DGEQRF_ dgeqrf
|
||||
#define _DORMQR_ dormqr
|
||||
#define _DTRTRS_ dtrtrs
|
||||
|
||||
#else
|
||||
|
||||
|
|
@ -51,8 +52,9 @@
|
|||
|
||||
#define _DSCAL_ dscal_
|
||||
|
||||
#define _DGEQRF_ dgreqrf_
|
||||
#define _DGEQRF_ dgeqrf_
|
||||
#define _DORMQR_ dormqr_
|
||||
#define _DTRTRS_ dtrtrs_
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue