shlInPlace

open fun shlInPlace(other: F64Array)

Shifts each element in the array to the left by the elements in another array in place. The values of both arrays are first cast to integers before the operation.

Parameters

other

the other array, must have the same shape as this array


open fun shlInPlace(other: Int)

Shifts each element in the array to the left by a scalar in place. The values are first cast to integers before the operation.

Parameters

other

the scalar