help-octave
[Top][All Lists]
Advanced

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

Re: Question on code usage


From: Markus Mützel
Subject: Re: Question on code usage
Date: Fri, 6 May 2022 12:45:50 +0200

Am 05. Mai 2022 um 15:17 Uhr schrieb "John Ferreira":
> Hello,
> I have legacy C software that was using an older version of Octave. I have 
> updated to the newest version of octave and I am trying to fix deprecation 
> related errors. Previous matrix code was:
> Matrix a(3,1,1);
> SVD norm(a.transpose());
> Return norm.singular_values();
>
> However it seems SVD is deprecated in 8.0.0
>
> What is the correct way to get the SVD singular values with the new version?
>
> Thank you,
> John F


It's not entirely clear what `SVD` was from the portion of the code you are 
showing. But I guess that'll probably be `octave::math::svd` now.

HTH,
Markus




reply via email to

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