[Rcpp-devel] Sparse matrix operations
Dirk Eddelbuettel
edd at debian.org
Tue Feb 4 17:37:14 CET 2014
On 4 February 2014 at 11:09, Yixuan Qiu wrote:
| Sure. What are you planning to do with ARPACK? It seems that the newest version
| of Armadillo already supports eigs_sym() and eigs_gen() to retrieve a limited
| number of eigenvalues.
Recall that we link with (post Rcpp 0.11.0)
PKG_LIBS= $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
and note the absence of ARPACK :) So right now, the header-only build of
RcppArmadillo means no eigs!
If you export it, though, we may be able to use it.
We should talk off-list and work this out,
Dirk
--
Dirk Eddelbuettel | edd at debian.org | http://dirk.eddelbuettel.com
More information about the Rcpp-devel
mailing list