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.
我打算为大序列做一个类似needleman-wunsch 算法或smith-watterman 算法的算法。所以我需要一种方法来创建不同大小的矩阵,所以我的问题是哪个库在这方面给了我最好的性能并且易于使用。
PS:我知道 OpenCV 和 Boost 可以处理矩阵,但我不知道是否有好的操作。
如果“最好的性能”是要求,那你就得看 NVIDIA CUDA 或 Intel MKL 了。像 C++ 这样的库提升 uBLAS 的重点不是性能,而是可用性。