OpArrayFF

object OpArrayFF extends OpArray[Float, 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