type t = { guess : Guess.t; eigenvectors : Lacaml.D.Mat.t ; eigenvalues : Lacaml.D.Vec.t ; energy : float ; iterations : float array; }