| Package | Description |
|---|---|
| org.grouplens.lenskit.vectors |
Vectors (both sparse and dense) and their operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableVec
Immutable
Vec. |
class |
MutableVec
Mutable
Vec. |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableVec.add(Vec v)
Add another vector to this vector.
|
double |
Vec.dot(Vec other)
Compute the dot product of this vector with another.
|
void |
MutableVec.set(Vec v)
Copy a vector into this vector.
|
Copyright © 2013 GroupLens Research. All Rights Reserved.