Object/Trait

breeze.signal.support

CanConvolve

Related Docs: trait CanConvolve | package support

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

    Permalink
  7. implicit val correlateLoopNoOverhangRangeInt: CanCorrelateNoOverhang[DenseVector[Int], DenseVector[Int], DenseVector[Int]]

    Permalink
  8. implicit val correlateLoopNoOverhangRangeT_Double: CanCorrelateNoOverhang[DenseVector[Double], DenseVector[Double], DenseVector[Double]]

    Permalink
  9. implicit val correlateLoopNoOverhangRangeT_Float: CanCorrelateNoOverhang[DenseVector[Float], DenseVector[Float], DenseVector[Float]]

    Permalink
  10. implicit val correlateLoopNoOverhangRangeT_Long: CanCorrelateNoOverhang[DenseVector[Long], DenseVector[Long], DenseVector[Long]]

    Permalink
  11. implicit val dvT1DConvolve_Double: CanConvolve[DenseVector[Double], DenseVector[Double], DenseVector[Double]]

    Permalink
  12. implicit val dvT1DConvolve_Float: CanConvolve[DenseVector[Float], DenseVector[Float], DenseVector[Float]]

    Permalink
  13. implicit val dvT1DConvolve_Int: CanConvolve[DenseVector[Int], DenseVector[Int], DenseVector[Int]]

    Permalink
  14. implicit val dvT1DConvolve_Long: CanConvolve[DenseVector[Long], DenseVector[Long], DenseVector[Long]]

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

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

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

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

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  25. def logger: LazyLogger

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

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SerializableLogging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped