Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 OS X 和 iOS 下使用 Apple 的 vDSP 原语有很好的经验。
http://developer.apple.com/library/mac/#documentation/Accelerate/Reference/vDSPRef/Reference/reference.html
现在我正在尝试将一些依赖于 vDSP 的代码移植到 Linux,我想知道是否有任何等价物可以内置到标准库之一中。
虽然目前没有任何与vDSP匹配的库,但您可以探索多种替代方案。我脑海中浮现出一对:
我个人的建议是Eigen。