Packages

package linalg

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. linalg
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class BDMConverter extends AnyRef
  2. implicit class BDVConverter extends AnyRef
  3. type DMatrix = Dataset[MatrixEntry]
  4. implicit class DMatrixConverter extends AnyRef
  5. type DVector = Dataset[VectorEntry]
  6. implicit class DVectorConverter extends AnyRef
  7. implicit class DataFrameConverter extends AnyRef
  8. case class MatrixEntry(i: Long, j: Long, value: Double) extends Product with Serializable
  9. trait MatrixOps[TMatrix, TVector] extends AnyRef
  10. case class VectorEntry(i: Long, value: Double) extends Product with Serializable
  11. trait VectorOps[T] extends AnyRef

Value Members

  1. object BzMatrixOps extends MatrixOps[DenseMatrix[Double], DenseVector[Double]]
  2. object BzVectorOps extends VectorOps[DenseVector[Double]]
  3. object DMatrixOps extends MatrixOps[DMatrix, DVector]
  4. object DVectorOps extends VectorOps[DVector]

Inherited from AnyRef

Inherited from Any

Ungrouped