octave-maintainers
[Top][All Lists]
Advanced

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

Re: no matching function for call to 'Array<std::complex<double> >::Arra


From: siko1056
Subject: Re: no matching function for call to 'Array<std::complex<double> >::Array(octave_idx_type&, int)'
Date: Fri, 21 Nov 2014 05:37:52 -0800 (PST)

Hello,

While compiling on Debian Jessie, I don't face these problems. An easy fix
for all these occurrences is to use an undeprecated constructor:

 Array<Complex> wsave (nn, 1);
 Array<Complex> wsave (dim_vector (nn, 1));

Do you compile on Windows or alike? I really can't explain how you trigger
all these compiler errors.

Kai



--
View this message in context: 
http://octave.1599824.n4.nabble.com/no-matching-function-for-call-to-Array-std-complex-double-Array-octave-idx-type-int-tp4667408p4667410.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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