Re: eigenvalues/geev

Rene van Paassen <[email protected]> Wed, 11 May 2005 12:22:55 +0200
Newsgroups gmane.comp.lib.mtl.devel
Organization Delft University of Technology, Aerospace Engineering
Message-ID <[email protected]>
On Wed, 2005-05-11 at 11:39, Michael Nielsen wrote:
> I'm having trouble getting it working, this is my setup:
> 
> mtl::dense1D< std::complex > w(3);


> 
> It results in error C3203: 'complex' : class template invalid as template 
> argument for template parameter 'T', expected a real type. I more or less 
> copy-pasted the example from the home page, but i still get that error.

This is a pretty accurate error message. How about using the class

std::complex<double>

instead of the class template std::complex ?

-- 
M.M. (René) van Paassen                 M.M.vanPaassen at LR.TUDelft.nl
Associate Professor                                tel. +31 15 278 5370
Faculty of Aerospace Engineering                   fax. +31 15 278 6480
Kluijverweg 1, NL-2629 HS  Delft         Delft University of Technology
         >>>>>>>>>>>> http://www.cs.lr.tudelft.nl <<<<<<<<<<<<
[

_______________________________________________
This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/