Packages

class Array[A] extends lang.Top[Array[A]] with Ref[scala.Array[Any], Array[A]]

A one-dimensional array on the host.

Linear Supertypes
argon.lang.Top[Array[A]], Ref[scala.Array[Any], Array[A]], Exp[scala.Array[Any], Array[A]], ExpType[scala.Array[Any], spatial.lang.host.Array[A] @scala.annotation.unchecked.uncheckedVariance], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Array
  2. Top
  3. Ref
  4. Exp
  5. ExpType
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Array()(implicit arg0: Type[A])

Type Members

  1. type L = scala.Array[Any]
    Definition Classes
    Ref → Exp → ExpType

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def ++(that: Array[A]): Array[A]

    Concatenates two Arrays.

    Concatenates two Arrays. *

  5. def ++(that: Any): argon.lang.Text
    Definition Classes
    Top
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def ===(that: Any): argon.lang.Bit
    Definition Classes
    Top
  8. val A: Type[A]
  9. val __neverMutable: Boolean
    Definition Classes
    Array → ExpType
  10. val __typeArgs: Seq[Type[_]]
    Attributes
    protected
    Definition Classes
    Array → ExpType
  11. val __typeParams: Seq[Type[A]]
    Attributes
    protected
    Definition Classes
    Array → ExpType
  12. val __typePrefix: String
    Attributes
    protected
    Definition Classes
    Array → ExpType
  13. def apply(i: lang.I32): A

    Returns the element at index i.

  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. final def canEqual(that: Any): Boolean
    Definition Classes
    Ref → Equals
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def eql(that: Array[A]): lang.Bit
    Definition Classes
    Array → Top
  19. final def equals(x: Any): Boolean
    Definition Classes
    Ref → Equals → AnyRef → Any
  20. implicit val evRef: <:<[spatial.lang.host.Array[A] @scala.annotation.unchecked.uncheckedVariance, Ref[scala.Array[Any], spatial.lang.host.Array[A] @scala.annotation.unchecked.uncheckedVariance]]
    Attributes
    protected[argon]
    Definition Classes
    ExpType
  21. def exists(func: (A) ⇒ lang.Bit): lang.Bit
  22. def extract: Option[Any]
    Attributes
    protected
    Definition Classes
    Exp
  23. def filter(cond: (A) ⇒ lang.Bit): Array[A]

    Returns a new Array with all elements in this Array which satisfy the given predicate cond.

  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def flatMap[B](func: (A) ⇒ Array[B])(implicit arg0: Type[B]): Array[B]

    Returns a new Array created by concatenating the results of func applied to all elements in this Array.

  26. def fold(init: A)(rfunc: (A, A) ⇒ A): A

    Reduces the elements in this Array and the given initial value into a single element using associative function rfunc.

  27. def forall(func: (A) ⇒ lang.Bit): lang.Bit
  28. def foreach(func: (A) ⇒ lang.Void): lang.Void

    Applies the function **func** on each element in the Array.

  29. def fresh: Array[A]
    Attributes
    protected
    Definition Classes
    Array → ExpType
  30. final def from(c: Any, warnOnLoss: Boolean, errorOnLoss: Boolean, isParam: Boolean, saturating: Boolean, unbiased: Boolean): spatial.lang.host.Array[A] @scala.annotation.unchecked.uncheckedVariance
    Definition Classes
    ExpType
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def getFrom(c: Any, isParam: Boolean = false, saturating: Boolean = false, unbiased: Boolean = false): Option[(Array[A], Boolean)]
    Definition Classes
    Array → ExpType
  33. final def hashCode(): Int
    Definition Classes
    Ref → AnyRef → Any
  34. def indexOf(x: A): lang.I32
  35. def infix_!=(that: Any): argon.lang.Bit
    Definition Classes
    Top
  36. def infix_==(that: Any): argon.lang.Bit
    Definition Classes
    Top
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def length: lang.I32

    Returns the size of this Array.

  39. def map[B](func: (A) ⇒ B)(implicit arg0: Type[B]): Array[B]

    Returns a new Array created using the mapping func over each element in this Array.

  40. def max(implicit aA: lang.Num[A]): A
  41. def me: spatial.lang.host.Array[A] @scala.annotation.unchecked.uncheckedVariance
    Attributes
    protected
    Definition Classes
    ExpType
  42. def min(implicit aA: lang.Num[A]): A
  43. def mkString(start: lang.Text, delimeter: lang.Text, stop: lang.Text): lang.Text

    Returns a string representation using the given delimeter, bracketed by start and stop.

  44. def mkString(delimeter: lang.Text): lang.Text

    Returns a string representation using the given delimeter.

  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def neql(that: Array[A]): lang.Bit
    Definition Classes
    Array → Top
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. def product(implicit aA: lang.Num[A]): A
  50. def reduce(rfunc: (A, A) ⇒ A): A

    Reduces the elements in this Array into a single element using associative function rfunc.

  51. def reshape(dim0: lang.I32, dim1: lang.I32, dim2: lang.I32, dim3: lang.I32, dim4: lang.I32): Tensor5[A]
  52. def reshape(dim0: lang.I32, dim1: lang.I32, dim2: lang.I32, dim3: lang.I32): Tensor4[A]
  53. def reshape(dim0: lang.I32, dim1: lang.I32, dim2: lang.I32): Tensor3[A]
  54. def reshape(rows: lang.I32, cols: lang.I32): lang.Tensor2[A]
  55. def sum(implicit aA: lang.Num[A]): A

    Group by followed by reduce on this Array into a single element.

  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. final def toString(): String
    Definition Classes
    Ref → AnyRef → Any
  58. def toText: lang.Text
    Definition Classes
    Array → Top
  59. def toeplitz(filterdim0: lang.I32, filterdim1: lang.I32, imgdim0: lang.I32, imgdim1: lang.I32, stride0: lang.I32, stride1: lang.I32)(implicit num: lang.Num[A]): lang.Tensor2[A]
  60. def unrelated(that: Any): Unit
    Attributes
    protected
    Definition Classes
    Top
  61. def update(i: lang.I32, data: A): lang.Void

    Updates the element at index i to data.

  62. def value(c: Any): Option[(scala.Array[Any], Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  66. final def withCheck[T](x: ⇒ T)(eql: (T) ⇒ Boolean): Option[(T, Boolean)]
    Attributes
    protected
    Definition Classes
    ExpType
  67. def zip[B, C](that: Array[B])(func: (A, B) ⇒ C)(implicit arg0: Type[B], arg1: Type[C]): Array[C]

    Returns a new Array created using the pairwise mapping func over each element in this Array and the corresponding element in that.

Inherited from argon.lang.Top[Array[A]]

Inherited from Ref[scala.Array[Any], Array[A]]

Inherited from Exp[scala.Array[Any], Array[A]]

Inherited from ExpType[scala.Array[Any], spatial.lang.host.Array[A] @scala.annotation.unchecked.uncheckedVariance]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped