invoke

operator fun (Double) -> Double.invoke(elementND: BufferND<Double>): BufferND<Double>

Element by element application of any operation on elements to the whole array. Just like in numpy.

Sources

Link copied to clipboard