HomeSort by relevance Sort by last modified time
    Searched refs:computeRoots (Results 1 - 2 of 2) sorted by null

  /external/eigen/bench/
eig33.cpp 10 // The computeRoots function included in this is based on materials
49 inline void computeRoots(const Matrix& m, Roots& roots)
108 computeRoots(scaledMat,evals);
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 494 static inline void computeRoots(const MatrixType& m, VectorType& roots)
560 computeRoots(scaledMat,eivals);
669 static inline void computeRoots(const MatrixType& m, VectorType& roots)
696 computeRoots(scaledMat,eivals);

Completed in 95 milliseconds