OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psolve
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/test/
polynomialsolver.cpp
31
bool aux_evalSolver( const POLYNOMIAL& pols, SOLVER&
psolve
)
41
psolve
.compute( pols );
42
const RootsType& roots(
psolve
.roots() );
85
PolynomialSolverType
psolve
;
local
86
aux_evalSolver<Deg, POLYNOMIAL, PolynomialSolverType>( pols,
psolve
);
100
PolynomialSolverType
psolve
;
local
101
if( aux_evalSolver<Deg, POLYNOMIAL, PolynomialSolverType>( pols,
psolve
) )
113
psolve
.realRoots( calc_realRoots );
131
abs(
psolve
.greatestRoot() ), psPrec ) );
135
abs(
psolve
.smallestRoot() ), psPrec ) )
[
all
...]
/external/eigen/unsupported/doc/examples/
PolynomialSolver1.cpp
17
PolynomialSolver<double,5>
psolve
( polynomial );
18
cout << "Complex roots: " <<
psolve
.roots().transpose() << endl;
21
psolve
.realRoots( realRoots );
Completed in 770 milliseconds