matrix_chain_brute_test, a C++ code which finds the cost of the most efficient ordering to use when multiplying a sequence of matrices using brute force.
The information on this web page is distributed under the MIT license.
matrix_chain_brute, a C++ code which uses brute force to find the cost of the most efficient ordering to use when multiplying a sequence of matrices.