- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
링크가 복사됨
