Create a VectorD from one or more values (repeated values Double*).
Create a VectorD from one or more values (repeated values Double*).
the first double
the rest of the doubles
Return a VectorD containing a sequence of increasing integers in a range.
Return a VectorD containing a sequence of increasing integers in a range.
the start value of the vector, inclusive
the end value of the vector, exclusive (i.e., the first value not returned)
Companion object for VectorD class.