mapInline

inline fun NDBuffer<Double>.mapInline(crossinline transform: RealField.(Double) -> Double): NDBuffer<Double>

Map one NDBuffer using function without indices.