Sha256: a0d731444f4664bca49d1fd1f1da1d284e7ad18f7782e4568cfe4ecb8c54aad0

Contents?: true

Size: 310 Bytes

Versions: 1

Compression:

Stored size: 310 Bytes

Contents

require 'narray'
require "convolver/convolver"
require "convolver/version"

module Convolver
  # Calculates float convolution of an array with a kernel
  # @param [NArray] a outer array
  # @param [NArray] b kernel
  # @return [NArray] result of convolving a with b
  # @!parse def self.convolve(a,b); end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
convolver-0.0.1 lib/convolver.rb