Spark 3.5.5 ScalaDoc - org.apache.spark.mllib.linalg.Matrix (original) (raw)

sealed trait Matrix extends Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Matrix

  2. Serializable

  3. Serializable

  4. AnyRef

  5. Any

  6. Hide All

  7. Show All

Abstract Value Members

  1. abstract def apply(i: Int, j: Int): Double
  2. abstract def asML: ml.linalg.Matrix
  3. abstract def colIter: Iterator[Vector]
  4. abstract def copy: Matrix
  5. abstract def numActives: Int
  6. abstract def numCols: Int
  7. abstract def numNonzeros: Int
  8. abstract def numRows: Int
  9. abstract def transpose: Matrix

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. final def eq(arg0: AnyRef): Boolean
  7. def equals(arg0: Any): Boolean
  8. def finalize(): Unit
  9. final def getClass(): Class[_]
  10. def hashCode(): Int
  11. final def isInstanceOf[T0]: Boolean
  12. val isTransposed: Boolean
  13. def multiply(y: Vector): DenseVector
  14. def multiply(y: DenseVector): DenseVector
  15. def multiply(y: DenseMatrix): DenseMatrix
  16. final def ne(arg0: AnyRef): Boolean
  17. final def notify(): Unit
  18. final def notifyAll(): Unit
  19. def rowIter: Iterator[Vector]
  20. final def synchronized[T0](arg0: ⇒ T0): T0
  21. def toArray: Array[Double]
  22. def toString(maxLines: Int, maxLineWidth: Int): String
  23. def toString(): String
  24. final def wait(): Unit
  25. final def wait(arg0: Long, arg1: Int): Unit
  26. final def wait(arg0: Long): Unit

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped