float

Single precision (float) matrices for R.

OTHER License

Downloads
7.3K
Stars
46
Committers
5
float - Latest Release

Published by wrathematics almost 7 years ago

First CRAN release.

  • Added str() method.
  • Added replacer [ method.
  • Remove \dontrun{} blocks from manual.
float -

Published by wrathematics almost 7 years ago

Initial release.

  • Added fl() and dbl() casters.
  • Added random constructors flrunif(), flrnorm(), and flrand().
  • Added backsolve() and forwardsolve() methods.
  • Added binary arithmetic methods.
  • Added rbind() and cbind() methods.
  • Added [ method.
  • Added c() method.
  • Added chol() and chol2inv() methods.
  • Added colSums(), rowSums(), colMeans(), and rowMeans() methods.
  • Added rcond() method.
  • Added crossprod() and tcrossprod() methods.
  • Added diag() method.
  • Added eigen() method (symmetric case only).
  • Added min(), max(), which.min(), and which.max() methods.
  • Added isSymmetric() method.
  • Added math methods.
  • Added %*% method.
  • Added is.na() and na.omit() methods.
  • Added norm() method.
  • Added qr(), qr.Q(), qr.R(), qr.qy(), and qr.qty() methods.
  • Added scale() method.
  • Added solve() method.
  • Added sum() method.
  • Added svd() and La.svd() methods.
  • Added sweep() method (+, -, *, and / only).
  • Added t() method.
  • Added float32() constructor for developers.