Description Usage Arguments Author(s) See Also Examples
This function implements the function Y := ALPHA + Y where Y may be
either native double-precision valued R matrices or numeric vectors, or
double-precision valued big.matrix
objects, and ALPHA
is a scalar.
1 | dadd(Y, ALPHA, SIGN=1, ALPHA_LHS=1)
|
Y |
Requried to be either a native R |
ALPHA |
Required to be a scaler. |
SIGN |
1 for addition -1 for subtraction. |
ALPHA_LHS |
Should SIGN be multiplied by Y (default) or alpha. |
Michael J. Kane
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.