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
- Alphabetic
- By Inheritance
Inherited
- CanConvolve
- SerializableLogging
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait CanCorrelateNoOverhang[Input, KernelType, Output] extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def correlateLoopNoOverhang[Input, KernelType, Output](data: Input, kernel: KernelType, range: Range)(implicit canCorrelateNoOverhang: CanCorrelateNoOverhang[Input, KernelType, Output]): Output
- implicit val correlateLoopNoOverhangRangeInt: CanCorrelateNoOverhang[DenseVector[Int], DenseVector[Int], DenseVector[Int]]
- implicit val correlateLoopNoOverhangRangeT_Double: CanCorrelateNoOverhang[DenseVector[Double], DenseVector[Double], DenseVector[Double]]
- implicit val correlateLoopNoOverhangRangeT_Float: CanCorrelateNoOverhang[DenseVector[Float], DenseVector[Float], DenseVector[Float]]
- implicit val correlateLoopNoOverhangRangeT_Long: CanCorrelateNoOverhang[DenseVector[Long], DenseVector[Long], DenseVector[Long]]
- implicit val dvT1DConvolve_Double: CanConvolve[DenseVector[Double], DenseVector[Double], DenseVector[Double]]
- implicit val dvT1DConvolve_Float: CanConvolve[DenseVector[Float], DenseVector[Float], DenseVector[Float]]
- implicit val dvT1DConvolve_Int: CanConvolve[DenseVector[Int], DenseVector[Int], DenseVector[Int]]
- implicit val dvT1DConvolve_Long: CanConvolve[DenseVector[Long], DenseVector[Long], DenseVector[Long]]
- implicit val dvTKernel1DConvolve_Double: CanConvolve[DenseVector[Double], FIRKernel1D[Double], DenseVector[Double]]
- implicit val dvTKernel1DConvolve_Float: CanConvolve[DenseVector[Float], FIRKernel1D[Float], DenseVector[Float]]
- implicit val dvTKernel1DConvolve_Int: CanConvolve[DenseVector[Int], FIRKernel1D[Int], DenseVector[Int]]
- implicit val dvTKernel1DConvolve_Long: CanConvolve[DenseVector[Long], FIRKernel1D[Long], DenseVector[Long]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: LazyLogger
- Attributes
- protected
- Definition Classes
- SerializableLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])