Package dev.nm.algebra.linear.vector
-
Exception Summary Exception Description VectorAccessException This is the exception thrown when any invalid access to aVector
instance is detected, e.g., out-of-range index.VectorSizeMismatch This is the exception thrown when an operation is performed on two vectors with different sizes.