rfunctions
rfunctions copied to clipboard
a set of R functions that I find useful
hello, recently I failed to install the rfunctions package on the linux server. Thus can you supply it using offline form ".tar.gz"??? In this way, I can use "R CMD...
Spectra/LinAlg/TridiagEigen.h:93:49: error: no matching function for call to 'tridiagonal_qr_step(double*&, double*&, int&, int&, Eigen::PlainObjectBase::Scalar*, int&)' Eigen::internal::tridiagonal_qr_step(maind, subd, start, end, evecs.data(), n);
Hello, I personally use a big.matrix of 0, 1, 2 only. So I use type `char`. If I make no mistake, the maximum `char` is 127. So when using this...
Hi! thx for you work. I found minor issue: ``` r library(Matrix) library(rfunctions) xx = 1:10 m1 = sparseMatrix(i = xx, j = xx, x = xx, dims = c(10,...
Wonderful package! According to my experience `crossprod()` largely relies on the BLAS you use. For the default one provided by R, it will be easily defeated by Eigen. However if...
First of all, thank you very much for this great package! I've found it by looking for alternate solutions to `MASS:ginv` for the Moore-Penrose generalized inverse. I have rather large...