/DynamicVector

A class that provides a dynamic vector using numpy to store the values. Can access all numpy methods using a view property and includes common list functions for operating without a view. Allows for fast appending and popping of values, while retaining numpy vector operations.

Primary LanguagePythonOtherNOASSERTION

No issues in this repository yet.