OpArrayDD

object OpArrayDD extends OpArray[Double, Double]
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Maps all values from the given collection.

Maps all values from the given collection.

Inherited from:
OpArray