pbdDMAT (version 0.5-0)

arithmetic: Arithmetic Operators

Description

Binary operations for distributed matrix/distributed matrix and distributed matrix/vector operations.

Usage

# 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)

Arguments

e1, e2

numeric distributed matrices or numeric vectors

Value

Returns a distributed matrix.

Details

If e1 and e2 are distributed matrices, then they must be conformable, on the same BLACS context, and have the same blocking dimension.