Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #define ERRMSG_0 "Not enough scratch memory"
00012 #define ERRMSG_1 "Cannot malloc"
00013 #define ERRMSG_2 "Invalid data"
00014 #define ERRMSG_3 "Cannot evaluate basis functions"
00015 #define ERRMSG_4 "Iterations limit exceeded"
00016 #define ERRMSG_5 "Bracketing failed"
00017 #define ERRMSG_6 "Failed to improve a point"
00018 #define ERRMSG_7 "Cannot decompose constraint equations matrix"
00019 #define ERRMSG_8 "Cannot transform the Hessian"
00020 #define ERRMSG_9 "Cannot find rows"
00021