Home
last modified time | relevance | path

Searched refs:logA11 (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixLogarithm.h105 Scalar logA11 = log(A(1,1)); in compute2x2() local
109 result(1,1) = logA11; in compute2x2()
114 result(0,1) = A(0,1) * (logA11 - logA00) / (A(1,1) - A(0,0)); in compute2x2()
117 int unwindingNumber = static_cast<int>(ceil((imag(logA11 - logA00) - M_PI) / (2*M_PI))); in compute2x2()