Packages

c

cc.drx

DrxArrayDouble

class DrxArrayDouble extends AnyRef

Source
collection.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DrxArrayDouble
  2. AnyRef
  3. Any
Implicitly
  1. by richDrxAny
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DrxArrayDouble(xs: Array[Double])

Type Members

  1. type D = Double
  2. type Ds = Array[D]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def *(s: D): Ds
  4. def *(ys: Ds): D
  5. def +(ys: Ds): Ds
  6. def -(ys: Ds): Ds
  7. def ->[B](y: B): (DrxArrayDouble, B)
    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toArrowAssoc[DrxArrayDouble] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def /(s: D): Ds
  9. def :*(ys: Ds): Ds
  10. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def applyIf(t: Boolean, f: (DrxArrayDouble) => DrxArrayDouble): DrxArrayDouble
    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toDrxAny[DrxArrayDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  12. def applyIf(t: (DrxArrayDouble) => Boolean)(f: (DrxArrayDouble) => DrxArrayDouble): DrxArrayDouble

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toDrxAny[DrxArrayDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. def dist(ys: Ds): Double
  16. def elementOf(xs: Set[DrxArrayDouble]): Boolean
    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toDrxAny[DrxArrayDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  17. def ensuring(cond: (DrxArrayDouble) => Boolean, msg: => Any): DrxArrayDouble
    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toEnsuring[DrxArrayDouble] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (DrxArrayDouble) => Boolean): DrxArrayDouble
    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toEnsuring[DrxArrayDouble] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: => Any): DrxArrayDouble
    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toEnsuring[DrxArrayDouble] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): DrxArrayDouble
    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toEnsuring[DrxArrayDouble] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toStringFormat[DrxArrayDouble] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def noneIf(f: (DrxArrayDouble) => Boolean): Option[DrxArrayDouble]
    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toDrxAny[DrxArrayDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  30. def norm: D
  31. def normSq: D
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def optionIf(f: (DrxArrayDouble) => Boolean): Option[DrxArrayDouble]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toDrxAny[DrxArrayDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  35. def pnorm(p: Double): D
  36. def preApply[B](f: (DrxArrayDouble) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toDrxAny[DrxArrayDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  37. def sideEffect(f: (DrxArrayDouble) => Unit): DrxArrayDouble

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toDrxAny[DrxArrayDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  38. def someIf(f: (DrxArrayDouble) => Boolean): Option[DrxArrayDouble]
    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toDrxAny[DrxArrayDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. val thisAny: DrxArrayDouble
    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toDrxAny[DrxArrayDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  41. def toByteArray: Array[Byte]
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def unit: Ds
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toany2stringadd[DrxArrayDouble] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (drxArrayDouble: any2stringadd[DrxArrayDouble]).+(other)
    Definition Classes
    any2stringadd

Deprecated Value Members

  1. def ?>(f: (DrxArrayDouble) => Boolean): Option[DrxArrayDouble]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toDrxAny[DrxArrayDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def |>[B](f: (DrxArrayDouble) => B): B
    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toDrxAny[DrxArrayDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  3. def [B](y: B): (DrxArrayDouble, B)
    Implicit
    This member is added by an implicit conversion from DrxArrayDouble toArrowAssoc[DrxArrayDouble] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromDrxArrayDouble to DrxAny[DrxArrayDouble]

Inherited by implicit conversion any2stringadd fromDrxArrayDouble to any2stringadd[DrxArrayDouble]

Inherited by implicit conversion StringFormat fromDrxArrayDouble to StringFormat[DrxArrayDouble]

Inherited by implicit conversion Ensuring fromDrxArrayDouble to Ensuring[DrxArrayDouble]

Inherited by implicit conversion ArrowAssoc fromDrxArrayDouble to ArrowAssoc[DrxArrayDouble]

Ungrouped