BIDMat

SparseMat

object SparseMat

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SparseMat
  2. AnyRef
  3. 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 apply[T](nr: Int, nc: Int, nnz0: Int)(implicit manifest: Manifest[T], numeric: Numeric[T]): SparseMat[T]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compressInds(coli: Array[Int], ncols: Int, out: Array[Int], nnz0: Int): Array[Int]

  8. def decInds(inds: Array[Int]): Array[Int]

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  14. def incInds(inds: Array[Int]): Array[Int]

  15. def incInds(inds: Array[Int], out: Array[Int]): Array[Int]

  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def newOrCheck[T](nr: Int, nc: Int, nnz0: Int, outmat: Mat, norows: Boolean, guid1: Long, guid2: Long, guid3: Long, opHash: Int)(implicit manifest: Manifest[T], numeric: Numeric[T]): SparseMat[T]

  19. def newOrCheck[T](nr: Int, nc: Int, nnz0: Int, outmat: Mat, norows: Boolean, guid1: Long, guid2: Long, opHash: Int)(implicit manifest: Manifest[T], numeric: Numeric[T]): SparseMat[T]

  20. def newOrCheck[T](nr: Int, nc: Int, nnz0: Int, outmat: Mat, norows: Boolean, matGuid: Long, opHash: Int)(implicit manifest: Manifest[T], numeric: Numeric[T]): SparseMat[T]

  21. def newOrCheck[T](nr: Int, nc: Int, nnz: Int, oldmat: Mat, norows: Boolean = false)(implicit manifest: Manifest[T], numeric: Numeric[T]): SparseMat[T]

  22. def noRows[T](nr: Int, nc: Int, nnz0: Int)(implicit manifest: Manifest[T], numeric: Numeric[T]): SparseMat[T]

  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. def remdups[T](rows: Array[Int], cols: Array[Int], avals: Array[T])(implicit manifest: Manifest[T], numeric: Numeric[T]): Int

  26. def sparseImpl[T](rows: Array[Int], cols: Array[Int], vals: Array[T], nrows: Int, ncols: Int, nnz: Int)(implicit manifest: Manifest[T], numeric: Numeric[T]): SparseMat[T]

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

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. def uncompressInds(coli: Array[Int], ncols: Int, rowi: Array[Int]): Array[Int]

  30. def uncompressInds(coli: Array[Int], ncols: Int, rowi: Array[Int], outx: Array[Int]): Array[Int]

  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped