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

  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialSolver.h 37 typedef Matrix<RootType,_Deg,1> RootsType;
55 inline const RootsType& roots() const { return m_roots; }
290 RootsType m_roots;
297 typedef typename BASE::RootsType RootsType;
  /external/eigen/unsupported/test/
polynomialsolver.cpp 36 typedef typename SOLVER::RootsType RootsType;
42 const RootsType& roots( psolve.roots() );

Completed in 79 milliseconds