calculate the V from A = USVt in objective-C with SVD from LAPACK in xcode

泪湿孤枕 提交于 2019-11-29 12:57:12

I solved it! the problem i was having was the way multidimensional array A was calculated and translated into a one-dimensional array. Because Lapacks input is always one-dimensional it seems :)

i edited my question with the working code.

Have fun with the working code in objective-c! i used it in my first MAC's Xcode 4.4 project with ARC!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!