at.iem.sysson.Implicits

SyRichArray

implicit final class SyRichArray extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SyRichArray
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SyRichArray(peer: Array)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def double1D: Vec[Double]

  6. def double1Diterator: Iterator[Double]

  7. def elementType: Class[_]

  8. def float1D: Vec[Float]

  9. def float1Diterator: Iterator[Float]

  10. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  11. def int1D: Vec[Int]

  12. def isDouble: Boolean

  13. def isFloat: Boolean

  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. def isInt: Boolean

  16. def minmax(fillValue: Float): (Double, Double)

  17. def minmax: (Double, Double)

  18. val peer: Array

  19. def rank: Int

  20. def scaled1D(scale: (Double) ⇒ Double): Vec[Float]

  21. def shape: Vec[Int]

  22. def size: Long

  23. def toString(): String

    Definition Classes
    Any

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped