Skip to content
Prev 2467 / 10988 Next

[Rcpp-devel] RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge?

On Tue, Jun 7, 2011 at 3:47 PM, baptiste auguie
<baptiste.auguie at googlemail.com> wrote:
Once upon a time we actually counted the number of floating point
operations that were needed to perform a particular calculation, which
is the reason for all the special-case code in Lapack.  The difference
between using the LU decomposition of a matrix to solve a system in
which the right hand side is an identity, versus a special-purpose
piece of code like zgetri is that zgetri can take advantage of the
fact that the identity matrix is diagonal, thereby saving a relatively
small number of operations.

I'm not sure why there should be a complaint about zgesv_ not being
available.  It's there in the R sources (src/modules/lapack/cmplx.f
starting at line 3944).  That routine is trivial because it just
checks its arguments then calls zgetrf and zgetrs.

Thread (16 messages)

Baptiste Auguie RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 3 Dirk Eddelbuettel RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 3 Baptiste Auguie RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 4 Dirk Eddelbuettel RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 4 Baptiste Auguie RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 5 Dirk Eddelbuettel RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 5 Douglas Bates RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 7 Baptiste Auguie RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 7 Douglas Bates RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 7 Baptiste Auguie RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 7 Douglas Bates RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 7 Baptiste Auguie RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 7 Douglas Bates RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 7 Baptiste Auguie RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 7 Baptiste Auguie RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 22 Dirk Eddelbuettel RcppArmadillo inv() depends on Lapack, zgetri_ not available on CRAN / R-forge? Jun 22