com.nicta.scoobi.lib

LinearAlgebra

object LinearAlgebra

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LinearAlgebra
  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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  12. def matrixByDenseFunc[V, Value, Q](matrix: DMatrix[Int, Value], generateRow: () ⇒ Seq[V], mult: (Value, V) ⇒ Q, add: Reduction[Q])(implicit arg0: WireFormat[V], arg1: WireFormat[Value], arg2: WireFormat[Q]): DMatrix[Int, Q]

  13. def matrixByMatrix[Elem, V, Value, Q](l: DMatrix[Elem, Value], r: DMatrix[Elem, V], mult: (Value, V) ⇒ Q, add: Reduction[Q])(implicit arg0: WireFormat[Elem], arg1: Ordering[Elem], arg2: WireFormat[V], arg3: WireFormat[Value], arg4: WireFormat[Q]): DMatrix[Elem, Q]

  14. def matrixByMatrixTimeoutWorkaround[Elem, V, Value, Q](l: DMatrix[Elem, Value], r: DMatrix[Elem, V], mult: (Value, V) ⇒ Q, add: Reduction[Q])(implicit arg0: WireFormat[Elem], arg1: Ordering[Elem], arg2: WireFormat[V], arg3: WireFormat[Value], arg4: WireFormat[Q]): DMatrix[Elem, Q]

  15. def matrixBySparseFunc[Elem, V, Value, Q](matrix: DMatrix[Elem, Value], generateRow: () ⇒ Map[Elem, V], mult: (Value, V) ⇒ Q, add: Reduction[Q])(implicit arg0: WireFormat[Elem], arg1: Ordering[Elem], arg2: WireFormat[V], arg3: WireFormat[Value], arg4: WireFormat[Q]): DMatrix[Elem, Q]

  16. def matrixByVector[Elem, V, Value, Q](l: DMatrix[Elem, Value], r: DVector[Elem, V], mult: (Value, V) ⇒ Q, add: Reduction[Q])(implicit arg0: WireFormat[Elem], arg1: Ordering[Elem], arg2: WireFormat[V], arg3: WireFormat[Value], arg4: WireFormat[Q], arg5: Ordering[Q]): DVector[Elem, Q]

  17. def matrixByVector[Elem, T, V, R](m: DRowWiseMatrix[Elem, T], dv: InMemVector[Elem, V], mult: (T, V) ⇒ R, add: Reduction[R])(implicit arg0: WireFormat[Elem], arg1: Ordering[Elem], arg2: WireFormat[T], arg3: WireFormat[V], arg4: WireFormat[R]): InMemVector[Elem, R]

  18. def matrixByVector[T, V, R](m: DRowWiseMatrix[Int, T], dv: InMemDenseVector[V], zero: R, mult: (T, V) ⇒ R, add: Reduction[R])(implicit tm: WireFormat[T], vm: WireFormat[V], rm: WireFormat[R]): InMemDenseVector[R]

  19. def matrixByVector[T, V, R](m: DMatrix[Int, T], dv: InMemDenseVector[V], zero: R, mult: (T, V) ⇒ R, add: Reduction[R])(implicit arg0: WireFormat[T], arg1: WireFormat[V], arg2: WireFormat[R]): InMemDenseVector[R]

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

    Definition Classes
    AnyRef
  21. final def notify(): Unit

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

    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. def vectorByMatrix[Elem, V, Value, Q](l: DVector[Elem, Value], r: DMatrix[Elem, V], mult: (Value, V) ⇒ Q, add: Reduction[Q])(implicit arg0: WireFormat[Elem], arg1: Ordering[Elem], arg2: WireFormat[V], arg3: WireFormat[Value], arg4: WireFormat[Q], arg5: Ordering[Q]): DVector[Elem, Q]

  26. def vectorByMatrix[T, V, R](dv: InMemDenseVector[V], m: DMatrix[Int, T], zero: R, mult: (V, T) ⇒ R, add: Reduction[R])(implicit arg0: WireFormat[T], arg1: WireFormat[V], arg2: WireFormat[R]): InMemDenseVector[R]

  27. def vectorByMatrix[Elem, T, V, R](dv: InMemVector[Elem, T], m: DColWiseMatrix[Elem, V], zero: R, mult: (T, V) ⇒ R, add: Reduction[R])(implicit arg0: WireFormat[Elem], arg1: Ordering[Elem], arg2: WireFormat[T], arg3: WireFormat[V], arg4: WireFormat[R]): InMemVector[Elem, R]

  28. def vectorByMatrix[T, V, R](dv: InMemDenseVector[V], m: DColWiseMatrix[Int, T], zero: R, mult: (V, T) ⇒ R, add: Reduction[R])(implicit arg0: WireFormat[T], arg1: WireFormat[V], arg2: WireFormat[R]): InMemDenseVector[R]

  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped