R class in SPVM is a port of the R language features.
Features
-
N-dimensional arrays and their operations, such as addition, subtraction, multiplication, division, modulo(or remainder), sum, max, min, mean, cumulative sum, cumulative product, trigonometric functions, exponential functions, log functions.
-
Support of sequence creation, repetition, slice, order, sort of a n-dimensional array.
-
Various types of n-dimensional arrays(byte, short, int, long, float, double, float complex, double complex, string, variable-length string, datetime).
-
Support of NA representation.
-
Data frame and its operations.
Top comments (0)