breeze.signal.support

CanConvolve

object CanConvolve extends SerializableLogging

Construction delegate for convolving type InputType. Implementation details (especially option arguments) may be added in the future, so it is recommended not to call these implicit delegates directly. Instead, use convolve(x: DenseVector).

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CanConvolve
  2. SerializableLogging
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait CanCorrelateNoOverhang[Input, KernelType, Output] extends AnyRef

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. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def correlateLoopNoOverhang[Input, KernelType, Output](data: Input, kernel: KernelType, range: Range)(implicit canCorrelateNoOverhang: CanCorrelateNoOverhang[Input, KernelType, Output]): Output

  9. implicit val correlateLoopNoOverhangRangeInt: CanCorrelateNoOverhang[DenseVector[Int], DenseVector[Int], DenseVector[Int]]

  10. implicit val correlateLoopNoOverhangRangeT_Double: CanCorrelateNoOverhang[DenseVector[Double], DenseVector[Double], DenseVector[Double]]

  11. implicit val correlateLoopNoOverhangRangeT_Float: CanCorrelateNoOverhang[DenseVector[Float], DenseVector[Float], DenseVector[Float]]

  12. implicit val correlateLoopNoOverhangRangeT_Long: CanCorrelateNoOverhang[DenseVector[Long], DenseVector[Long], DenseVector[Long]]

  13. implicit val dvT1DConvolve_Double: CanConvolve[DenseVector[Double], DenseVector[Double], DenseVector[Double]]

  14. implicit val dvT1DConvolve_Float: CanConvolve[DenseVector[Float], DenseVector[Float], DenseVector[Float]]

  15. implicit val dvT1DConvolve_Int: CanConvolve[DenseVector[Int], DenseVector[Int], DenseVector[Int]]

  16. implicit val dvT1DConvolve_Long: CanConvolve[DenseVector[Long], DenseVector[Long], DenseVector[Long]]

  17. implicit val dvTKernel1DConvolve_Double: CanConvolve[DenseVector[Double], FIRKernel1D[Double], DenseVector[Double]]

  18. implicit val dvTKernel1DConvolve_Float: CanConvolve[DenseVector[Float], FIRKernel1D[Float], DenseVector[Float]]

  19. implicit val dvTKernel1DConvolve_Int: CanConvolve[DenseVector[Int], FIRKernel1D[Int], DenseVector[Int]]

  20. implicit val dvTKernel1DConvolve_Long: CanConvolve[DenseVector[Long], FIRKernel1D[Long], DenseVector[Long]]

  21. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  27. def logger: LazyLogger

    Attributes
    protected
    Definition Classes
    SerializableLogging
  28. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SerializableLogging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped