norm# VectorArray.norm(copy=True)[source]# Return the vectors normalized to 1. Parameters: copybool, default TrueIf True, return a copy of the vector, otherwise normalize all vectors in place. Returns: normalized_vectorsVectorArray