matrix_chain_dynamic_test, an Octave code 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, an Octave code which uses dynamic programming to find the cost of the most efficient ordering to use when multiplying a sequence of matrices.