Uses of Class
io.bhagat.math.linearalgebra.Vector.VectorIndex
-
Packages that use Vector.VectorIndex Package Description io.bhagat.math.linearalgebra A package for storing linear algebra -
-
Uses of Vector.VectorIndex in io.bhagat.math.linearalgebra
Methods in io.bhagat.math.linearalgebra with parameters of type Vector.VectorIndex Modifier and Type Method Description voidVector. get(Vector.VectorIndex vectorIndex)Gets data from an index using the VectorIndex object and stores the value into this objectvoidVector. set(Vector.VectorIndex vectorIndex)Set a value in the vector using a VectorIndexMethod parameters in io.bhagat.math.linearalgebra with type arguments of type Vector.VectorIndex Modifier and Type Method Description VectorVector. mapWithIndex(Function<Vector.VectorIndex,java.lang.Double> function)maps a function onto each element in the vector
-