OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
;
45
const
RootsType
& roots( psolve.roots() );
Completed in 303 milliseconds