Hi. I noticed that in the code implementation
|
for (int i = 0; i < N - 1; i++) |
The row order is not the same as described in the paper.
Is this for making the diagonal entries of the matrix M all nonzero (since in the above LU factorization, you divide the element with the diagonal element)?
Could you please describe in detail how you change the row order in terms of different s?
Hi. I noticed that in the code implementation
GCOPTER/gcopter/include/gcopter/minco.hpp
Line 248 in e0444f6
The row order is not the same as described in the paper.
Is this for making the diagonal entries of the matrix M all nonzero (since in the above LU factorization, you divide the element with the diagonal element)?
Could you please describe in detail how you change the row order in terms of different s?