valueOf(List<F> elements) Returns a dense vector holding the elements from the specified
collection.
Parameters: elements - the collection of vector elements.
Returns a dense vector holding the elements from the specified
collection.
Parameters: elements - the collection of vector elements. the vector having the specified elements.
Returns a dense vector equivalent to the specified vector.
Parameters: that - the vector to convert. that or a dense vector holding the same elementsas the specified vector.