object LUT
- Alphabetic
- By Inheritance
- LUT
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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.
-
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.
-
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.
-
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
xcols
elements of type A. -
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. -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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 ",".
-
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 ",".
-
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 ",".
-
def
fromFile[A](rows: Int, cols: Int)(filename: String)(implicit arg0: lang.Bits[A]): LUT2[A]
Allocates a 2-dimensional LUT2 with
rows
xcols
and elements of type A.Allocates a 2-dimensional LUT2 with
rows
xcols
and elements of type A. Elements are read from csv file at compile time with delimiter ",". -
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 ",". -
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.
-
def
fromSeq[A](elems: Seq[Seq[lang.Bits[A]]])(implicit arg0: lang.Bits[A]): LUT2[A]
Allocates a 2-dimensional LUT2 with
rows
xcols
elements of type A. -
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. -
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.
-
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.
-
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.
-
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
xcols
elements of type A. -
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )