About Anaconda Help Download Anaconda

R comes with a suite of utilities for linear algebra with "numeric" (double precision) vectors/matrices. However, sometimes single precision (or less!) is more than enough for a particular task. This package extends R's linear algebra facilities to include 32-bit float (single precision) data. Float vectors/matrices have half the precision of their "numeric"-type counterparts but are generally faster to numerically operate on, for a performance vs accuracy trade-off. The internal representation is an S4 class, which allows us to keep the syntax identical to that of base R's. Interaction between floats and base types for binary operators is generally possible; in these cases, type promotion always defaults to the higher precision. The package ships with copies of the single precision 'BLAS' and 'LAPACK', which are automatically built in the event they are not available on the system.

copied from cf-staging / r-float
Type Size Name Uploaded Downloads Labels
conda 807.2 kB | osx-64/r-float-0.2_3-r36hb1cbdc7_1.tar.bz2  4 years and 9 months ago 324 main
conda 2.1 MB | win-64/r-float-0.2_3-r36hc833f60_1.tar.bz2  4 years and 9 months ago 1016 main
conda 816.5 kB | linux-64/r-float-0.2_3-r36hbf399a0_1.tar.bz2  4 years and 9 months ago 3024 main
conda 2.1 MB | win-64/r-float-0.2_3-r36h17ddedb_0.tar.bz2  4 years and 11 months ago 1072 main cf202003
conda 804.7 kB | osx-64/r-float-0.2_3-r36h384270c_0.tar.bz2  4 years and 11 months ago 325 main cf202003
conda 817.9 kB | linux-64/r-float-0.2_3-r36h9bbef5b_0.tar.bz2  4 years and 11 months ago 3096 main cf202003

© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy