Home
last modified time | relevance | path

Searched refs:computeRoots (Results 1 – 3 of 3) sorted by relevance

/external/eigen/bench/
Deig33.cpp49 inline void computeRoots(const Matrix& m, Roots& roots) in computeRoots() function
108 computeRoots(scaledMat,evals); in eigen33()
/external/eigen/Eigen/src/Eigenvalues/
DSelfAdjointEigenSolver.h494 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);
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DEigen3f.java71 computeRoots(scaledData, roots); in calculateEigen()
317 private void computeRoots(Matrix3f mat, double[] rootsStore) { in computeRoots() method in Eigen3f