Consider the following matrix derivative problem:
$\frac{\partial}{\partial\mathbb{X}}\ln\bigg(\det\Big(\mathbb{X}^T\mathbb{A}\mathbb{X}\mathbb{B}\Big)\bigg)=?$
where:
- $\mathbb{X}$ is a $(p\times d)$ semi-orthogonal matrix
- $\mathbb{A}$ is a $(p\times p)$ symmetric matrix
- $\mathbb{B}$ is a $(d\times d)$ symmetric matrix
I have checked a number of resources such as matrix Cookbook, but I cannot find any property such as this.
Thanks for your time.