BIDMat

SMat

object SMat extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SMat
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
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 SnoRows(nr: Int, nc: Int, nnz0: Int): SMat

  5. def apply(a: Mat): SMat

  6. def apply(nrows: Int, ncols: Int, arows: IMat, acols: IMat, avals: FMat): SMat

  7. def apply(nrows: Int, ncols: Int, arows: Array[Int], acols: Array[Int], avals: Array[Float]): SMat

  8. def apply(a: SDMat): SMat

  9. def apply(a: SparseMat[Float]): SMat

  10. def apply(nr: Int, nc: Int, nnz0: Int): SMat

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val divFun: (Float, Float) ⇒ Float

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

    Definition Classes
    AnyRef
  15. val eqFun: (Float, Float) ⇒ Float

  16. def equals(arg0: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. val geFun: (Float, Float) ⇒ Float

  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. val gtFun: (Float, Float) ⇒ Float

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. val idFun: (Float) ⇒ Float

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. val leFun: (Float, Float) ⇒ Float

  25. val ltFun: (Float, Float) ⇒ Float

  26. val maxFun: (Float, Float) ⇒ Float

  27. val minFun: (Float, Float) ⇒ Float

  28. val mulFun: (Float, Float) ⇒ Float

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

    Definition Classes
    AnyRef
  30. val neFun: (Float, Float) ⇒ Float

  31. def newOrCheckSMat(nrows: Int, ncols: Int, nnz: Int, outmat: Mat, guid1: Long, guid2: Long, guid3: Long, opHash: Int): SMat

  32. def newOrCheckSMat(nrows: Int, ncols: Int, nnz: Int, outmat: Mat, guid1: Long, guid2: Long, opHash: Int): SMat

  33. def newOrCheckSMat(nrows: Int, ncols: Int, nnz: Int, outmat: Mat, guid1: Long, opHash: Int): SMat

  34. def newOrCheckSMat(nrows: Int, ncols: Int, nnz: Int, oldmat: Mat): SMat

  35. final def notify(): Unit

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

    Definition Classes
    AnyRef
  37. val powFun: (Float, Float) ⇒ Float

  38. val subFun: (Float, Float) ⇒ Float

  39. val sumFun: (Float, Float) ⇒ Float

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

    Definition Classes
    AnyRef
  41. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped