octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: convn with real and complex data


From: John W. Eaton
Subject: Re: convn with real and complex data
Date: Fri, 28 Mar 2008 13:50:45 -0400

On 28-Mar-2008, Søren Hauberg wrote:

| > F__convn__ function might be something we can generalize and share as
| > I think that might be a fairly common structure in Octave.
| The reason I implemented 'convn' was because I had just implemented
| N-dimensional ordered filtering in the 'image' package. This problem
| almost has the same structure as convolution, so I figured I might as
| well implement convolution. So yes, this might be a fairly common
| structure.

I meant the dispatching on complex and real types in the F__convn__
function itself, not the structure of the actual computation of the
convolution in your template function.

jwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]