[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Question on code usage
From: |
John Ferreira |
Subject: |
Question on code usage |
Date: |
Thu, 5 May 2022 09:17:02 -0400 |
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
- Question on code usage,
John Ferreira <=