I want to reconstruct a $K\times K$ matrix $X$, knowing that that:
- $X1=b$ ($1$ and $b$ are $K\times 1$)
- $X$ is symmetric positive definite.
I understand this is a kind of under-determined system, but I am wondering whether and how I can find a solution $X$, such that $X$ is symmetric and positive-definite? Or do I need to add more information? Can a solution be unique, or is there anyway an infinity of those?
Thanks!