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. AnyRef
  5. 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 canAddD: BinaryOp[DenseVector[Double], DenseVector[Double], OpAdd, DenseVector[Double]]

  8. implicit val canAddIntoD: BinaryUpdateOp[DenseVector[Double], DenseVector[Double], OpAdd]

  9. implicit val canAddInto_DV_S_Double: DenseVector.canAddInto_DV_S_Double

    Definition Classes
    DenseVectorOps_Double
  10. val canAddInto_DV_V_Double: DenseVector.canAddInto_DV_V_Double

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

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

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

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

  15. implicit val canAxpy_DV_V_Double: DenseVector.canAxpy_DV_V_Double

  16. implicit val canDaxpy: CanAxpy[Double, DenseVector[Double], DenseVector[Double]]

  17. implicit val canDivInto_DV_DV_Double: DenseVector.canDivInto_DV_DV_Double

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

    Definition Classes
    DenseVectorOps_Double
  19. val canDivInto_DV_V_Double: DenseVector.canDivInto_DV_V_Double

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

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

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

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

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

  25. implicit val canDotD: BinaryOp[DenseVector[Double], DenseVector[Double], OpMulInner, Double]

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

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

  28. implicit val canModInto_DV_DV_Double: DenseVector.canModInto_DV_DV_Double

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

    Definition Classes
    DenseVectorOps_Double
  30. val canModInto_DV_V_Double: DenseVector.canModInto_DV_V_Double

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

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

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

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

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

  36. implicit val canMulMatrixInto_DV_S_Double: DenseVector.canMulMatrixInto_DV_S_Double

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

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

    Definition Classes
    DenseVectorOps_Double
  39. val canMulScalarInto_DV_V_Double: DenseVector.canMulScalarInto_DV_V_Double

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

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

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

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

  44. implicit val canPowInto_DV_DV_Double: DenseVector.canPowInto_DV_DV_Double

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

    Definition Classes
    DenseVectorOps_Double
  46. val canPowInto_DV_V_Double: DenseVector.canPowInto_DV_V_Double

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

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

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

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

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

  52. implicit val canScaleD: BinaryOp[DenseVector[Double], Double, OpMulScalar, DenseVector[Double]] { def apply(a: breeze.linalg.DenseVector[Double],b: Double): breeze.linalg.DenseVector[Double] }

  53. implicit val canScaleIntoD: BinaryUpdateOp[DenseVector[Double], Double, OpMulScalar]

  54. implicit val canSetD: BinaryUpdateOp[DenseVector[Double], DenseVector[Double], OpSet]

  55. implicit val canSetInto_DV_S_Double: DenseVector.canSetInto_DV_S_Double

    Definition Classes
    DenseVectorOps_Double
  56. val canSetInto_DV_V_Double: DenseVector.canSetInto_DV_V_Double

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

  58. implicit val canSet_DV_S_Double: BinaryOp[DenseVector[Double], Double, OpSet, DenseVector[Double]]

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

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

  61. implicit val canSubD: BinaryOp[DenseVector[Double], DenseVector[Double], OpSub, DenseVector[Double]]

  62. implicit val canSubIntoD: BinaryUpdateOp[DenseVector[Double], DenseVector[Double], OpSub]

  63. implicit val canSubInto_DV_S_Double: DenseVector.canSubInto_DV_S_Double

    Definition Classes
    DenseVectorOps_Double
  64. val canSubInto_DV_V_Double: DenseVector.canSubInto_DV_V_Double

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

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

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

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

  69. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  79. 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
  80. def pureRegistryFromUpdate_Double[Other, Op <: OpType](op: BinaryUpdateRegistry[DenseVector[Double], Other, Op])(implicit copy: CanCopy[DenseVector[Double]]): BinaryRegistry[DenseVector[Double], Other, Op, DenseVector[Double]]

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

    Definition Classes
    AnyRef
  82. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from DenseVectorOps_Double

Inherited from AnyRef

Inherited from Any

Ungrouped