edu.cmu.graphchi.util

HugeFloatMatrix

class HugeFloatMatrix extends Cloneable

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

Instance Constructors

  1. new HugeFloatMatrix(nrows: Long, ncols: Long)

  2. new HugeFloatMatrix(nrows: Long, ncols: Long, initialValue: Float)

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 add(row: Int, col: Int, delta: Float): Unit

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def binaryFilter(cutOff: Float, value: Float): Unit

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getBlockIdx(row: Int): Int

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

    Definition Classes
    AnyRef → Any
  13. def getEmptyRow(): Array[Float]

  14. def getNumRows(): Long

  15. def getRow(row: Int, arr: Array[Float]): Unit

  16. def getRowBlock(row: Int): Array[Float]

  17. def getValue(row: Int, col: Int): Float

  18. def hashCode(): Int

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

    Definition Classes
    Any
  20. def multiplyRow(row: Int, mul: Float): Unit

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

    Definition Classes
    AnyRef
  22. def normalizeSquared(col: Int): Unit

  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. def randomize(from: Float, to: Float): Unit

  26. def setColumn(col: Int, val: Float): Unit

  27. def setValue(row: Int, col: Int, val: Float): Unit

  28. def size(): Long

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

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  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( ... )
  34. def zeroLessThan(cutOff: Float): Unit

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped