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.BASIC
static final VectorFactory
<BasicVector> Vectors.DENSE
-
Uses of BasicVector in org.la4j.vector.dense
Methods in org.la4j.vector.dense that return BasicVectorModifier and TypeMethodDescriptionstatic BasicVector
BasicVector.constant
(int length, double value) static BasicVector
BasicVector.fromArray
(double[] array) Creates a newBasicVector
from the givenarray
w/o copying the underlying array.static BasicVector
BasicVector.fromBinary
(byte[] array) DecodesBasicVector
from the given bytearray
.static BasicVector
BasicVector.fromCollection
(Collection<? extends Number> list) Creates newBasicVector
fromstatic BasicVector
ParsesBasicVector
from the given CSV string.static BasicVector
Creates newBasicVector
from index-value mapstatic BasicVector
BasicVector.fromMatrixMarket
(String mm) ParsesBasicVector
from the given Matrix Market string.static BasicVector
static BasicVector
BasicVector.unit
(int length) Creates an unitBasicVector
of the givenlength
.static BasicVector
BasicVector.zero
(int length) Creates a zeroBasicVector
of the givenlength
.