hi Guys,
I'm having a problem with deriving the gradient of a optimisation problem using Stiefel manifold (d x d x k). The optimisation variables are k (k > 1) d x d matrices T.
The objective function is:
\sum_{i,j}^{k} \trace (T_{i}^{-1} T_{j} X^{j}) L^{j} (T_{i}^{-1} T_{j} X^{j})^{T}
where L^{j} is symmetric matrix and is independent on T_{j}
My aim is to get the gradient w.r.t. T variable (there are totally k such variables)
Could any one give me some idea on how to do this?
Cheers,
Chao