MatlabAutoDiff icon indicating copy to clipboard operation
MatlabAutoDiff copied to clipboard

QR factorization and Calculation of partial derivatives of Q

Open qishengjie9 opened this issue 2 years ago • 1 comments
trafficstars

Hello,I have a question about QR and calculation of partial derivatives. Say I have a input A(x), it is a m×n matrix and x={x1,x2,x3,...xn} is argument. Q is the orthonormal basis of the A(x), namely [Q, R] = qr(A). Now the analytical expression of A and its partial derivatives is available. and I wonder if I can get the partial derivative of Q. Thanks for your help!

qishengjie9 avatar Oct 16 '23 15:10 qishengjie9

The qr function has not been implemented yet. Maybe this could help to add its implementation. I don't have much time to this, but a contribution would be very welcome!

martinResearch avatar Oct 18 '23 12:10 martinResearch