Packages

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).

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

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
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  6. def correlateLoopNoOverhang[Input, KernelType, Output](data: Input, kernel: KernelType, range: Range)(implicit canCorrelateNoOverhang: CanCorrelateNoOverhang[Input, KernelType, Output]): Output
  7. implicit val correlateLoopNoOverhangRangeInt: CanCorrelateNoOverhang[DenseVector[Int], DenseVector[Int], DenseVector[Int]]
  8. implicit val correlateLoopNoOverhangRangeT_Double: CanCorrelateNoOverhang[DenseVector[Double], DenseVector[Double], DenseVector[Double]]
  9. implicit val correlateLoopNoOverhangRangeT_Float: CanCorrelateNoOverhang[DenseVector[Float], DenseVector[Float], DenseVector[Float]]
  10. implicit val correlateLoopNoOverhangRangeT_Long: CanCorrelateNoOverhang[DenseVector[Long], DenseVector[Long], DenseVector[Long]]
  11. implicit val dvT1DConvolve_Double: CanConvolve[DenseVector[Double], DenseVector[Double], DenseVector[Double]]
  12. implicit val dvT1DConvolve_Float: CanConvolve[DenseVector[Float], DenseVector[Float], DenseVector[Float]]
  13. implicit val dvT1DConvolve_Int: CanConvolve[DenseVector[Int], DenseVector[Int], DenseVector[Int]]
  14. implicit val dvT1DConvolve_Long: CanConvolve[DenseVector[Long], DenseVector[Long], DenseVector[Long]]
  15. implicit val dvTKernel1DConvolve_Double: CanConvolve[DenseVector[Double], FIRKernel1D[Double], DenseVector[Double]]
  16. implicit val dvTKernel1DConvolve_Float: CanConvolve[DenseVector[Float], FIRKernel1D[Float], DenseVector[Float]]
  17. implicit val dvTKernel1DConvolve_Int: CanConvolve[DenseVector[Int], FIRKernel1D[Int], DenseVector[Int]]
  18. implicit val dvTKernel1DConvolve_Long: CanConvolve[DenseVector[Long], FIRKernel1D[Long], DenseVector[Long]]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def logger: LazyLogger
    Attributes
    protected
    Definition Classes
    SerializableLogging
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  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
    @native() @throws( ... )
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SerializableLogging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped