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))
# }

Try the pbdMPI package in your browser

Any scripts or data that you put into this service are public.

pbdMPI documentation built on Sept. 10, 2023, 5:06 p.m.