- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there.
I am reading the documentation of the C-version of the function dtrnlsp_solve and I would like some help since I find some unconsistencies with the notation.
Here are my questions:
1] fvec is really defined as ( y - f(x) ) (as indicated in page 2649 of the manual) or is it just f(x) ?
2] Let f : R^N ---> R^M, 0 <= m <= M-1and 0 <= n <= N-1. What is the Jacobianfjac supposed to contain? Is the stuff stored in column major order or row major order? Which one of the following conventions is the correct one?
- fjac[ m + n*M ] = frac{ partial f
- fjac[n + m*N ] = frac{ partial f
- fjac[ m + n*M ] = frac{ y
- fjac[n + m*N ] = frac{ y
Thanks a lot for any insight that could avoid me a trial and error boring session ;)
Marco
Link Copied

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page