breeze.linalg

DenseVector_SpecialOps

trait DenseVector_SpecialOps extends DenseVectorOps_Double

Self Type
DenseVector.type
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DenseVector_SpecialOps
  2. DenseVectorOps_Double
  3. DenseVectorOps_Double_Generic
  4. DenseVector_GenericOps
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class canAddInto_DV_S_Double extends BinaryUpdateOp[DenseVector[Double], Double, OpAdd]

    Definition Classes
    DenseVectorOps_Double
  2. class canAddInto_DV_V_Double extends BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpAdd]

  3. class canAxpy_DV_V_Double extends CanAxpy[Double, Vector[Double], DenseVector[Double]]

  4. class canDivInto_DV_DV_Double extends BinaryUpdateOp[DenseVector[Double], DenseVector[Double], OpDiv]

    Definition Classes
    DenseVectorOps_Double
  5. class canDivInto_DV_S_Double extends BinaryUpdateOp[DenseVector[Double], Double, OpDiv]

    Definition Classes
    DenseVectorOps_Double
  6. class canDivInto_DV_V_Double extends BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpDiv]

  7. class canModInto_DV_DV_Double extends BinaryUpdateOp[DenseVector[Double], DenseVector[Double], OpMod]

    Definition Classes
    DenseVectorOps_Double
  8. class canModInto_DV_S_Double extends BinaryUpdateOp[DenseVector[Double], Double, OpMod]

    Definition Classes
    DenseVectorOps_Double
  9. class canModInto_DV_V_Double extends BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpMod]

  10. class canMulMatrixInto_DV_S_Double extends BinaryUpdateOp[DenseVector[Double], Double, OpMulMatrix]

    Definition Classes
    DenseVectorOps_Double
  11. class canMulScalarInto_DV_DV_Double extends BinaryUpdateOp[DenseVector[Double], DenseVector[Double], OpMulScalar]

    Definition Classes
    DenseVectorOps_Double
  12. class canMulScalarInto_DV_V_Double extends BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpMulScalar]

  13. class canPowInto_DV_DV_Double extends BinaryUpdateOp[DenseVector[Double], DenseVector[Double], OpPow]

    Definition Classes
    DenseVectorOps_Double
  14. class canPowInto_DV_S_Double extends BinaryUpdateOp[DenseVector[Double], Double, OpPow]

    Definition Classes
    DenseVectorOps_Double
  15. class canPowInto_DV_V_Double extends BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpPow]

  16. class canSetInto_DV_S_Double extends BinaryUpdateOp[DenseVector[Double], Double, OpSet]

    Definition Classes
    DenseVectorOps_Double
  17. class canSetInto_DV_V_Double extends BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpSet]

  18. class canSubInto_DV_S_Double extends BinaryUpdateOp[DenseVector[Double], Double, OpSub]

    Definition Classes
    DenseVectorOps_Double
  19. class canSubInto_DV_V_Double extends BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpSub]

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. implicit val canAddInto_DV_S_Double: DenseVector.canAddInto_DV_S_Double

    Definition Classes
    DenseVectorOps_Double
  8. val canAddInto_DV_V_Double: DenseVector.canAddInto_DV_V_Double

  9. implicit def canAddInto_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryUpdateOp[A, B, OpAdd]

  10. implicit val canAdd_DV_S_Double: BinaryOp[DenseVector[Double], Double, OpAdd, DenseVector[Double]]

    Definition Classes
    DenseVectorOps_Double
  11. val canAdd_DV_V_Double: BinaryRegistry[DenseVector[Double], Vector[Double], OpAdd, DenseVector[Double]]

  12. implicit def canAdd_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryOp[A, B, OpAdd, DenseVector[Double]]

  13. implicit val canAxpy_DV_V_Double: DenseVector.canAxpy_DV_V_Double

  14. implicit val canDivInto_DV_DV_Double: DenseVector.canDivInto_DV_DV_Double

    Definition Classes
    DenseVectorOps_Double
  15. implicit val canDivInto_DV_S_Double: DenseVector.canDivInto_DV_S_Double

    Definition Classes
    DenseVectorOps_Double
  16. val canDivInto_DV_V_Double: DenseVector.canDivInto_DV_V_Double

  17. implicit def canDivInto_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryUpdateOp[A, B, OpDiv]

  18. implicit val canDiv_DV_DV_Double: BinaryOp[DenseVector[Double], DenseVector[Double], OpDiv, DenseVector[Double]]

    Definition Classes
    DenseVectorOps_Double
  19. implicit val canDiv_DV_S_Double: BinaryOp[DenseVector[Double], Double, OpDiv, DenseVector[Double]]

    Definition Classes
    DenseVectorOps_Double
  20. val canDiv_DV_V_Double: BinaryRegistry[DenseVector[Double], Vector[Double], OpDiv, DenseVector[Double]]

  21. implicit def canDiv_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryOp[A, B, OpDiv, DenseVector[Double]]

  22. implicit val canDot_DV_DV_Float: BinaryOp[DenseVector[Float], DenseVector[Float], OpMulInner, Float]

  23. implicit val canDot_DV_DV_Int: BinaryOp[DenseVector[Int], DenseVector[Int], OpMulInner, Int]

  24. implicit def canGaxpy[V](implicit arg0: Semiring[V]): CanAxpy[V, DenseVector[V], DenseVector[V]]

    Definition Classes
    DenseVector_GenericOps
  25. implicit val canModInto_DV_DV_Double: DenseVector.canModInto_DV_DV_Double

    Definition Classes
    DenseVectorOps_Double
  26. implicit val canModInto_DV_S_Double: DenseVector.canModInto_DV_S_Double

    Definition Classes
    DenseVectorOps_Double
  27. val canModInto_DV_V_Double: DenseVector.canModInto_DV_V_Double

  28. implicit def canModInto_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryUpdateOp[A, B, OpMod]

  29. implicit val canMod_DV_DV_Double: BinaryOp[DenseVector[Double], DenseVector[Double], OpMod, DenseVector[Double]]

    Definition Classes
    DenseVectorOps_Double
  30. implicit val canMod_DV_S_Double: BinaryOp[DenseVector[Double], Double, OpMod, DenseVector[Double]]

    Definition Classes
    DenseVectorOps_Double
  31. val canMod_DV_V_Double: BinaryRegistry[DenseVector[Double], Vector[Double], OpMod, DenseVector[Double]]

  32. implicit def canMod_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryOp[A, B, OpMod, DenseVector[Double]]

  33. implicit val canMulMatrixInto_DV_S_Double: DenseVector.canMulMatrixInto_DV_S_Double

    Definition Classes
    DenseVectorOps_Double
  34. implicit val canMulMatrix_DV_S_Double: BinaryOp[DenseVector[Double], Double, OpMulMatrix, DenseVector[Double]]

    Definition Classes
    DenseVectorOps_Double
  35. implicit val canMulScalarInto_DV_DV_Double: DenseVector.canMulScalarInto_DV_DV_Double

    Definition Classes
    DenseVectorOps_Double
  36. val canMulScalarInto_DV_V_Double: DenseVector.canMulScalarInto_DV_V_Double

  37. implicit def canMulScalarInto_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryUpdateOp[A, B, OpMulScalar]

  38. implicit val canMulScalar_DV_DV_Double: BinaryOp[DenseVector[Double], DenseVector[Double], OpMulScalar, DenseVector[Double]]

    Definition Classes
    DenseVectorOps_Double
  39. val canMulScalar_DV_V_Double: BinaryRegistry[DenseVector[Double], Vector[Double], OpMulScalar, DenseVector[Double]]

  40. implicit def canMulScalar_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryOp[A, B, OpMulScalar, DenseVector[Double]]

  41. implicit val canPowInto_DV_DV_Double: DenseVector.canPowInto_DV_DV_Double

    Definition Classes
    DenseVectorOps_Double
  42. implicit val canPowInto_DV_S_Double: DenseVector.canPowInto_DV_S_Double

    Definition Classes
    DenseVectorOps_Double
  43. val canPowInto_DV_V_Double: DenseVector.canPowInto_DV_V_Double

  44. implicit def canPowInto_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryUpdateOp[A, B, OpPow]

  45. implicit val canPow_DV_DV_Double: BinaryOp[DenseVector[Double], DenseVector[Double], OpPow, DenseVector[Double]]

    Definition Classes
    DenseVectorOps_Double
  46. implicit val canPow_DV_S_Double: BinaryOp[DenseVector[Double], Double, OpPow, DenseVector[Double]]

    Definition Classes
    DenseVectorOps_Double
  47. val canPow_DV_V_Double: BinaryRegistry[DenseVector[Double], Vector[Double], OpPow, DenseVector[Double]]

  48. implicit def canPow_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryOp[A, B, OpPow, DenseVector[Double]]

  49. implicit val canSetInto_DV_S_Double: DenseVector.canSetInto_DV_S_Double

    Definition Classes
    DenseVectorOps_Double
  50. val canSetInto_DV_V_Double: DenseVector.canSetInto_DV_V_Double

  51. implicit def canSetInto_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryUpdateOp[A, B, OpSet]

  52. implicit def canSet_DV_DV_Generic[V]: BinaryUpdateOp[DenseVector[V], DenseVector[V], OpSet]

    Definition Classes
    DenseVector_GenericOps
  53. implicit def canSet_DV_Generic[V]: BinaryUpdateOp[DenseVector[V], V, OpSet]

    Definition Classes
    DenseVector_GenericOps
  54. implicit val canSet_DV_S_Double: BinaryOp[DenseVector[Double], Double, OpSet, DenseVector[Double]]

    Definition Classes
    DenseVectorOps_Double
  55. val canSet_DV_V_Double: BinaryRegistry[DenseVector[Double], Vector[Double], OpSet, DenseVector[Double]]

  56. implicit def canSet_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryOp[A, B, OpSet, DenseVector[Double]]

  57. implicit val canSubInto_DV_S_Double: DenseVector.canSubInto_DV_S_Double

    Definition Classes
    DenseVectorOps_Double
  58. val canSubInto_DV_V_Double: DenseVector.canSubInto_DV_V_Double

  59. implicit def canSubInto_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryUpdateOp[A, B, OpSub]

  60. implicit val canSub_DV_S_Double: BinaryOp[DenseVector[Double], Double, OpSub, DenseVector[Double]]

    Definition Classes
    DenseVectorOps_Double
  61. val canSub_DV_V_Double: BinaryRegistry[DenseVector[Double], Vector[Double], OpSub, DenseVector[Double]]

  62. implicit def canSub_DV_V_Double_def[A <: DenseVector[Double], B <: Vector[Double]]: BinaryOp[A, B, OpSub, DenseVector[Double]]

  63. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  73. def pureFromUpdate_Double[Other, Op <: OpType](op: BinaryUpdateOp[DenseVector[Double], Other, Op])(implicit copy: CanCopy[DenseVector[Double]]): BinaryOp[DenseVector[Double], Other, Op, DenseVector[Double]]

    Definition Classes
    DenseVectorOps_Double
  74. def pureRegistryFromUpdate_Double[Other, Op <: OpType](op: BinaryUpdateRegistry[DenseVector[Double], Other, Op])(implicit copy: CanCopy[DenseVector[Double]]): BinaryRegistry[DenseVector[Double], Other, Op, DenseVector[Double]]

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

    Definition Classes
    AnyRef
  76. def toString(): String

    Definition Classes
    AnyRef → Any
  77. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DenseVectorOps_Double

Inherited from DenseVector_GenericOps

Inherited from AnyRef

Inherited from Any

Ungrouped