Vector constructor

const Vector(
  1. List<double> _vec
)

Creates a new Vector from a list of double values.

Implementation

const Vector(this._vec);