discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Using Eigen C++ template library in GNURADIO


From: Nasi
Subject: [Discuss-gnuradio] Using Eigen C++ template library in GNURADIO
Date: Wed, 08 Mar 2017 09:18:35 +0300

Dear members,

does anyone know how to use Eigen C++ template library in GNURADIO?

my OS is Ubuntu 16.04 lts.
gnuradio version 3.7.10,

I can use it separately as c++ library by adding these lines:

#include <eigen3/Eigen/Core>
#include <eigen3/Eigen/QR>
#include <eigen3/Eigen/Dense>

...
VectorXcf fftshiftXcf(VectorXcf x, int NFFT);
...
//----------------------------------------------------------

however, in gnuradio project, I get the error:

error: ‘VectorXcf’ does not name a type
VectorXcf fftshiftXcf(VectorXcf x, int NFFT);



--
NE
reply via email to

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