Class: VectorN

VectorN(n, array)

new VectorN(n, array)

base class for n-dimensional vector.
Parameters:
Name Type Description
n number dimension of the vector.
array Array array of the values of the vector.
Source: