HalfVector constructor

const HalfVector(
  1. List<double> _vec
)

Creates a new HalfVector from a list of double values.

Implementation

const HalfVector(this._vec);