search for: dgemv_

Displaying 6 results from an estimated 6 matches for "dgemv_".

Did you mean: dgemm_
2010 Nov 09
1
library(kernlab) --- unable to load shared library
...sfully. But as soon as I type library(kernlab) the output is: Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library '/usr/local/sage/local/lib/R//library/kernlab/libs/kernlab.so': /usr/local/sage/local/lib/R//library/kernlab/libs/kernlab.so: undefined symbol: dgemv_ Error: package/namespace load failed for 'kernlab' The call to .libPaths() lists '/usr/local/sage/local/lib/R//library' and one more path. I have manually checked if the package is in the directory /usr/local/sage/local/lib/R//library => it is there... (at least there is a fold...
2019 Dec 31
2
lapack
...never I try to link, I get 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 yo...
2019 Dec 31
0
lapack
...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? > > > Are you also i...
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)
...-L/usr/local/lib -o libRblas.so blas.o cmplxblas.o blas.o: In function `dgbmv_': /R/R-2.4.1/src/extra/blas/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 `_xerb...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...l Rf_duplicate Rf_getAttrib Rf_isComplex 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 dire...