Scalar.all constructor

Scalar.all(
  1. double val
)

Implementation

factory Scalar.all(double val) => Scalar(val, val, val, val);