VectorType
- Type of Vector created by the VectorFactory.public abstract class SparseVectorFactory<VectorType extends Vector> extends VectorFactory<VectorType>
DEFAULT_DENSE_INSTANCE, DEFAULT_SPARSE_INSTANCE
Constructor and Description |
---|
SparseVectorFactory() |
Modifier and Type | Method and Description |
---|---|
static SparseVectorFactory<? extends Vector> |
getDefault()
Gets the default instance.
|
copyArray, copyArray, copyMap, copyValues, copyValues, copyVector, createGaussianRandom, createUniformRandom, createUniformRandom, createVector, createVector, createVector1D, createVector1D, createVector2D, createVector2D, createVector3D, createVector3D, createVectorCapacity, getAssociatedMatrixFactory, getDenseDefault, getSparseDefault
public static SparseVectorFactory<? extends Vector> getDefault()