You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
void FloatArray::convolveFast(FloatArray operand2, FloatArray destination, ComplexFloatArray temp1, ComplexFloatArray temp2)
maybe will require a temp3 as well
The text was updated successfully, but these errors were encountered:
Let's do this but as void FastFourierTransform::convolve(FloatArray lhs, FloatArray rhs, FloatArray dest)
(use lhs / rhs for left/right operands, and other for e.g. copy constructors).
Can it not be done with one temporary complex array?
void FloatArray::convolveFast(FloatArray operand2, FloatArray destination, ComplexFloatArray temp1, ComplexFloatArray temp2)
maybe will require a temp3 as well
The text was updated successfully, but these errors were encountered: