powered by
Functions to check for various types.
is.ddmatrix(x)# S4 method for ddmatrix is.na(x)# S4 method for ddmatrix is.nan(x)# S4 method for ddmatrix is.numeric(x)# S4 method for ddmatrix is.infinite(x)
# S4 method for ddmatrix is.na(x)
# S4 method for ddmatrix is.nan(x)
# S4 method for ddmatrix is.numeric(x)
# S4 method for ddmatrix is.infinite(x)
numeric distributed matrix
Returns boolean in the case of is.numeric() and is.ddmatrix(), otherwise a distributed matrix.
is.numeric()
is.ddmatrix()
Performs the appropriate type check.