search for: barrio

Displaying 20 results from an estimated 71 matches for "barrio".

2023 Nov 21
1
Cambiar el intervalo de confianza en un anova
...------------------------ Nombre: Manuel Muñoz Márquez Departamento: Departamento de Estadística e Investigación Operativa Institución: Escuela Superior de Ingeniería Organización: Universidad de Cádiz -------------------------------------------------- El mar, 21-11-2023 a las 12:43 +0000, Relloso Barrio, Juan Bautista escribió: > Gracias Carlos. > Yo también he visto el ejemplo que te pone chatGPT, pero la salida que te da no soy capaz de interpretarla. > Os paso las ordenes y las respuestas de R de la propuesta de chatGPT >   > Ejemplo.aov<- aov(P~TRAT+CORTE+REP) > > summa...
2011 Dec 02
3
[LLVMdev] Turning on/off instruction extensions
...e patch exits normally except for that error. Also, I tried to apply the patch to the LLVM 3.0 but does not work at all. Is the trunk version the only one where the patch can be applied? Thanks ahead, Pablo On 29/11/2011, at 16:38, Hal Finkel wrote: > On Tue, 2011-11-29 at 16:26 +0100, Pablo Barrio wrote: >> On 28/11/2011, at 18:52, Hal Finkel wrote: >> >>> On Mon, 2011-11-28 at 17:49 +0100, Pablo Barrio wrote: >>>> How can I install the patch? Any step-by-step guide? >>> >>> First, grab the trunk versions of llvm and clang. This is detaile...
2011 Dec 12
2
[LLVMdev] Turning on/off instruction extensions
Hi Hal, On 02/12/11 21:06, Hal Finkel wrote: > On Fri, 2011-12-02 at 19:08 +0100, Pablo Barrio wrote: >> I applied the patch to the trunk version successfully, although I get an error in between: >> >> 1 out of 1 hunk FAILED -- saving rejects to file lib/Transforms/IPO/CMakeLists.txt.rej >> >> Can I ignore the error? The patch exits normally except for that erro...
2011 Dec 02
0
[LLVMdev] Turning on/off instruction extensions
On Fri, 2011-12-02 at 19:08 +0100, Pablo Barrio wrote: > I applied the patch to the trunk version successfully, although I get an error in between: > > 1 out of 1 hunk FAILED -- saving rejects to file lib/Transforms/IPO/CMakeLists.txt.rej > > Can I ignore the error? The patch exits normally except for that error. The attached p...
2011 Dec 12
0
[LLVMdev] Turning on/off instruction extensions
On Mon, 2011-12-12 at 12:59 +0100, Pablo Barrio wrote: > Hi Hal, > > On 02/12/11 21:06, Hal Finkel wrote: > > On Fri, 2011-12-02 at 19:08 +0100, Pablo Barrio wrote: > >> I applied the patch to the trunk version successfully, although I get an error in between: > >> > >> 1 out of 1 hunk FAILED -- saving...
2015 Feb 18
5
[LLVMdev] RFC: Recursive inlining
...(&s, n - 2); push(&s, S0); break; case S2: ret += n; } } delete(&s); return ret; } -----Original Message----- From: Hal Finkel [mailto:hfinkel at anl.gov] Sent: 06 February 2015 02:35 To: James Molloy Cc: llvmdev at cs.uiuc.edu; Chandler Carruth; Pablo Barrio Subject: Re: RFC: Recursive inlining ----- Original Message ----- > From: "James Molloy" <james at jamesmolloy.co.uk> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: llvmdev at cs.uiuc.edu, "Chandler Carruth" <chandlerc at google.com>, > &q...
2011 Dec 13
2
[LLVMdev] Turning on/off instruction extensions
On 12/12/11 17:07, Hal Finkel wrote: > On Mon, 2011-12-12 at 12:59 +0100, Pablo Barrio wrote: >> >> I'm still getting the following error: >> >> --- >> 1 out of 3 hunks FAILED -- saving rejects to file >> lib/Transforms/IPO/PassManagerBuilder.cpp.rej >> --- >> >> I'm using LLVM rev. 146369 (current trunk). Is it the same a...
2011 Nov 29
2
[LLVMdev] Turning on/off instruction extensions
On 28/11/2011, at 18:52, Hal Finkel wrote: > On Mon, 2011-11-28 at 17:49 +0100, Pablo Barrio wrote: >> How can I install the patch? Any step-by-step guide? > > First, grab the trunk versions of llvm and clang. This is detailed on > http://clang.llvm.org/get_started.html > > Then you apply the patch. On a Unix-like system, this is something like: > cd llvm > pat...
2011 Nov 29
0
[LLVMdev] Turning on/off instruction extensions
On Tue, 2011-11-29 at 16:26 +0100, Pablo Barrio wrote: > On 28/11/2011, at 18:52, Hal Finkel wrote: > > > On Mon, 2011-11-28 at 17:49 +0100, Pablo Barrio wrote: > >> How can I install the patch? Any step-by-step guide? > > > > First, grab the trunk versions of llvm and clang. This is detailed on > > http:...
2008 Apr 30
1
error with lme within a loop
...ata? I Have also obtained similar errors Error en lme.formula(yboot ~ X[, -1], data = data.fr, random = Z.block) : nlminb problem, convergence error code = 1 message = false convergence (8) My data can be reproduced as follows library(splines) library(nlme) x<-c(rep(1993:2007,9)) barrio<-factor(c(rep(1:9,rep(15,9)))) xl<-min(x)-0.00001 xr<-max(x)+0.00001 ndx<-4 bdeg<-3 pord<-2 dx <- (xr-xl)/ndx knots <- seq(xl-bdeg*dx, xr+bdeg*dx, by=dx) B<-spline.des(knots,x,bdeg+1,0*x)$design m=ncol(B) D=diff(diag(m),differences=pord) P=t(D)%*%D P.svd=svd(t(D)%*%D)...
2011 Apr 04
3
[LLVMdev] Problem building the LLVM sample project
...through the LLVM Makefile docs, but can't figure out what the error is. I didn't change any file by hand, just autoregenerated them! I'm using autoconf 2.67 and aclocal 1.11.1 which, according to the LLVM site, meet the minimum requirements. Any ideas? Thanks in advance, -- Pablo Barrio Dpto. Ing. Electrónica - E.T.S.I. Telecomunicación Despacho C-203 Avda. Complutense s/n, 28040 Madrid Tlf. 915495700 ext. 4234 @: pbarrio at die.upm.es
2011 Dec 13
0
[LLVMdev] Turning on/off instruction extensions
On Tue, 2011-12-13 at 13:00 +0100, Pablo Barrio wrote: > On 12/12/11 17:07, Hal Finkel wrote: > > On Mon, 2011-12-12 at 12:59 +0100, Pablo Barrio wrote: > >> > >> I'm still getting the following error: > >> > >> --- > >> 1 out of 3 hunks FAILED -- saving rejects to file > >> lib/...
2011 May 16
2
[LLVMdev] Exception handling with the LLVM makefile system
...es well. Is it possible to enable exception handling for some parts of the compilation? Just like turning on RTTI with "REQUIRES_RTTI=1" ? Removing exception handling from the functions is not an option, since I would have to tweak the Boost library internals. Thanks ahead! -- Pablo Barrio Dpto. Ing. Electrónica - E.T.S.I. Telecomunicación Despacho C-203 Avda. Complutense s/n, 28040 Madrid Tlf. 915495700 ext. 4234 @: pbarrio at die.upm.es
2011 May 16
1
[LLVMdev] Exception handling with the LLVM makefile system
On 05/16/2011 05:11 PM, Sebastian Redl wrote: > On 16.05.2011, at 08:44, Pablo Barrio wrote: > >> Hi all, >> >> I'm having trouble when trying to reuse some functions that use >> Boost::Exception into my LLVM-based application. As far as I know, LLVM >> turns off Exception handling (apparently for performance reasons), so I >> get the follo...
2011 Oct 12
6
[LLVMdev] Integer to string
Hi, I need to convert an integer into a string. I would normally do that in C++ by using the StringStream class, but the LLVM coding standards discourage using that class. The same coding standards suggest to use llvm:StringStream instead, but I cannot find that class anywhere; furthermore, the header file where it was supposed to be (according to the coding standards) doesn't even exist. Is
2011 Nov 28
3
[LLVMdev] Turning on/off instruction extensions
How can I install the patch? Any step-by-step guide? Thanks, Pablo On 24/11/2011, at 15:33, Hal Finkel wrote: > On Thu, 2011-11-24 at 15:09 +0100, Pablo Barrio López-Cortijo wrote: >> Hi everybody, >> >> I'm trying to run some examples with different backend options (turning >> on/off SSE, 3dnow, or MMX instructions). However, I don't see any >> difference in terms of execution time. Does anybody know which language...
2016 Sep 26
3
Concatenación de tablas
Buenas Tardes, Les escribo para solicitarles una ayuda dado que tengo 2 tablas, una con los campos: cedula | nombre | direccion y la otra con la tabla: cedula | barrio | municipio Lo que necesito es hacer una comparación del campo cedula de las dos tablas y si son iguales, agregarle los campos barrio y municipio de la segunda tabla a la fila correspondiente de esa cedula de la primera tabla al lado de direccion. Agradeciendo todo su apoyo, CESAR AUGUSTO LOP...
2011 Oct 12
0
[LLVMdev] Integer to string
...ng a reference to llvm::StringStream? I've looked in both the llvm coding standards, and llvm programming manual for versions: ToT (3.0), 2.9 (which seems to be the same as ToT), and 2.8. Obviously my search is missing something. Thanks in advance Garrison On Oct 12, 2011, at 8:18, Pablo Barrio wrote: > Hi, > > I need to convert an integer into a string. I would normally do that in C++ by using the StringStream class, but the LLVM coding standards discourage using that class. The same coding standards suggest to use llvm:StringStream instead, but I cannot find that class anywhe...
2015 Feb 05
5
[LLVMdev] RFC: Recursive inlining
...t anl.gov> wrote: > ----- Original Message ----- > > From: "James Molloy" <james at jamesmolloy.co.uk> > > To: llvmdev at cs.uiuc.edu, "Chandler Carruth" <chandlerc at google.com>, > "Hal Finkel" <hfinkel at anl.gov>, "pablo barrio" > > <pablo.barrio at arm.com> > > Sent: Thursday, February 5, 2015 4:36:16 AM > > Subject: RFC: Recursive inlining > > > > > > Hi, > > > > > > The other day on IRC myself, Chandler, Hal and Pablo discussed > > recursive inlinin...
2011 May 30
1
[LLVMdev] opt refuses to load a pass
...ld be already linked to opt, shouldn't it? Somebody suggested me that perhaps LLVM and my pass were compiled with different options (one in Release and another in Debug, for instance) but I double-checked and both are in Debug mode. Can anyone spot the problem here? Thanks ahead! -- Pablo Barrio Dpto. Ing. Electrónica - E.T.S.I. Telecomunicación Despacho C-203 Avda. Complutense s/n, 28040 Madrid Tlf. 915495700 ext. 4234 @: pbarrio at die.upm.es