search for: la_svd

Displaying 7 results from an estimated 7 matches for "la_svd".

2013 Apr 11
1
La_svd compiler error
...:/PROGRA~1/R/R-30~1.0/bin/i386 -lRlapack -LC:/PROGRA~1/R/R-30~1.0/bin/i386 -lRblas -lgfortran -Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA~1/R/R-30~1.0/bin/i386 -lR galgo_fitnesses.o:galgo_fitnesses.c:(.text+0xda1): undefined reference to `La_svd' collect2: ld returned 1 exit status specifically from the error I understand that error occurs in the link to La_svd which is defined in the first couple of lines in the code: #include <math.h> #include <R.h> #include <Rinternals.h> #include <Rmath.h> SEXP La_svd(SEX...
2002 Dec 18
2
meta analysis
Dear R-lister, is there any function for Meta Analysis in R? (like homogeneity an, risk differences, relative riskm amd odds ratios? Many thanks, Edwin
2004 Jun 16
1
off topic: C/C++ codes for pseudo inverse
Hi, I am looking for C/C++ codes for computing generalized inverse of a matrix. Can anyone help me in this regard? Thanks, Mahbub.
2011 Jun 06
1
Lapack or Blas crashing R when using "large" matrices (Ubuntu 11.04)
...else reproduce it (with Ubuntu 11.04)? Thanks in advance. Matias p <- 500 n <- 300 set.seed(1234) x <- matrix(rnorm(n*p), n, p) sih <- var(x) b <- svd(sih) produces: ? ?*** caught illegal operation *** address 0x42b8c9, cause 'illegal operand' Traceback: ?1: .Call("La_svd", jobu, jobv, x, double(min(n, p)), u, v,? "dgsedd",???? PACKAGE = "base") ?2: La.svd(x, nu, nv) ?3: svd(sih) ? I'm using Ubuntu 11.04 and > version ??????????????? _??????????????????????????? ?platform?????? i686-pc-linux-gnu??????????? ?arch?????????? i686????...
2011 Jun 04
1
R Crashes when using "large" matrices (Ubuntu 11.04)
...n anybody else reproduce it (with Ubuntu 11.04)? Thanks in advance. p <- 500 n <- 300 set.seed(1234) x <- matrix(rnorm(n*p), n, p) sih <- var(x) b <- svd(sih) produces: ?*** caught illegal operation *** address 0x42b8c9, cause 'illegal operand' Traceback: ?1: .Call("La_svd", jobu, jobv, x, double(min(n, p)), u, v, "dgsedd",???? PACKAGE = "base") ?2: La.svd(x, nu, nv) ?3: svd(sih) I'm using Ubuntu 11.04 and > version ?????????????? _??????????????????????????? platform?????? i686-pc-linux-gnu??????????? arch?????????? i686??????????...
2011 Jun 03
2
Arules: R Crashes when running eclat with tidLists=TRUE
Hello, I'm using the eclat function of the arules package (1.0-6) for the identification of frequent itemsets. I need the tidLists, but if I set in the function tidLists=TRUE R crashes (Windows XP Professional SP3, 32 bit, R version 2.12.1 (2010-12-16), reproducible on two different computers) with two different error messages or non at all. Minimum examples are: library(arules)
2008 Aug 15
3
Rcommander installation fails on Fedora 9
...t? Classes.h:110: error: expected ?)? before ?object? Classes.h:111: error: expected ?)? before ?object? Classes.h:112: error: expected ?)? before ?object? In file included from party.h:16, from Classes.c:9: Utils.h:5: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?La_svd? Utils.h:8: error: expected ?)? before ?x? Utils.h:15: error: expected ?)? before ?x? Utils.h:16: error: expected ?)? before ?y? Utils.h:19: error: expected declaration specifiers or ?...? before ?SEXP? Utils.h:21: error: expected ?)? before ?subtree? Utils.h:22: error: expected declaration specifi...