VectorSpace:
Filter:
VectorSpace/Overviews (extension) | Math

VectorSpace
ExtensionExtension

vectors and vector valued functions

Work in progress. Released under GNU GPL V3 license.

Classes

Vectorvector of any dimension
Vector2D2D vector - optimized for speed
Vector3D3D vector - optimized for speed
ScalarFieldA function that takes a vector and returns a real valued number.
BlobFieldA scalar field defined by a set of gaussian functions.
VectFieldFA function that takes a vector and returns a vector. This class defines the vector field as a function of the type { |vector,t| anotherVector }
VectFieldThis class defines the vector field as an array of functions of the type { |vector,t| float }.