#ifndef QPSOLVER_EIGENVALUES_H #define QPSOLVER_EIGENVALUES_H #include "types.h" template DenseMatrix constrainEigenvalueMagnitude(const DenseMatrix &mat, T magnitude); #endif //QPSOLVER_EIGENVALUES_H