Skip to content
Prev 2200 / 12125 Next

[R-pkg-devel] Lapack: undefined symbol: zgbsv_

Thanks Dirk. I arrived at the same conclusions after tracking down the
recent changes in Armadillo and noticing their addition of a special
solve() case for banded matrices.
What I don't really understand (because of the templating system etc.) is
why this new routine in Armadillo would be needed at all, when cda does not
solve banded linear systems. I wonder if a practical workaround would be to
include a _dummy_ routine with the same name, ugly as that may sound.
Alternatively, define some compiler macro to tell Armadillo not to use this
special strategy. Does this sound doable?

The ideal solution would be to have a fuller Lapack embedded in R for
systems that need it, but there's no guarantee that R Core will consider it
in the near future, and I'm given until the 23rd of this month before my
package is removed from CRAN.

Thanks,

b.
On 18 December 2017 at 13:13, Dirk Eddelbuettel <edd at debian.org> wrote: