Re: Want to allocate my own C arrays
sandeep <[email protected]>
| Newsgroups | gmane.comp.lib.boost.ublas |
|---|---|
| Message-ID | <[email protected]> |
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.