SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.vector.doubles

Interface Summary
Vector A Euclidean vector is a geometric object that has both a magnitude/length and direction.
 

Class Summary
ImmutableVector A read-only view of a Vector instance.
IsVector This class collects the utility functions to validate input arguments for vector operations.
 

Exception Summary
IsVector.SizeMismatch This exception should be thrown when a vector operation is performed on two vectors with different sizes.
IsVector.VectorAccessException This exception should be thrown if any invalid access to a Vector instance is detected.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.