Lines Matching full:template
1 // This file is part of Eigen, a lightweight C++ template library
65 * transform. This facilitates generic template programming by obviating
76 //template <typename T> typedef struct internal::fftw_impl default_fft_impl; this does not work
77 template <typename T> struct default_fft_impl : public internal::fftw_impl<T> {};
84 template <typename T> struct default_fft_impl : public internal::imklfft_impl {};
91 template <typename T>
100 template<typename T_SrcMat,typename T_FftIfc> struct fft_fwd_proxy;
101 template<typename T_SrcMat,typename T_FftIfc> struct fft_inv_proxy;
104 template<typename T_SrcMat,typename T_FftIfc>
109 template<typename T_SrcMat,typename T_FftIfc>
116 template<typename T_SrcMat,typename T_FftIfc>
124 template<typename T_DestMat> void evalTo(T_DestMat& dst) const;
136 template<typename T_SrcMat,typename T_FftIfc>
144 template<typename T_DestMat> void evalTo(T_DestMat& dst) const;
157 template <typename T_Scalar,
208 template <typename _Input>
219 template<typename InputDerived, typename ComplexDerived>
255 template<typename InputDerived>
263 template<typename InputDerived>
287 template<typename OutputDerived, typename ComplexDerived>
347 template <typename _Output>
373 template <typename T_Data>
402 template<typename T_SrcMat,typename T_FftIfc>
403 template<typename T_DestMat> inline
409 template<typename T_SrcMat,typename T_FftIfc>
410 template<typename T_DestMat> inline