similar to: Calling Lapack From C code

Displaying 20 results from an estimated 500 matches similar to: "Calling Lapack From C code"

2003 Apr 22
4
"LAPACK routine DGESDD gave error code -12" with Debian (PR#2822)
Dear All, Under Debian GNU/Linux La.svd (with method = "dgesdd") sometimes gives the error "Error in La.svd(data, nu = 0, nv = min(nrow, ncol), method = "dgesdd") : LAPACK routine DGESDD gave error code -12" It seems not to depend on the data per se, but on the relationship between numbers of rows and columns. For example, if the number of columns is 100,
2009 Sep 23
2
R + C + Lapack toy regression example
dear list, since matrix manipulations is often of interest in statistical computations, i'd like to get a working example of using Lapack for regression. However, i run into an error. My matrix-lapack-example.c file: #include <R_ext/Lapack.h> void reg(const char* trans, const int* m, const int* n, const int* nrhs, double* a, const int* lda, double* b, const int*
2009 Mar 25
2
Listing of LAPACK error codes
Professor Ripley commented on LAPACK error codes: https://stat.ethz.ch/pipermail/r-help/2007-March/127702.html and says "Internal LAPACK errors are usually problems with arithmetic accuracy, and as such are compiler- and CPU-specific." Is there a listing for the error codes from Lapack routine 'dsyevr'? Especially I am interested about the meaning and handling of error codes 1
2011 Jun 06
1
Lapack or Blas crashing R when using "large" matrices (Ubuntu 11.04)
Hello, This simple SVD calculation (commands are copied immediately below) crashes on my Ubuntu machine (R 2.13.0). However it worked fine with R.12 and Ubuntu 10.04, and it also works fine on my Windows 7 machine with R 2.13, so I suspect there's a problem with (my?) Ubuntu and / or R. I'm using the R distribution that is accessible with Ubuntu's repositories manager, I am not
2010 Dec 06
2
Problemas instalando el paquete "ade4"
Un saludo R-inómanos: Les escribo porque tengo una duda que no he podido resolver por mis medios y actuales conocimientos. He querido instalar el paquete "ade4" en R (OP linux-ubuntu) pero no he podido por un error que según entiendo está relacionado con una librería. Me permito mostrarles el texto que me aparece luego de tratar de instalarlo desde los repositorios: >
2001 Nov 16
2
DGESDD from Lapack for R-1.4.0?
Hi, I'm just wondering if it is planned to include the Lapack routine DGESDD (and friends) in R-1.4.0? This is faster (supposedly by a factor of ~6 for large matrices) than DGESVD which is currently (R-1.3.1) called by La.svd. And if it is not in the plans yet, is there a chance it could be? I've added it to my local version of R-1.3.1 and so far see a factor of 4 improvement over
2011 Sep 11
2
[Bug 1937] New: Make it possible to give a give an ssh session only access to a limit subset of ssh-agent keys
https://bugzilla.mindrot.org/show_bug.cgi?id=1937 Bug #: 1937 Summary: Make it possible to give a give an ssh session only access to a limit subset of ssh-agent keys Classification: Unclassified Product: Portable OpenSSH Version: 5.8p1 Platform: All OS/Version: All Status: NEW Severity:
2006 Nov 21
0
Error La.svd(method="dgesvd") in R 2.4.0
I have just installed R 2.4.0 (Windows XP OS) and have tried to run code that had worked with previous versions of R. However, I now get an error message: Error in La.svd(iCmat, method = "dgesvd") : unused argument(s) (method = "dgesvd") The R NEWS page about the release and issue 6/4 of the newsletter states: La.svd(method = "dgesvd") is defunct. As a
2003 Jul 18
1
(PR#2867)
This is a multipart message in MIME format. --=_alternative 00812CFCCA256D66_= Content-Type: text/plain; charset="us-ascii" Two points in respect to PR#2867. First, the trivial one: (1) In Lapack.c, on lines 806 and 812, there are calls of F77_CALL(dgeqp3). But the error messages on lines on lines 809 and 815 refer to "dqeqp3", i.e., they currently have a "q"
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
2010 Jan 14
1
Giving parameters from shell
Hi I want to give parameters for my function from the shell. I mean I defined a function like these: work1.R : myfunc <- function(x,y) { z = x + y z } and now I want to use shell to give parameters like " ./work1.R (3,5) " to get sum 8. so what should I do? [[alternative HTML version deleted]]
2001 Nov 08
1
Problems with folders
I've got Samba up and running on my network, with relativley few problems, but I'm having a problem with subfolders. Lets take this snippet from my smb.conf as an exanple and then I'll move on [Documents] comment = office documents path = /usr/smb_files/documents public = no writeable = yes write list = @secretaries borwseable = yes Let me use this example
2007 Feb 05
0
strange error message get from La.svd(X)
Generator Microsoft Word 11 (filtered medium) Hi, I'm the mannova package maintainer. We used La.svd(X, method="dgesvd") in maanova package before. After R-2.3.0, the old La.svd() method was deprecated for option method="dgesvd". I changed maanova code correspondingly, which will call method="dgesdd" instead. But after that, we keep getting below error message
2008 Aug 12
0
configure for ARM Linux
Hi, all, Samba version 3.2.1 tar ball is downloaded. Next, I'm facing how to configure it for ARM Linux, but it's not so smooth for me. : ( The following is my environment information: 1. Development environment : Linux PC 2. Cross compiler : scratchbox/compilers/arm-gcc3.4-uclibc0.9.28 3. Configure options : (almost of them are googled) $ ./configure --without-krb5
2013 Oct 18
1
The codec can not support multi-thread ?
Hi! everybody: We used opus-codec for a VOIP gateway. The GW is running at a UBUNTU server. The opus stream is transcoded to G711 pcmu stream.So there are many opus codecs running simultaneously. We noticed that if there more than 5 streams in. the voice then has notisable glitchs.More streams in, worse voice got. Then we write test code for opus-codec which encode a .pcm file simultaneously.
2012 Jun 25
0
[LLVMdev] Is llc broken for Cortex-A9 + neon ?
Sounds like a bug in vector promote. If I restore this flag and use -promote-elements=0 everything works for me. Please fill a PR in LLVM bugzilla and assign to Nadav. On Mon, Jun 25, 2012 at 5:04 PM, Sebastien DELDON-GNB <sebastien.deldon at st.com> wrote: > Hi all, > > > considering following .ll file > > ; ModuleID = 'vect3x.ll' > target triple =
2012 Jun 25
2
[LLVMdev] Is llc broken for Cortex-A9 + neon ?
Hi all, considering following .ll file ; ModuleID = 'vect3x.ll' target triple = "armv7-none-linux-gnueabi" define arm_aapcscc void @test_hi_char8(i8* %.T0351, <8 x i8>* nocapture %srcA, <4 x i8>* nocapture %dst) noinline { L.entry: %0 = tail call arm_aapcscc i32 (...)* @get_global_id(i8* %.T0351, i32 0) %1 = bitcast <8 x i8>* %srcA to <4 x i8>*
2013 Apr 11
1
La_svd compiler error
Dear All, I have been trying to compile a package for windows that we have written. Since R version 3.0.0 the package doesn't compile any more. (On Linux the package compiles without errors). The error specifically says: gcc -m32 -I"C:/PROGRA~1/R/R-30~1.0/include" -DNDEBUG -I"d:/RCompile/CRANpkg/extralibs64/local/include" -O3 -Wall -std=gnu99 -mtune=core2 -c
2012 Jun 25
2
[LLVMdev] RE : Is llc broken for Cortex-A9 + neon ?
Hi Anton & Nadav, I filled this problem a while ago here http://llvm.org/bugs/show_bug.cgi?id=13111 Thinking it first was an LLVM opt bug. Shall I assign it to Nadav or create a new one ? Seb ________________________________________ De : Anton Korobeynikov [anton at korobeynikov.info] Date d'envoi : lundi 25 juin 2012 15:31 À : Sebastien DELDON-GNB Cc : LLVMdev at cs.uiuc.edu; Rotem,
2017 Jan 17
1
gluster store and autostart - but fails
hi all I've a few guest which work/run perfectly fine, I believe, except for autostart. Configuration of system, gluster and libvirt is pretty regular and not complex. Errors I see: ... failed to initialize gluster connection (src=0x7f9424266350 priv=0x7f94242922b0): Transport endpoint is internal error: Failed to autostart VM 'rhel-work2': failed to initialize gluster connection