R/float32.r

### These below should be imported from the `float` package when it's windows
### version is fixed. 
# setClassUnion("Int", c("integer", "matrix"))
# setClass("float32",
#   representation(
#     Data="Int"
#   )
# )
# float32 <- function(x){
#   new("float32", Data = as.integer(x))
# }
RBigData/pbdMPI documentation built on Jan. 31, 2024, 10:34 p.m.