breeze.signal

support

package support

Visibility
  1. Public
  2. All

Type Members

  1. trait CanConvolve[InputType, OutputType] extends AnyRef

    Construction delegate trait for convolving type InputType.

  2. trait CanHaarTransform[InputType, OutputType] extends AnyRef

    Construction delegate for getting the FHT of a value of type InputType.

  3. trait CanInverseHaarTransform[InputType, OutputType] extends AnyRef

    Construction delegate for getting the IFHT of a value of type InputType.

Value Members

  1. object CanConvolve

    Construction delegate for convolving type InputType.

  2. object CanHaarTransform

    Construction delegate for getting the FHT of a value of type InputType.

  3. object CanInverseHaarTransform

    Construction delegate for getting the inverse FHT of a value of type InputType.

  4. object JTransformsSupport

    This class encapsulates convenience methods to use the JTransforms package.

  5. object convolveLoopNoOverhang extends UFunc

  6. object correlateLoopNoOverhang extends UFunc

Ungrouped