Uses of Class
ch.nolix.base.math.algebra.Vector
Packages that use Vector
-
Uses of Vector in ch.nolix.base.math.algebra
Fields in ch.nolix.base.math.algebra declared as VectorMethods in ch.nolix.base.math.algebra that return VectorModifier and TypeMethodDescriptionstatic VectorVector.fromArray(double[] values) Vector[]Matrix.getColumnVectors()Vector.getProduct(double factor) Vector[]Matrix.getRowVectors()Matrix.toVector()Polynom.toVector()static VectorVector.withValues(double... values) Methods in ch.nolix.base.math.algebra with parameters of type Vector