Binary operations for distributed matrix/distributed matrix and distributed matrix/vector operations.
# S4 method for ddmatrix,numeric
+(e1, e2)# S4 method for numeric,ddmatrix
+(e1, e2)
# S4 method for ddmatrix,ddmatrix
+(e1, e2)
# S4 method for ddmatrix,numeric
-(e1, e2)
# S4 method for numeric,ddmatrix
-(e1, e2)
# S4 method for ddmatrix,ddmatrix
-(e1, e2)
# S4 method for ddmatrix,missing
-(e1, e2)
# S4 method for ddmatrix,numeric
*(e1, e2)
# S4 method for numeric,ddmatrix
*(e1, e2)
# S4 method for ddmatrix,ddmatrix
*(e1, e2)
# S4 method for ddmatrix,numeric
/(e1, e2)
# S4 method for numeric,ddmatrix
/(e1, e2)
# S4 method for ddmatrix,ddmatrix
/(e1, e2)
# S4 method for ddmatrix,numeric
^(e1, e2)
# S4 method for ddmatrix,ddmatrix
^(e1, e2)
# S4 method for ddmatrix,ddmatrix
%%(e1, e2)
# S4 method for ddmatrix,numeric
%%(e1, e2)
# S4 method for numeric,ddmatrix
%%(e1, e2)
# S4 method for ddmatrix,ddmatrix
%/%(e1, e2)
# S4 method for numeric,ddmatrix
%/%(e1, e2)
# S4 method for ddmatrix,numeric
%/%(e1, e2)
numeric distributed matrices or numeric vectors
Returns a distributed matrix.
If e1
and e2
are distributed matrices, then they must be
conformable, on the same BLACS context, and have the same blocking
dimension.