object CanConvolve extends SerializableLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CanConvolve
- SerializableLogging
- Serializable
- 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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- 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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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( ... ) @native()
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )