| Class | Description |
|---|---|
| ABt |
Calculate AB'
|
| AewB |
Element-wise DRM-DRM operations
|
| AewScalar |
Element-wise DRM-Scalar operations
|
| AewUnary |
MapBlock operator.
|
| At |
Calculate A' (transpose)
|
| AtA |
Calculate A'A
|
| AtB |
Calculate A'B
|
| Atx |
Calculate A'x (where x is an in-core Vector)
|
| Ax |
Calculate Ax (where x is an in-core Vector)
|
| Cbind |
R-like cbind like operator, on two DRMs
|
| CbindScalar |
R-like cbind like operator, on a DRM and a new column containing
the given scalar value.
|
| MapBlock |
MapBlock operator.
|
| Par |
Parallelize operator.
|
| Rbind |
R-like rbind like operator, on two DRMs
|
| RowRange |
Filter operation
|
| TimesRightMatrix |
Multiple DRM with in-core Matrix
|
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.