OpArrayFF

object OpArrayFF extends OpArray[Float, Float]
class OpArray[Float, Float]
trait CanZipMapValues[Array[Float], Float, Float, Array[Float]]
class Object
trait Matchable
class Any

Value members

Inherited methods

def map(from: Array[Float], from2: Array[Float], fn: (Float, Float) => Float): Array[Float]

Maps all values from the given collection.

Maps all values from the given collection.

Inherited from
OpArray