matrix_chain_dynamic_test, a C code which calls matrix_chain_dynamic(), which finds the cost of the most efficient ordering to use when multiplying a sequence of matrices, using dynamic programming.
The information on this web page is distributed under the MIT license.
matrix_chain_dynamic, a C code which finds the cost of the most efficient ordering to use when multiplying a sequence of matrices, using dynamic programming.