Uses of Class
org.la4j.vector.VectorFactory
-
Packages that use VectorFactory Package Description org.la4j org.la4j.vector org.la4j.vector.dense org.la4j.vector.sparse -
-
Uses of VectorFactory in org.la4j
Fields in org.la4j declared as VectorFactory Modifier and Type Field 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
Methods in org.la4j with parameters of type VectorFactory Modifier and Type Method Description <T extends Vector>
TVector. to(VectorFactory<T> factory)
Converts this vector using the givenfactory
. -
Uses of VectorFactory in org.la4j.vector
Methods in org.la4j.vector with parameters of type VectorFactory Modifier and Type Method Description <T extends Vector>
TSparseVector. to(VectorFactory<T> factory)
-
Uses of VectorFactory in org.la4j.vector.dense
Methods in org.la4j.vector.dense with parameters of type VectorFactory Modifier and Type Method Description <T extends Vector>
TBasicVector. to(VectorFactory<T> factory)
-
Uses of VectorFactory in org.la4j.vector.sparse
Methods in org.la4j.vector.sparse with parameters of type VectorFactory Modifier and Type Method Description <T extends Vector>
TCompressedVector. to(VectorFactory<T> factory)
-