math | R Documentation |
Binary operations for distributed matrix/distributed matrix and distributed matrix/vector operations.
## S4 method for signature 'ddmatrix'
sqrt(x)
## S4 method for signature 'ddmatrix'
abs(x)
## S4 method for signature 'ddmatrix'
exp(x)
## S4 method for signature 'ddmatrix'
log(x, base = exp(1))
## S4 method for signature 'ddmatrix'
log2(x)
## S4 method for signature 'ddmatrix'
log10(x)
## S4 method for signature 'ddmatrix'
log1p(x)
## S4 method for signature 'ddmatrix'
sin(x)
## S4 method for signature 'ddmatrix'
cos(x)
## S4 method for signature 'ddmatrix'
tan(x)
## S4 method for signature 'ddmatrix'
asin(x)
## S4 method for signature 'ddmatrix'
acos(x)
## S4 method for signature 'ddmatrix'
atan(x)
## S4 method for signature 'ddmatrix'
sinh(x)
## S4 method for signature 'ddmatrix'
cosh(x)
## S4 method for signature 'ddmatrix'
tanh(x)
x |
numeric distributed matrix |
base |
a positive number: the base with respect to which logarithms are computed. Defaults to e='exp(1)'. |
Performs the miscellaneous mathematical calculation on a distributed matrix.
Returns a distributed matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.