Vector1D.fromDouble constructor

Vector1D.fromDouble(
  1. double x
)

Implementation

factory Vector1D.fromDouble(double x) => Vector1D(x: x);