search for: suitesparse

Displaying 12 results from an estimated 12 matches for "suitesparse".

2014 Mar 17
0
CEBA-2014:0296 CentOS 6 suitesparse FASTTRACK Update
...Errata and Bugfix Advisory 2014:0296 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0296.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: e098105f40eb24ac304e3c95eb7d4ca90b42a511f942f6183c8c253019a8baca suitesparse-3.4.0-9.el6.i686.rpm e7b5f432cb80188dfd055fb3370bff2f165aaf116590f61fd70988ec297559d6 suitesparse-devel-3.4.0-9.el6.i686.rpm 87c637f342974bee994703a738c1daef0aec8e65eddf9d9d3d2f33a8e274ad95 suitesparse-doc-3.4.0-9.el6.noarch.rpm 2326c502f317def9bfc4618995d1b7f1e238ecd3508a621a63143713b4f4bf2d su...
2013 Jun 28
0
CEBA-2013:0988 CentOS 6 suitesparse FASTTRACK Update
...Errata and Bugfix Advisory 2013:0988 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0988.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 35f5f6123c3f12d11fc675f50f698c7bbb8e4cad6fd339222d41e7a7c591cf21 suitesparse-3.4.0-8.el6.i686.rpm 7d327ba6e92f55f5082df2ab679515c2e2880f57e6f644b6087c920c83084ac4 suitesparse-devel-3.4.0-8.el6.i686.rpm 9636dd34ef9aedcb205f58c81fdf0001d13b522a7360a5f0efeb32bdb9591af5 suitesparse-doc-3.4.0-8.el6.noarch.rpm dcc997afb72117d9865702f5a74bf3c6878c0c67e3becbbc7f0a47544bd1b3ec su...
2013 Jun 28
0
CentOS-announce Digest, Vol 100, Issue 13
...tos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CEBA-2013:0988 CentOS 6 suitesparse FASTTRACK Update (Johnny Hughes) 2. CEBA-2013:0987 CentOS 6 xfsprogs Update (Johnny Hughes) 3. CEBA-2013:0986 CentOS 6 libnl Update (Johnny Hughes) 4. CEBA-2013:0989 CentOS 6 python-dmidecode Update (Johnny Hughes) 5. CEBA-2013:1000 CentOS 6 selinux-policy Update (Johnny Hughes...
2014 Mar 18
0
CentOS-announce Digest, Vol 109, Issue 9
...CentOS 6 qemu-kvm Update (Johnny Hughes) 5. CEBA-2014:0303 CentOS 6 glib2 Update (Johnny Hughes) 6. CESA-2014:0304 Important CentOS 6 mutt Update (Johnny Hughes) 7. CESA-2014:0306 Moderate ruby193-rubygem-actionpack SCL Security Update (Johnny Hughes) 8. CEBA-2014:0296 CentOS 6 suitesparse FASTTRACK Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Mon, 17 Mar 2014 19:05:31 +0000 From: Johnny Hughes <johnny at centos.org> Subject: [CentOS-announce] CESA-2014:0305 Moderate CentOS 5 samba Update To: centos-ann...
2007 Dec 03
1
linking C/C++ external libraries.
Hi Everyone, I'm trying to load some C++ code using dyn.load but I'm getting unresolved symbols associated with some external libraries (CSparse). I gather this is something to do with linking as the the code compiles fine. However, I've passed -L/home/jarrod/My_Programs/SuiteSparse/CSparse/Lib -lcsparse to the complier (g++), either directly using R CMD SHLIB or as PKG_LIBS in a Makevars file, and I cannot resolve the problem. I'm working with R 2.6.0 on fedora 6 Any help would be appreciated. Thanks, Jarrod
2019 Dec 06
2
long vector support
All, At first glance, a recent commit to R-devel ( https://github.com/wch/r-source/commit/2c182014ecc8c2407a89092c9162d86046bd18da) appears to be related to long vector support. But as Henrik Bengtsson points out at https://github.com/HenrikBengtsson/Wishlist-for-R/issues/97#issuecomment-562659134, writeBin() still prohibits long vectors. Are there any plans to add long vector support to R
2019 Dec 07
0
long vector support
...and we would close the case much more quickly if people looked at the case in detail and found *how* to fix it. [For the Matrix package and the case of sparse matrices, I'd be very happy if a C-savvy R developer would start collaborating with me to get this (incl interface to SuiteSparse)] In the present case, it may be that a change does not take much effort; my first try seems to work already .. and may just a bit more safeguarding .. So thank you, Will, for the reminder! Martin Maechler ETH Zurich and R Core Team > x <- raw(2^31) > writeBin(x, con = nullf...
2018 Jan 18
1
wrong matrix dimension in sparseQR
Hi, I came across a case when the dimensions of matrices returned by qr() operated on a sparse matrix does not coincide with the initial matrix. Here is a spinet code that should produce an example (one of many that I could provide): ?m=205 ?n=199 ?set.seed(7); ?a=matrix(rnorm(m*n), m, n) ?a[sample(seq(m*n), m*(n-4))]=0 ?a=as(a, "Matrix") ?qa=qr(a); ?stopifnot(nrow(qa at R) ==
2008 Oct 18
1
octave
...age qhull.i386 0:2003.1-7.el5 set to be updated ---> Package lapack.i386 0:3.0-37.el5 set to be updated ---> Package gnuplot.i386 0:4.0.0-12 set to be updated ---> Package fftw3.i386 0:3.1.1-1.el5.rf set to be updated ---> Package blas.i386 0:3.0-37.el5 set to be updated ---> Package suitesparse.i386 0:3.1.0-1.el5 set to be updated --> Finished Dependency Resolution Error: Missing Dependency: libhdf5.so.0 is needed by package octave
2010 Jan 10
1
lme4 and function 'cholmod_start' not provided by package 'Matrix' / Ubuntu
...Maechler <maechler at stat.math.ethz.ch> Maintainer: Doug and Martin <Matrix-authors at R-project.org> Description: Classes and methods for dense and sparse matrices and operations on them using Lapack and SuiteSparse. Depends: R (>= 2.6.0), stats, methods, utils, lattice Imports: graphics, lattice, grid, stats Enhances: graph, SparseM SystemRequirements: GNU make LazyLoad: yes LazyData: no LazyDataNote: no longer available, since we use...
2009 Apr 17
0
R 2.9.0 is released
...er coerces strings into factors. NEW FEATURES o Package 'Matrix' is now a recommended package contained in the basic R distribution. It provides S4 classes and methods for dense and sparse matrices, often by using the numerical libraries Lapack and from the SuiteSparse collection CHOLMOD, CSparse, and SPQR among others. o pdf() and postscript() gain a 'useKerning' argument to place strings using kerning (which had previously been ignored in display but not in strwidth), based in part on an idea and code from Ei-ji Na...
2009 Apr 17
0
R 2.9.0 is released
...er coerces strings into factors. NEW FEATURES o Package 'Matrix' is now a recommended package contained in the basic R distribution. It provides S4 classes and methods for dense and sparse matrices, often by using the numerical libraries Lapack and from the SuiteSparse collection CHOLMOD, CSparse, and SPQR among others. o pdf() and postscript() gain a 'useKerning' argument to place strings using kerning (which had previously been ignored in display but not in strwidth), based in part on an idea and code from Ei-ji Na...