added inlines to a bunch of functions

This commit is contained in:
Mark Borgerding
2009-10-31 00:13:22 -04:00
parent 4c3345364e
commit ec70f8006b
3 changed files with 366 additions and 346 deletions

View File

@@ -166,6 +166,7 @@
m_plans.clear();
}
// complex-to-complex forward FFT
inline
void fwd( Complex * dst,const Complex *src,int nfft)
{
@@ -208,3 +209,5 @@
return m_plans[key];
}
};
/* vim: set filetype=cpp et sw=2 ts=2 ai: */