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

  /external/eigen/unsupported/test/
polynomialutils.cpp 33 typedef Matrix<_Scalar,_Deg,1> EvalRootsType;
36 EvalRootsType roots = EvalRootsType::Random(deg);
39 EvalRootsType evr( deg );
71 typedef Matrix<_Scalar,_Deg,1> EvalRootsType;
74 EvalRootsType roots = EvalRootsType::Random(deg);
polynomialsolver.cpp 37 typedef Matrix<Scalar,Deg,1> EvalRootsType;
43 EvalRootsType evr( deg );
58 Map< EvalRootsType > aux( &rootModuli[0], roots.size() );
170 typedef Matrix<_Scalar,_Deg,1> EvalRootsType;
178 EvalRootsType allRoots = EvalRootsType::Constant(deg,multipleRoot);
183 EvalRootsType realRoots = EvalRootsType::Random(deg);

Completed in 115 milliseconds