OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unwindingnumber
(Results
1 - 1
of
1
) sorted by null
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h
129
int
unwindingNumber
= static_cast<int>(ceil((imag(logA11 - logA00) - M_PI) / (2*M_PI)));
131
result(0,1) = A(0,1) * (Scalar(2) * atanh(z) + Scalar(0,2*M_PI*
unwindingNumber
)) / (A(1,1) - A(0,0));
Completed in 2694 milliseconds