Package | Description |
---|---|
org.apache.reef.examples.group.utils.math |
Math utilities for Group Communication.
|
Modifier and Type | Method and Description |
---|---|
static DenseVector |
DenseVector.rand(int size)
Creates a random Vector of size 'size' where each element is individually.
|
static DenseVector |
DenseVector.rand(int size,
Random random)
Creates a random Vector of size 'size' where each element is individually.
|
Constructor and Description |
---|
DenseVector(DenseVector other) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.