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