OpArrayCC

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

Value members

Inherited methods

def map(from: Array[Complex], fn: 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], fn: Complex => Complex): Array[Complex]
Definition Classes
Inherited from
OpArray