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