Thanks I got it to work!
I will try to migrate to (Rcpp)Armadillo asap.
Lars
Den tir. 20. dec. 2022 kl. 14.09 skrev Dirk Eddelbuettel :
>
> On 20 December 2022 at 12:33, Lars Relund wrote:
> | In my package, I have the method:
> |
> | /** Solve equations transpose(P)w = r.
onst
char*, const int*, const int*, const double*, const int*, const int*,
double*, const int*, int*, size_t)’
67 | F77_CALL(dgetrs)("T", &rows, &nrhs, &P(0,0), &lda,
&ipivot(0,0), &w(0,0), &ldb, &info);
It works in R-release and I guess it have s