OpArrayFF

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

Value members

Inherited methods

def transform(from: Array[Float], fn: Float => Float): Unit

Transforms all values from the given collection.

Transforms all values from the given collection.

Inherited from:
OpArray
def transformActive(from: Array[Float], fn: Float => Float): Unit

Transforms all active key-value pairs from the given collection.

Transforms all active key-value pairs from the given collection.

Inherited from:
OpArray