Given a square matrix A, can we find all invertible matrices C such that $A = C^{-1}AC$ ? In other words, can we find a set of all bases such that the matrix of an endomorphism $f$ in those bases is $A$?
The word "find" above should be interpreted as "find a good description/ way of enumeration of the set of such matrices". I believe that one may not be able to do so for all matrices but some of special kinds (such as diagonalizable ones). Anyway I just ask for sure/ to get some insights about this.