Name Date Size #Lines LOC

..--

more_wild_probs/H--1,6711,630

output/H--77

ProblemFinalize.mH A D06-Sep-20211.6 KiB5444

ProblemInitialize.mH A D22-Mar-20201.1 KiB3224

READMEH A D02-Nov-2023466 126

TestingFinalize.mH A D22-Mar-2020216 74

TestingInitialize.mH A D02-Nov-2023605 1812

TestingPlot.mH A D02-Nov-2023964 2923

makefileH A D21-Oct-2025327 94

matlab_ls_test.cH A D22-Sep-20245.9 KiB169125

README

1
2Here is the list of problems where we have issues:
3
4  24 - fails on destroy with an object in an invalid state; succeeds with nf_const = 50
5  33, 34, 35, 40, 42, 49 - fails due to inf -- the MATLAB function evaluation is not causing it.
6  18, 27, 28, 36, 47, 50, 51 - slow convergence
7
8History vectors are not properly sized (they are too big) and the code does not check if
9there is room prior to adding more vectors.  This can lead to memory corruption errors.
10
11
12