| Package | Description |
|---|---|
| org.la4j | |
| org.la4j.vector | |
| org.la4j.vector.dense | |
| org.la4j.vector.sparse |
| Modifier and Type | Field and Description |
|---|---|
static VectorFactory<BasicVector> |
Vectors.BASIC |
static VectorFactory<CompressedVector> |
Vectors.COMPRESSED |
static VectorFactory<BasicVector> |
Vectors.DENSE |
static VectorFactory<?>[] |
Vectors.FACTORIES |
static VectorFactory<CompressedVector> |
Vectors.SPARSE |
| Modifier and Type | Method and Description |
|---|---|
<T extends Vector> |
Vector.to(VectorFactory<T> factory)
Converts this vector using the given
factory. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Vector> |
SparseVector.to(VectorFactory<T> factory) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Vector> |
BasicVector.to(VectorFactory<T> factory) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Vector> |
CompressedVector.to(VectorFactory<T> factory) |
Copyright © 2015. All rights reserved.