Table of Contents

vectors

this is small library for representation and basic operations on multidimensional vectors. it's written in C++ using templates.

basic concepts

the basic concept is that providing point type is definition of whole space1). point is assumed to have its dimensionality and type of values (continues, discrete, etc…).

library content

following methods and classes are available:

download

here you can download Vectors library. current version is 0.1.4.

1)
note: this is true under assumption of Euclidean space