<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>32-Bit Floats</dc:title>
  <dc:title>R package float version 0.3-3</dc:title>
  <dc:description>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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 3.6.0), methods</dc:relation>
  <dc:relation>Imports: utils, tools</dc:relation>
  <dc:creator>Drew Schmidt &lt;wrathematics@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Drew Schmidt [aut, cre, cph],
  Wei-Chen Chen [aut],
  Dmitriy Selivanov [ctb] (improvements in external package linking),
  ORNL [cph]</dc:contributor>
  <dc:rights>BSD 2-clause License + file LICENSE (https://CRAN.R-project.org/package=float/LICENSE)</dc:rights>
  <dc:date>2025-03-12</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=float</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.float</dc:identifier>
</oai_dc:dc>
