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)
101 computeRoots(scaledMat,evals);
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 567 static inline void computeRoots(const MatrixType& m, VectorType& roots)
646 computeRoots(scaledMat,eivals);
720 static inline void computeRoots(const MatrixType& m, VectorType& roots)
754 computeRoots(scaledMat,eivals);
    [all...]

Completed in 71 milliseconds