使用 Accelerate (CLAPACK) 求解增广矩阵?
有谁知道在 Accelerate (CLAPACK) 中使用什么函数/方法来求解如下所示的增广矩阵?寻找任何示例代码、示例链接、有关如何求解矩阵的提示。我一直在浏览文档,但大多数事情都与更复杂的图形系统有关,并且有数百种看似相似的方法。
____ ____
| |
| 4 3 -1 | 2 |
| -2 3 8 | 0 |
| 0 2 6 | -1 |
|____ ____|
Does anyone know what function/method to use in Accelerate (CLAPACK) to solve an augmented matrix such as the one below? Looking for any sample code, links to samples, hints on how to solve the matrix. I've been looking through the documentation but most everything has to do with more complex graphical systems and there are hundreds of seemingly similar methods.
____ ____
| |
| 4 3 -1 | 2 |
| -2 3 8 | 0 |
| 0 2 6 | -1 |
|____ ____|
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编译并运行:
Compile and run: