36 case Eigen::NumericalIssue:
37 return "NumericalIssue (a precondition is violated, e.g. the matrix is not finite or not positive-definite)";
38 case Eigen::NoConvergence:
39 return "NoConvergence (the iteration did not converge)";
40 case Eigen::InvalidInput:
41 return "InvalidInput (the input is malformed or the options are invalid)";
43 return "an unrecognized Eigen::ComputationInfo value";