Displaying 10 results from an estimated 10 matches for "daxpy_".
Did you mean:
daxpy
2002 May 30
1
problem installing quadprog
...INSTALL d:/temp/quadrprog
...
gcc --shared -s -o quadprog.dll quadprog.def quadprog.a quadprog_res.o -Lc:/a
pps/rw1050/src/gnuwin32 -lg2c -lR
quadprog.a(util.o)(.text+0x84):util.f: undefined reference to `dscal_'
quadprog.a(util.o)(.text+0xfa):util.f: undefined reference to `daxpy_'
quadprog.a(util.o)(.text+0x188):util.f: undefined reference to `ddot_'
quadprog.a(util.o)(.text+0x21f):util.f: undefined reference to `daxpy_'
make[2]: *** [quadprog.dll] Error 1
rBlas.dll is present in <RHOME>/bin, but note that there is no "-L" directive
for...
2008 Jul 28
2
Rf_error crashes entire program.
...rror like it should.
Here are the relevant bits.
...
char const * const ExeedsMinVarianceError = "PFDA ERR: Near zero
variance encountered. Estimation Unstable. Terminating Estimation.";
....
if(debug){printf("Da:\n");printmat(DaOld,1,*ka);fflush(stdout);}
daxpy_(ka, &mOne, Da, &one, DaOld, &one);
for(i=0;i<*ka;i++)convergenceCriteria+=fabs(DaOld[i]);
if(Da[*ka] < MinVariance){
printf("PING");fflush(stdout);
warning(ExeedsMinVarianceError);
break;
}
and the output from...
2009 May 08
1
dqrdc2_ dqrsl_ dtrsl_ missing from libs? compiling earth standalone
...x1a14): undefined reference to `dqrdc2_'
earth.c:(.text+0x1ae4): undefined reference to `dqrsl_'
earth.c:(.text+0x1d99): undefined reference to `dtrsl_'
earth.c includes:
extern _C_ int dqrdc2_(...
extern _C_ int dqrsl_(...
extern _C_ void dtrsl_(..
extern _C_ void daxpy_(...
extern _C_ double ddot_(...
I'm linking against libRblas.so and libRlapack.so so I did "nm
libRblas.so libRlapack.so" and found that there were no symbols for
dqrdc2_, dqrsl_, dqrsl_ and dtrsl_.
The functions are declared in "R_ext/Applic.h" and implemented in
separ...
2003 Jan 29
1
Add-on bug? Win fracdiff failed from http://www.stat.unipg.it/stat/statlib/R/CRAN/ (PR#2504)
Full_Name: Jussi Mäkinen
Version: 1.6.2
OS: Win2000
Submission from: (NULL) (193.210.145.2)
I tried to download fracdiff from http://www.stat.unipg.it/stat/statlib/R/CRAN/
but I got the messages box:
The procedure entry point daxpy_ could not be located in the dynamic link
library R.dll
and the following lines to RGui:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"C:/PROGRA~1/R/rw1062/library/fracdiff/libs/fracdiff.dll":
LoadLibrary failure: The specified proc...
2000 Aug 31
2
Problem with R INSTALL locfit on DEC alphaev56-dec-osf4.0d
...ncompatible
pointer type
...
/usr/bin/ld:
Warning: Unresolved:
call_R
----------%<----------------
By the way, the installation finishes with no errors, but locfit does
not work.
A similar thing happens with KernSmooth:
----------%<----------------
Warning: Unresolved:
dqrdc_
dqrsl_
dscal_
daxpy_
dswap_
idamax_
ddot_
I wonder which libraries are missing...
Has anybody got an idea?
Thanks
Marcus
--
+-------------------------------------------------------
| Marcus Eger
| Philipps Universitaet Marburg
| Fachbereich Physik AG Neurophysik
| Renthof 7
| 35032 Marburg
| Tel. +49 6421 282-41...
2003 Jan 29
0
Add-on bug? Win fracdiff failed from http://www.stat.unipg.it/stat/statlib/R/CRAN/ (PR#2505)
...essages box:
That's not a current mirror of CRAN (see the CRAN Master for recent
mirrors), it's last update seems to be dated 18-Dec-2001.
Thus you got an extremely outdated version of that package. Try to
download again from a recent mirror.
Uwe Ligges
> The procedure entry point daxpy_ could not be located in the dynamic link
> library R.dll
>
> and the following lines to RGui:
>
> Error in dyn.load(x, as.logical(local), as.logical(now)) :
> unable to load shared library
> "C:/PROGRA~1/R/rw1062/library/fracdiff/libs/fracdiff.dll":
>...
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
2002 Jan 28
1
Symbol referencing errors...
...cal/lib -lm
-L/usr/local/lib -l
z -lnsl -lsocket -lreadline -ldl -ltermcap -lm
Undefined first referenced
symbol in file
dscal_ ../appl/libappl.a(lbfgsb.o)
drot_ ../appl/libappl.a(dsvdc.o)
daxpy_ ../appl/libappl.a(lbfgsb.o)
ddot_ ../appl/libappl.a(lbfgsb.o)
dswap_ ../appl/libappl.a(dqrdc.o)
dnrm2_ ../appl/libappl.a(uncmin.o)
dtrsm_ ../appl/libappl...
2014 Jul 01
1
Error when compiling R with openblas
...undefined reference to `dgemm_'
../../lib/libR.so: undefined reference to `dscal_'
../../lib/libR.so: undefined reference to `dnrm2_'
../../lib/libR.so: undefined reference to `dsyrk_'
../../lib/libR.so: undefined reference to `dasum_'
../../lib/libR.so: undefined reference to `daxpy_'
../../lib/libR.so: undefined reference to `drotg_'
../../lib/libR.so: undefined reference to `zgemm_'
collect2: ld returned 1 exit status
make[3]: *** [R.bin] Error 1
make[3]: Leaving directory `/home/ab/Downloads/R-3.1.0/src/main'
make[2]: *** [R] Error 2
make[2]: Leaving director...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...Attrib
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 directory `/soft/R/R-1.5....