Added the exception handling to where it was needed. It was added to the first and third implementations of Broadcasting in multiplying two arrays. It handles the cases in which the two arrays that are to be multiplied have shapes that cannot be broadcasted into eachother.
Added the exception handling to where it was needed. It was added to the first and third implementations of Broadcasting in multiplying two arrays. It handles the cases in which the two arrays that are to be multiplied have shapes that cannot be broadcasted into eachother.