BIDMat

ND

abstract class ND extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ND
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ND(_dims: Array[Int])

Abstract Value Members

  1. abstract def apply(i1: IMat, i2: IMat, i3: IMat, i4: IMat, i5: IMat, i6: IMat, i7: IMat, i8: IMat): ND

  2. abstract def apply(i1: IMat, i2: IMat, i3: IMat, i4: IMat, i5: IMat, i6: IMat, i7: IMat): ND

  3. abstract def apply(i1: IMat, i2: IMat, i3: IMat, i4: IMat, i5: IMat, i6: IMat): ND

  4. abstract def apply(i1: IMat, i2: IMat, i3: IMat, i4: IMat, i5: IMat): ND

  5. abstract def apply(i1: IMat, i2: IMat, i3: IMat, i4: IMat): ND

  6. abstract def apply(i1: IMat, i2: IMat, i3: IMat): ND

  7. abstract def apply(i1: IMat, i2: IMat): ND

  8. abstract def apply(jj: Array[IMat]): ND

  9. abstract def apply(jj: List[IMat]): ND

  10. abstract def apply(ii: IMat): FMat

  11. abstract def apply(i1: Int, i2: Int, i3: Int, i4: Int, i5: Int, i6: Int, i7: Int, i8: Int): Float

  12. abstract def apply(i1: Int, i2: Int, i3: Int, i4: Int, i5: Int, i6: Int, i7: Int): Float

  13. abstract def apply(i1: Int, i2: Int, i3: Int, i4: Int, i5: Int, i6: Int): Float

  14. abstract def apply(i1: Int, i2: Int, i3: Int, i4: Int, i5: Int): Float

  15. abstract def apply(i1: Int, i2: Int, i3: Int, i4: Int): Float

  16. abstract def apply(i1: Int, i2: Int, i3: Int): Float

  17. abstract def apply(i1: Int, i2: Int): Float

  18. abstract def apply(pos: Array[Int]): Float

  19. abstract def apply(pos: List[Int]): Float

  20. abstract def apply(indx: Int): Float

  21. abstract def update(i1: IMat, i2: IMat, i3: IMat, i4: IMat, i5: IMat, i6: IMat, i7: IMat, i8: IMat, v: Float): ND

  22. abstract def update(i1: IMat, i2: IMat, i3: IMat, i4: IMat, i5: IMat, i6: IMat, i7: IMat, v: Float): ND

  23. abstract def update(i1: IMat, i2: IMat, i3: IMat, i4: IMat, i5: IMat, i6: IMat, v: Float): ND

  24. abstract def update(i1: IMat, i2: IMat, i3: IMat, i4: IMat, i5: IMat, v: Float): ND

  25. abstract def update(i1: IMat, i2: IMat, i3: IMat, i4: IMat, v: Float): ND

  26. abstract def update(i1: IMat, i2: IMat, i3: IMat, v: Float): ND

  27. abstract def update(i1: IMat, i2: IMat, v: Float): ND

  28. abstract def update(i1: IMat, i2: IMat, i3: IMat, i4: IMat, i5: IMat, i6: IMat, i7: IMat, i8: IMat, vv: ND): ND

  29. abstract def update(i1: IMat, i2: IMat, i3: IMat, i4: IMat, i5: IMat, i6: IMat, i7: IMat, vv: ND): ND

  30. abstract def update(i1: IMat, i2: IMat, i3: IMat, i4: IMat, i5: IMat, i6: IMat, vv: ND): ND

  31. abstract def update(i1: IMat, i2: IMat, i3: IMat, i4: IMat, i5: IMat, vv: ND): ND

  32. abstract def update(i1: IMat, i2: IMat, i3: IMat, i4: IMat, vv: ND): ND

  33. abstract def update(i1: IMat, i2: IMat, i3: IMat, vv: ND): ND

  34. abstract def update(i1: IMat, i2: IMat, vv: ND): ND

  35. abstract def update(i1: Int, i2: Int, i3: Int, i4: Int, i5: Int, i6: Int, i7: Int, i8: Int, v: Float): ND

  36. abstract def update(i1: Int, i2: Int, i3: Int, i4: Int, i5: Int, i6: Int, i7: Int, v: Float): ND

  37. abstract def update(i1: Int, i2: Int, i3: Int, i4: Int, i5: Int, i6: Int, v: Float): ND

  38. abstract def update(i1: Int, i2: Int, i3: Int, i4: Int, i5: Int, v: Float): ND

  39. abstract def update(i1: Int, i2: Int, i3: Int, i4: Int, v: Float): ND

  40. abstract def update(i1: Int, i2: Int, i3: Int, v: Float): ND

  41. abstract def update(i1: Int, i2: Int, v: Float): ND

  42. abstract def update(inds: IMat, vv: FMat): ND

  43. abstract def update(indx: Int, v: Float): ND

Concrete 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 GUID: Long

  5. val _dims: Array[Int]

    Attributes
    protected
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def dim(i: Int): Int

  9. def dims: IMat

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. final val length: Int

  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def setGUID(v: Long): Unit

  21. def size(): Int

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped