mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
added inlines to a bunch of functions
This commit is contained in:
@@ -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: */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user