什么是最好的矩阵乘法算法? [英] What is the best matrix multiplication algorithm?

查看:20
本文介绍了什么是最好的矩阵乘法算法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最好的矩阵乘法算法是什么?对我来说最好的"是什么意思?这意味着速度最快,适合当今的机器.

如果可以,请提供伪代码链接.

解决方案

BLAS 是最好的即用型高效矩阵乘法库.有许多不同的实现.这是我在配备双核 Intel Core 2 Duo 2.66 GHz 的 MacBook Pro 上为某些实现所做的基准测试:

What is the best matrix multiplication algorithm? What means 'the best'for me? It means the fastest and ready for todays machines.

Please give links to pseudocode if you can.

解决方案

BLAS is the best ready-to-use efficient matrix multiplication library. There are many different implementation. Here is a benchmark I made for some implementations on a MacBook Pro with dual-core Intel Core 2 Duo 2.66 GHz :

There are also other commercial implementations that I didn't test here :

这篇关于什么是最好的矩阵乘法算法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆