OpArrayCC

object OpArrayCC extends OpArray[Complex, Complex]
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Maps all values from the given collection.

Maps all values from the given collection.

Inherited from:
OpArray
override def mapActive(from: Array[Complex], from2: Array[Complex], fn: (Int, Complex, Complex) => Complex): Array[Complex]
Definition Classes
Inherited from:
OpArray