Uses of Class
io.bhagat.math.linearalgebra.Vector.InvalidLengthException
-
Packages that use Vector.InvalidLengthException Package Description io.bhagat.math.linearalgebra A package for storing linear algebra -
-
Uses of Vector.InvalidLengthException in io.bhagat.math.linearalgebra
Methods in io.bhagat.math.linearalgebra that throw Vector.InvalidLengthException Modifier and Type Method Description doubleVector. dot(Vector vector)performs the dot product with another vectorstatic doubleVector. dot(Vector a, Vector b)static dot product function that calls the dot function of a vector
-