| Package | Description |
|---|---|
| org.grouplens.lenskit.vectors |
Vectors (both sparse and dense) and their operations.
|
| Modifier and Type | Method and Description |
|---|---|
static MutableVec |
MutableVec.create(int dim)
Create a new mutable vector with the specified size.
|
MutableVec |
Vec.mutableCopy()
Get a mutable copy of this vector.
|
static MutableVec |
MutableVec.wrap(double[] data)
Create a new vector wrapping an existing array.
|
Copyright © 2013 GroupLens Research. All Rights Reserved.