object LUT

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LUT
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[A](d0: Int, d1: Int, d2: Int, d3: Int, d4: Int)(elems: lang.Bits[A]*)(implicit arg0: lang.Bits[A]): LUT5[A]

    Allocates a 5-dimensional LUT5 with the given dimensions and elements of type A.

  5. def apply[A](d0: Int, d1: Int, d2: Int, d3: Int)(elems: lang.Bits[A]*)(implicit arg0: lang.Bits[A]): LUT4[A]

    Allocates a 4-dimensional LUT4 with the given dimensions and elements of type A.

  6. def apply[A](d0: Int, d1: Int, d2: Int)(elems: lang.Bits[A]*)(implicit arg0: lang.Bits[A]): LUT3[A]

    Allocates a 3-dimensional LUT3 with the given dimensions and elements of type A.

  7. def apply[A](rows: Int, cols: Int)(elems: lang.Bits[A]*)(implicit arg0: lang.Bits[A]): LUT2[A]

    Allocates a 2-dimensional LUT2 with rows x cols elements of type A.

  8. def apply[A](length: Int)(elems: lang.Bits[A]*)(implicit arg0: lang.Bits[A]): LUT1[A]

    Allocates a 1-dimensional LUT1 with capacity of length elements of type A.

  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromFile[A](d0: Int, d1: Int, d2: Int, d3: Int, d4: Int)(filename: String)(implicit arg0: lang.Bits[A]): LUT5[A]

    Allocates a 5-dimensional LUT5 with the given dimensions and elements of type A.

    Allocates a 5-dimensional LUT5 with the given dimensions and elements of type A. Elements are read from csv file at compile time with delimiter ",".

  15. def fromFile[A](d0: Int, d1: Int, d2: Int, d3: Int)(filename: String)(implicit arg0: lang.Bits[A]): LUT4[A]

    Allocates a 4-dimensional LUT4 with the given dimensions and elements of type A.

    Allocates a 4-dimensional LUT4 with the given dimensions and elements of type A. Elements are read from csv file at compile time with delimiter ",".

  16. def fromFile[A](d0: Int, d1: Int, d2: Int)(filename: String)(implicit arg0: lang.Bits[A]): LUT3[A]

    Allocates a 3-dimensional LUT3 with the given dimensions and elements of type A.

    Allocates a 3-dimensional LUT3 with the given dimensions and elements of type A. Elements are read from csv file at compile time with delimiter ",".

  17. def fromFile[A](rows: Int, cols: Int)(filename: String)(implicit arg0: lang.Bits[A]): LUT2[A]

    Allocates a 2-dimensional LUT2 with rows x cols and elements of type A.

    Allocates a 2-dimensional LUT2 with rows x cols and elements of type A. Elements are read from csv file at compile time with delimiter ",".

  18. def fromFile[A](length: Int)(filename: String)(implicit arg0: lang.Bits[A]): LUT1[A]

    Allocates a 1-dimensional LUT1 with capacity of length and elements of type A.

    Allocates a 1-dimensional LUT1 with capacity of length and elements of type A. Elements are read from csv file at compile time with delimiter ",".

  19. def fromSeq[A](elems: Seq[Seq[Seq[lang.Bits[A]]]])(implicit arg0: lang.Bits[A]): LUT3[A]

    Allocates a 3-dimensional LUT3 with the given dimensions and elements of type A.

  20. def fromSeq[A](elems: Seq[Seq[lang.Bits[A]]])(implicit arg0: lang.Bits[A]): LUT2[A]

    Allocates a 2-dimensional LUT2 with rows x cols elements of type A.

  21. def fromSeq[A](elems: Seq[lang.Bits[A]])(implicit arg0: lang.Bits[A]): LUT1[A]

    Allocates a 1-dimensional LUT1 with capacity of length elements of type A.

  22. def fromSeq[A](d0: Int, d1: Int, d2: Int, d3: Int, d4: Int)(elems: Seq[lang.Bits[A]])(implicit arg0: lang.Bits[A]): LUT5[A]

    Allocates a 5-dimensional LUT5 with the given dimensions and elements of type A.

  23. def fromSeq[A](d0: Int, d1: Int, d2: Int, d3: Int)(elems: Seq[lang.Bits[A]])(implicit arg0: lang.Bits[A]): LUT4[A]

    Allocates a 4-dimensional LUT4 with the given dimensions and elements of type A.

  24. def fromSeq[A](d0: Int, d1: Int, d2: Int)(elems: Seq[lang.Bits[A]])(implicit arg0: lang.Bits[A]): LUT3[A]

    Allocates a 3-dimensional LUT3 with the given dimensions and elements of type A.

  25. def fromSeq[A](rows: Int, cols: Int)(elems: Seq[lang.Bits[A]])(implicit arg0: lang.Bits[A]): LUT2[A]

    Allocates a 2-dimensional LUT2 with rows x cols elements of type A.

  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped