Displaying 20 results from an estimated 1148 matches for "ldl".
Did you mean:
ld
2003 Sep 23
5
[Bug 710] ReliantUnix: -ldl missing when libcrypto is a shared object
http://bugzilla.mindrot.org/show_bug.cgi?id=710
Summary: ReliantUnix: -ldl missing when libcrypto is a shared
object
Product: Portable OpenSSH
Version: -current
Platform: MIPS
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: Build system
Assig...
2009 Mar 10
5
Cholesky Decomposition in R
Hi everyone:
I try to use r to do the Cholesky Decomposition,which is A=LDL',so far I
only found how to decomposite A in to LL' by using chol(A),the function
Cholesky(A) doesnt work,any one know other command to decomposte A in to
LDL'
My r code is:
library(Matrix)
A=matrix(c(1,1,1,1,5,5,1,5,14),nrow=3)
> chol(A)
[,1] [,2] [,3]
[1,] 1 1 1...
2001 Mar 13
1
Compiling vorbis-tools on NetBSD-1.5/i386
...you have moved ao since it was installed.
configure: error: libao needed!
---------------------
Yes, I checked config.log; here are the error lines in it:
---------------------
configure:1829: checking for ao
configure:1859: gcc -o conftest -I/usr/pkg//include conftest.c -L/usr/pkg//lib -lao -ldl 1>&5
/usr/bin/ld: cannot open -ldl: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 1843 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ao/ao.h...
2009 Jul 17
2
Fisher's exact test
Hi,
I'm trying to run Fisher's Exact test on the data below, but I'm not
sure how interpret the data shown. Can someone tell me what this is
saying? Looking at the numbers it should be that there's no significant
difference between the HDL and LDL, but a p-value of 1 seems high. Is
the low value in the LDL unbound making the test unstable and should I
be using an alternative?
Best regards
James
> data <-
matrix(c(27,8,9,2),nr=2,dimnames=list(c("HDL","LDL"),c("Bound","Unbound")))
> data
B...
2019 Apr 24
1
[PATCH nbdkit] build: Use dlsym as sentinel function for -ldl.
When testing which “dl library” we must use for dl* symbols, autoconf
runs a test similar to:
$ cat conftest.c
char dlopen ();
int main () { return dlopen (); }
$ gcc -o conftest $CFLAGS conftest.c [try various -ldl options here]
When using ‘CFLAGS="-fsanitize=address"’ this succeeds even if no dl
libraries are used at all, since it appears that using this option
causes dlopen to be included in the final binary implicitly. This
causes configure to set DL_LIBS='', but unfortunately dlsym is...
2002 Jun 27
0
[Bug 307] New: configure fails to add -ldl (RedHat specfile)
http://bugzilla.mindrot.org/show_bug.cgi?id=307
Summary: configure fails to add -ldl (RedHat specfile)
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org...
2002 Jun 27
0
[Bug 307] configure fails to add -ldl (RedHat specfile)
http://bugzilla.mindrot.org/show_bug.cgi?id=307
------- Additional Comments From jmknoble at pobox.com 2002-06-28 04:44 -------
'-ldl' is generally not necessary to build OpenSSH unless you're building
against a version of OpenSSL that includes the "engine" for smart cards, etc.
(that is, for example, openssl-engine-0.9.6d instead of openssl-0.9.6d). If
that's the library you're compiling against, then...
2003 Apr 20
1
log of build of 2.2.8a on Solaris9 using SUN's studio7 cc.
...t; -DLIBDIR="/usr/local/samba/lib" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/usr/bin/passwd" -DSMB_PASSW
D_FILE="/usr/local/samba/private/smbpasswd" -DTDB_PASSWD_FILE="/usr/local/samba/private/smbpasswd.tdb"
Using LIBS = -lssl -lcrypto -lsec -lgen -lsocket -lnsl -ldl -lpam -lpopt
Compiling smbd/server.c
Compiling smbd/files.c
Compiling smbd/chgpasswd.c
Compiling smbd/connection.c
Compiling smbd/utmp.c
Compiling smbd/session.c
Compiling smbd/dfree.c
Compiling smbd/dir.c
Compiling smbd/password.c
Compiling smbd/conn.c
Compiling smbd/fileio.c
Compiling smbd/ipc.c...
2002 Mar 21
2
Small typo in An Introduction to R (PR#1402)
At a snail's pace I keep on translating an introduction to R into italian;
I have reached the section describing the glm() function, in which some
example code is presented. The very last line of code, before the
beginning of the section on Poisson models is:
ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fmp)); c(ldp, ldl)
which of course gives results 43.663 and 43.663; the correct code should
be:
ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fml)); c(ldp, ldl)
which gives the expected results 43.663 and 43.601
--
Michele Alzetta
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2002 Mar 21
2
Small typo in An Introduction to R (PR#1402)
At a snail's pace I keep on translating an introduction to R into italian;
I have reached the section describing the glm() function, in which some
example code is presented. The very last line of code, before the
beginning of the section on Poisson models is:
ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fmp)); c(ldp, ldl)
which of course gives results 43.663 and 43.663; the correct code should
be:
ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fml)); c(ldp, ldl)
which gives the expected results 43.663 and 43.601
--
Michele Alzetta
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2006 Apr 11
0
[Bug 1181] configure should detect when openssl-0.9.8x needs -ldl
http://bugzilla.mindrot.org/show_bug.cgi?id=1181
Summary: configure should detect when openssl-0.9.8x needs -ldl
Product: Portable OpenSSH
Version: 4.3p2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: bitbucket at mindrot.org
ReportedBy: dtucker at zip.c...
2012 Sep 01
5
R_closest date
...ration counter
+ i = i + 1
+
+ }
+ #make a data frame with the lowest DAYS_DIFF and ID
+ newdata <- data.frame(uniqueID,first)
+ names(newdata) <- c("PT_ID","DAYS_DIFF")
+
+ #return the data frame containing the lowest GPI for each ID
+ return(newdata)
+ }
> ldl.b<-baseline(ldl) #get all baseline ldl patient ID, total 11368 obs, all unique#
Error in `[.data.frame`(baseline, which(baseline$PT_ID == PT_ID), abs(baseline$DAYS_DIFF)) :
undefined columns selected
Can anyone help me in figuring out how to get the minimum value of the absolute value of DA...
1998 Dec 08
0
R compile problems with AIX
...y
configure: failed program was:
#line 1857 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:1890: checking for main in -ltermcap
configure:1905: gcc -o conftest -g -O2 conftest.c -ltermcap -lm 1>&5
configure:1979: checking for dlopen in -ldl
configure:1998: gcc -o conftest -g -O2 conftest.c -ldl -ltermcap -lm 1>&5
configure:2027: checking for main in -lhdf5
configure:2042: gcc -o conftest -g -O2 conftest.c -lhdf5 -ldl -ltermcap -lm 1>&5
collect2: ld returned 255 exit status
ld: 0706-006 Cannot find or open library...
1998 Dec 08
0
R compile problems with AIX
...y
configure: failed program was:
#line 1857 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:1890: checking for main in -ltermcap
configure:1905: gcc -o conftest -g -O2 conftest.c -ltermcap -lm 1>&5
configure:1979: checking for dlopen in -ldl
configure:1998: gcc -o conftest -g -O2 conftest.c -ldl -ltermcap -lm 1>&5
configure:2027: checking for main in -lhdf5
configure:2042: gcc -o conftest -g -O2 conftest.c -lhdf5 -ldl -ltermcap -lm 1>&5
collect2: ld returned 255 exit status
ld: 0706-006 Cannot find or open library...
2000 Nov 18
4
ao hard codes -ldl in configure tests
Rather than using libtool to build its sets, the ao.m4 in beta3 is hard coding '-ldl':
AO_LIBS="$AO_LIBS -lao -ldl"
Not all systems have a dl library. For now, I can obviously just remove it and keep working on stuff, but what would be a suitable patch that would get accepted to be committed? Should I just check the current build target and set AO_LIBS differe...
2013 Jan 17
4
[LLVMdev] Migrate Project Build system to LLVM BitCode
...akefile' accordingly. I read on some forums about GoldPlugin but I don't know exactly if it would be useful here:
Original Makefile- Object Files based Build/Link Steps:
clang -g -O2 -o .libs/mergedexe file1.o file2.o file3.o -pthread -Wl,--export-dynamic .libs/lib1.a -lssl -ldl -pthread .libs/lib2.so
Proposed Makefile- LLVM Bitcode based Build/Link Steps:
1. llvm-link -o .libs/mergedbc.bc file1.bc file2.bc file3.bc
2. opt -o optmerged.bc -load /path/to/Mypass.so -mypass < mergedbc.bc
3. llc -o .libs/mergedbc.s .libs/mergedbc.bc
4....
2007 Jun 05
1
lme vs. SAS proc mixed. Point estimates and SEs are the same, DFs are different
...R. The point estimates and the SEs are the same, however the DFs and the p values are different. I am clearly doing something wrong in my R code. I would appreciate any suggestions of how I can change the R code to get the same DFs as are provided by SAS.
SAS code:
proc mixed data=lipids2;
model ldl=jweek/solution;
random int jweek/type=un subject=patient;
where lastvisit ge 4;
run;
SAS output:
Solution for Fixed Effects
Standard
Effect Estimate Error DF t Value Pr > |t|
Intercept 113.48 7.4539 25...
2007 Aug 06
2
Makefile for embedding OpenBUGS in R package
Dear list,
I'm trying to embed OpenBUGS in an R package for use of it
on 64-bit Linux. In order to get the CLI working one has to
compile C code contained in $OpenBUGS/Manuals/CBugs.html
(copied to say CBugs.c) using
gcc -m32 -o bugs CBugs.c -ldl
I put the OpenBUGS distribution in the ./inst subdirectory of
the package root. Where should I now put the CBugs.c and how
should the Makefile look like in order to be able to call
$PKG_ROOT/OpenBUGS/bugs afterwards ?
Naively putting the following Makefile in ./src does not work...
2009 Mar 11
0
LDL' Cholesky decomposition
The gchol function in library(kinship) does an LDL decomposition. An updated
version has just recently been posted on Rforge, in the bdsmatrix library which
is part of survival.
> temp <- matrix(c(1,1,1,1,5,8,1,8,14), 3)
> gt <- gchol(temp)
> as.matrix(gt) # L
[,1] [,2] [,3]
[1,] 1 0.00 0
[2,] 1 1.00 0
[3,...
2006 Jul 27
2
more on file upload
...39;'d like
> to
> > start
> > > > off by trying to use those.
> > > >
> > > > thanks
> > > >
> > > > --
> > > > gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o
> > > > -lruby-static -ldl -lcrypt -lm -o ruby
> > > > Everyone is trying their hardest to do their job but management has
> set
> > it
> > > > up so that it''s impossible.
> > > > Take the control over your money, track your expenses
> > http://justbudget.com
>...