OpArraySD

object OpArraySD extends OpArray[Short, Double]
class OpArray[Short, Double]
trait CanZipMapValues[Array[Short], Short, Double, Array[Double]]
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Maps all values from the given collection.

Maps all values from the given collection.

Inherited from
OpArray