OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_roots
(Results
1 - 1
of
1
) sorted by null
/external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialSolver.h
44
m_roots
.resize(poly.size()); }
55
inline const RootsType& roots() const { return
m_roots
; }
73
for(Index i=0; i<
m_roots
.size(); ++i )
75
if( internal::abs(
m_roots
[i].imag() ) < absImaginaryThreshold ){
76
bi_seq.push_back(
m_roots
[i].real() ); }
85
RealScalar norm2 = internal::abs2(
m_roots
[0] );
86
for( Index i=1; i<
m_roots
.size(); ++i )
88
const RealScalar currNorm2 = internal::abs2(
m_roots
[i] );
92
return
m_roots
[res];
125
for( Index i=0; i<
m_roots
.size(); ++i
287
RootsType
m_roots
;
member in class:Eigen::PolynomialSolverBase
[
all
...]
Completed in 142 milliseconds