Concatenate scalar 'b' and vector 'u'.
Concatenate scalar 'b' and vector 'u'.
the scalar to be concatenated - first part
the vector to be concatenated - second part
Create a VectorD from an array of Strings.
Create a VectorD from an array of Strings.
the array of the Strings
Create a VectorD from one or more values (repeated values String*).
Create a VectorD from one or more values (repeated values String*).
the first String
the rest of the Strings
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
Cretae a one vector (all elements are one) of length 'size'.
Cretae a one vector (all elements are one) of length 'size'.
the size of the vector
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)
The
VectorD
object is the companion object for theVectorD
class.