Displaying 6 results from an estimated 6 matches for "dger_".
Did you mean:
dger
2009 Mar 10
1
dger_ in BLAS definition
I'm developing some software and running into compiling warning:
conditionals.c:104: warning: passing argument 4 of 'dger_' discards
qualifiers from pointer target type
conditionals.c:104: warning: passing argument 6 of 'dger_' discards
qualifiers from pointer target type
the netlib documentation states that the arguments x and y should be
unchanged on exit. Should should imply the defintion:
F77_NAME(dg...
2019 Dec 31
2
lapack
...a long list of undefined references ending with
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/liblapacke.so:
undefined reference to `dgeevx_'
[hennebry at localhost test]$ nm -D /usr/lib64/libblas.so | grep dge
0000000000018850 T dgemm_
0000000000011080 T dgemv_
00000000000170c0 T dger_
[hennebry at localhost test]$
confirmes that the reference is not there.
Installing blas or atlas first does not help.
When installing lapack-devel, yum always wants to install blas-devel.
What do I need?
--
Michael hennebry at web.cs.ndsu.NoDak.edu
"Sorry but your password must contain...
2019 Dec 31
0
lapack
...nding
> with
> /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/liblapacke.so:
> undefined reference to `dgeevx_'
>
> [hennebry at localhost test]$ nm -D /usr/lib64/libblas.so | grep dge
> 0000000000018850 T dgemm_
> 0000000000011080 T dgemv_
> 00000000000170c0 T dger_
> [hennebry at localhost test]$
> confirmes that the reference is not there.
>
> Installing blas or atlas first does not help.
> When installing lapack-devel, yum always wants to install blas-devel.
>
> What do I need?
>
>
> Are you also include -llapack ?
cc -I /usr/...
2004 Jan 19
1
Compiling R, cannot open vars.mk
Hi!
I am trying to compile R-1.8.1 on an alphaserver running Tru64 Unix.
I use the compilers cc,cxx and f77. After the compilation
I try: make check
and get the following message:
Make: Cannot open /share/make/vars.mk. Stop.
Does anyone have any suggestions on why?
Regards
Arne Gjuvsland
2007 Jan 11
1
Installation on CYGWIN Failed (PR#9442)
...las/blas.f:357: undefined reference to `_xerbla_'
blas.o: In function `dgemm_':
/R/R-2.4.1/src/extra/blas/blas.f:682: undefined reference to `_xerbla_'
blas.o: In function `dgemv_':
/R/R-2.4.1/src/extra/blas/blas.f:940: undefined reference to `_xerbla_'
blas.o: In function `dger_':
/R/R-2.4.1/src/extra/blas/blas.f:1171: undefined reference to `_xerbla_'
blas.o: In function `dsbmv_':
/R/R-2.4.1/src/extra/blas/blas.f:1800: undefined reference to `_xerbla_'
blas.o:/R/R-2.4.1/src/extra/blas/blas.f:2183: more undefined references to
`_xerbla_' follow
cmp...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...omplex
Rf_isMatrix
Rf_isString
Rf_mkChar
Rf_protect
Rf_setAttrib
Rf_unprotect
Rf_unprotect_ptr
LENGTH
R_CHAR
STRING_ELT
SET_STRING_ELT
VECTOR_ELT
SET_VECTOR_ELT
INTEGER
REAL
COMPLEX
R_setLapackRoutines
xerbla_
dswap_
dscal_
drot_
lsame_
idamax_
dgemm_
dcopy_
dnrm2_
dgemv_
dasum_
dtrmv_
daxpy_
ddot_
dger_
dtrmm_
dsymv_
dtrsv_
dsyr2_
dsyr2k_
gmake[5]: Entering directory `/soft/R/R-1.5.1/src/modules/lapack'
gmake[5]: Leaving directory `/soft/R/R-1.5.1/src/modules/lapack'
gmake[4]: Leaving directory `/soft/R/R-1.5.1/src/modules/lapack'
gmake[3]: Leaving directory `/soft/R/R-1.5.1/src/module...