OpArrayFD

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

Value members

Inherited methods

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

Maps all values from the given collection.

Maps all values from the given collection.

Inherited from
OpArray