Does anybody know a method to solve the following problem numerically (or analytically, if there is a general method, but I doubt it).
I am given a matrix $A \in \mathbb{C}^{n \times n}$ and I want to minimize
$||A- \sum_{i=1}^{n}\lambda_i C_i||$ in the Frobenius-norm for given $C_i$ and unknown $\lambda_i \ge 0$ with $\sum_{i=1}^{n} \lambda_i =1$ and $\langle C_i,C_j \rangle = \delta_{i,j}.$
By compactness of the possible set of $\lambda_i$ the problem has always an actual minimum and also the convexity (since we are taking convex combinations of the $\lambda_i$) could be useful if we want to find a numerical algorithm.
But I am not very familiar with these kind of optimisation questions, so I would love to hear about possible algorithms to tackle this problem.