bouyrie...@gmail.com
unread,Nov 26, 2014, 4:13:37 AM11/26/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to manopt...@googlegroups.com
I would like to know which form must have the parameters for ehess2rhess, I tried many things (example on SO(2), otherwise stiefel(2,2) ):
StMan = stiefelfactory(d,d,1);
H = StMan.ehess2rhess([1,1;-1,1], [0,-1;1,0], zeros(2,2,2,2), [0,-1;1,0]);
or
H = StMan.ehess2rhess([1,1;-1,1], [0;-1;1;0], zeros(4,4), [0;-1;1;0]);
or
HH = zeros(4);
H = StMan.ehess2rhess([1,1;-1,1], [0,-1;1,0], @(h) reshape(HH*h(:),2,2), [0,-1;1,0]);
(of course those are just examples but it would help me to see how it works !)
nothing seems to work.
But your toolbox really seems to be a great tool !
Thank you for your time !