matcutest_load#
- matcutest_load(problem_name)
matcutest_load coverts the MatCUTEst problem name to a Problem class instance.
problem = matcutest_load(problem_name) returns a Problem class instance problem that corresponds to the problem named problem_name in MatCUTEst. More details about MatCUTEst can be found in the official website <matcutest>.
You may use the function matcutest_select to get the problem names you want.
Note that MatCUTEst is only available in Linux.