valueOf(List<Float64> elements) Returns a new vector holding the elements from the specified
collection.
Parameters: elements - the collection of floating-points numbers.
Returns the value of a floating point number from this vector (fast).
Parameters: i - the floating point number index. the value of the floating point number at i. throws: IndexOutOfBoundsException - (i < 0) || (i >= dimension())
Returns a new vector holding the elements from the specified
collection.
Parameters: elements - the collection of floating-points numbers. the vector having the specified elements.