xref: /petsc/src/tao/leastsquares/tutorials/matlab/README (revision 1bd63e3efbce1229b47e2ec5bb1e7d27e9e9b2dd)
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