Refs#194. Export the missing LAPACK s/dlamc3 functions.
This commit is contained in:
parent
0d0405b434
commit
529f1b5006
|
@ -111,7 +111,7 @@
|
||||||
# already provided by @blasobjs: xerbla, lsame
|
# already provided by @blasobjs: xerbla, lsame
|
||||||
ilaenv, ieeeck, lsamen, xerbla_array, iparmq,
|
ilaenv, ieeeck, lsamen, xerbla_array, iparmq,
|
||||||
ilaprec, ilatrans, ilauplo, iladiag, chla_transtype,
|
ilaprec, ilatrans, ilauplo, iladiag, chla_transtype,
|
||||||
ilaver, slamch,
|
ilaver, slamch, slamc3,
|
||||||
|
|
||||||
# SCLAUX -- Auxiliary routines called from both REAL and COMPLEX.
|
# SCLAUX -- Auxiliary routines called from both REAL and COMPLEX.
|
||||||
# excluded: second_$(TIMER)
|
# excluded: second_$(TIMER)
|
||||||
|
@ -148,7 +148,7 @@
|
||||||
dlasr, dlasrt, dlassq, dlasv2, dpttrf, dstebz, dstedc,
|
dlasr, dlasrt, dlassq, dlasv2, dpttrf, dstebz, dstedc,
|
||||||
dsteqr, dsterf, dlaisnan, disnan,
|
dsteqr, dsterf, dlaisnan, disnan,
|
||||||
dlartgp, dlartgs,
|
dlartgp, dlartgs,
|
||||||
dlamch,
|
dlamch, dlamc3,
|
||||||
|
|
||||||
# SLASRC -- Single precision real LAPACK routines
|
# SLASRC -- Single precision real LAPACK routines
|
||||||
# already provided by @lapackobjs:
|
# already provided by @lapackobjs:
|
||||||
|
|
Loading…
Reference in New Issue