float
float copied to clipboard
Single precision (float) matrices for R.
I see the readme says that `.Machine_float` should show the information about float type for my machine, but it doesn't seem to be an exported function from the package. None...
The EPEL8 packages for RHEL8 etc. have this configuration, for which configure fails to find the right libraries (which I noticed because I'd deleted the lapack directory in the packaging...
Noted here https://github.com/dselivanov/rsparse/issues/25
Very nice package. Thank you for fixing this significant drawback of R language. In my opinion, these two features would make float matrices even more useful: 1. Wrapper for RcppArmadillo...
Great package. Would love to see the [dnorm](https://svn.r-project.org/R/trunk/src/nmath/dnorm.c) function added, and the [rep](https://svn.r-project.org/R/trunk/src/library/base/R/rep.R) function :+1:
Would be great to have them as well.
Have you given any thought to `array` functionality? This may be important if people want to work with `float` values for 3D datasets. I'm sure this would be a large...
Following from https://github.com/wrathematics/spm/issues/2#issuecomment-319073693, here's the full output. I'm using [Apple's Accelerate BLAS](https://developer.apple.com/documentation/accelerate/blas) (without fully understanding why, except 'it'll be faster') ```R > devtools::install_github("wrathematics/spm", force = TRUE) Using GitHub PAT from...
Hello, I have observed that selecting individual elements, rows, or columns of a matrix with row names produces an error. A similar error occurs when selecting a vector or its...
This should fix errors like this: https://github.com/r-universe/cran/actions/runs/7619266054/job/20756957057. The problem here is that the LAPACK configuration on the server that has built float could be different than on the user machine....