Skip to content
Prev 2203 / 12125 Next

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

On 18.12.2017 08:37, Baptiste Auguie wrote:
Looking at
https://github.com/RcppCore/RcppArmadillo/blob/f20cc71ad6b1c730a79f2e5609733f741172b399/inst/include/armadillo_bits/glue_solve_meat.hpp#L46
t seems to be possible to disable banded matrix strategy using

arma::solve(X, y, arma::solve_opts::no_band)

instead of

arma::solve(X, y)

Alternatively, there is also ARMA_CRIPPLED_LAPACK (c.f.
https://github.com/RcppCore/RcppArmadillo/blob/f20cc71ad6b1c730a79f2e5609733f741172b399/inst/include/armadillo_bits/auxlib_meat.hpp#L4599),
but I have not checked any side effects.

Greetings
Ralf