Uses of Class
org.la4j.vector.dense.BasicVector
Packages that use BasicVector
-
Uses of BasicVector in org.la4j
Fields in org.la4j with type parameters of type BasicVectorModifier and TypeFieldDescriptionstatic final VectorFactory<BasicVector> Vectors.BASICstatic final VectorFactory<BasicVector> Vectors.DENSE -
Uses of BasicVector in org.la4j.vector.dense
Methods in org.la4j.vector.dense that return BasicVectorModifier and TypeMethodDescriptionstatic BasicVectorBasicVector.constant(int length, double value) static BasicVectorBasicVector.fromArray(double[] array) Creates a newBasicVectorfrom the givenarrayw/o copying the underlying array.static BasicVectorBasicVector.fromBinary(byte[] array) DecodesBasicVectorfrom the given bytearray.static BasicVectorBasicVector.fromCollection(Collection<? extends Number> list) Creates newBasicVectorfromstatic BasicVectorParsesBasicVectorfrom the given CSV string.static BasicVectorCreates newBasicVectorfrom index-value mapstatic BasicVectorBasicVector.fromMatrixMarket(String mm) ParsesBasicVectorfrom the given Matrix Market string.static BasicVectorstatic BasicVectorBasicVector.unit(int length) Creates an unitBasicVectorof the givenlength.static BasicVectorBasicVector.zero(int length) Creates a zeroBasicVectorof the givenlength.