scale# Vector.scale(fac, copy=True)[source]# Scale the vector. Parameters: facfloatThe scaling factor. copybool, default TrueIf True, return a copy of the original vector, otherwise scale in-place. Returns: scaled_vectorVectorThe scaled vector.