Boost logo

Ublas :

Subject: Re: [ublas] Want to allocate my own C arrays
From: sandeep (padalasaisandeep_at_[hidden])
Date: 2014-08-22 02:53:09


Hello,

I am a bit new to the whole c++ thing. But i am very interested in your
answer since i am trying to use Boost::ublas and FFTW together.
I am using a 2D and 3D matrix for from ublas for reading an image. i would
like to apply fftw on this matrix and then display the image back.
I see you have done this with a 1D vector could you guide me as to how to do
it for a 2D matrix so that i can extend it to 3D also.
It will be a great help.

Thank you.