Searched refs:computeRoots (Results 1 – 3 of 3) sorted by relevance
49 inline void computeRoots(const Matrix& m, Roots& roots) in computeRoots() function108 computeRoots(scaledMat,evals); in eigen33()
494 static inline void computeRoots(const MatrixType& m, VectorType& roots)560 computeRoots(scaledMat,eivals);679 static inline void computeRoots(const MatrixType& m, VectorType& roots)706 computeRoots(scaledMat,eivals);
71 computeRoots(scaledData, roots); in calculateEigen()317 private void computeRoots(Matrix3f mat, double[] rootsStore) { in computeRoots() method in Eigen3f