GitHub / ScottBoyce-Python / 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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScottBoyce-Python%2FDynamicVector
Stars: 1
Forks: 0
Open issues: 0
License: other
Language: Python
Size: 41 KB
Dependencies parsed at: Pending
Created at: 8 months ago
Updated at: 5 months ago
Pushed at: 5 months ago
Last synced at: 5 months ago
Topics: dynamic-array, dynamic-array-numpy