| Class | Description |
|---|---|
| Vector |
A vector of doubles that allows for a number of vector-vector and
vector-scalar algebraic operations, including:
sum of vectors (--> vector)
product of vectors (--> scalar)
product by scalar (--> vector)
division by scalar (--> vector)
Properties of the vector ---magnitude, max, min, argmax, and argmin---
are available as well.
|