HomeSort by relevance Sort by last modified time
    Searched refs:computeRoots (Results 1 - 3 of 3) 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 492 static inline void computeRoots(const MatrixType& m, VectorType& roots)
558 computeRoots(scaledMat,eivals);
667 static inline void computeRoots(const MatrixType& m, VectorType& roots)
693 computeRoots(scaledMat,eivals);
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Eigen3f.java 71 computeRoots(scaledData, roots);
317 private void computeRoots(Matrix3f mat, double[] rootsStore) {

Completed in 161 milliseconds