矩阵链相乘 - 引用次数:1参考来源 - 一种动态编程法解决矩阵链相乘问题 A Dynamic Programming Approach to Solve Matrix Chain Multiplication
·2,447,543篇论文数据,部分数据来源于NoteExpress
Matrix chain multiplication
abstract:Matrix chain multiplication is an optimization problem which is that can be solved using dynamic programming. Given a sequence of matrices, we want to find the most efficient way to multiply these matrices together.