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