search for: umfpack

Displaying 3 results from an estimated 3 matches for "umfpack".

2006 Jul 02
1
sparse matrix tools
Dear R-Help list: I'm using the Matrix library to operate on 600 X ~5000 element unsymmetrical sparse arrays. So far, so good, but if I find I need more speed or functionality, how hard would it be to utilize other sparse matrix toolsets from within R, say MUMPS, PARDISO or UMFPACK, that do not have explicit R interfaces? More information on these is available here www.cise.ufl.edu/research/sparse/umfpack/ www.computational.unibas.ch/cs/scicomp/software/pardiso www.enseeiht.fr/lima/apo/MUMPS/ and in these reviews ftp://ftp.numerical.rl.ac.uk/pub/reports/ghsNAGI...
2004 Jan 29
3
Developmental version of Matrix package for R-1.9.0
...the packages that will appear in R-1.9.0. This version marks a major redesign of the Matrix package to use S4 classes and methods and to incorporate sparse matrix manipulations using routines from TAUCS (http://www.tau.ac.il/~stoledo/taucs/), Metis (http://www-users.cs.umn.edu/~karypis/metis/) and UMFPACK (http://www.cise.ufl.edu/research/sparse/umfpack). Although this package is very much a work in progress and the documentation is, shall we say, sketchy, there are two vignettes included with the package. One of these illustrates the performance of different ways of performing least squares calcu...
2006 Jan 11
2
Problem with making Matrix
...-O2 -c Csparse.c -o Csparse.o ... numerous lines deleted ... gcc -I/usr/local/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -fPIC -g -O2 -c triplet_to_col.c -o triplet_to_col.o f77 -fPIC -g -O2 -c zpotf2.f -o zpotf2.o f77 -fPIC -g -O2 -c zpotrf.f -o zpotrf.o touch CHOLMOD.stamp UMFPACK.stamp COLAMD.stamp CCOLAMD.stamp AMD.stamp Metis.stamp LDL.stamp gmake[1]: Entering directory `/tmp/R.INSTALL.WMODs1/Matrix/src/CHOLMOD' ( cd Lib ; make ) make: don't know how to make w. Stop gmake[1]: *** [library] Error 2 I am running: > version _ p...