Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixLogarithm.h46 Scalar logA00 = log(A(0,0)); in matrix_log_compute_2x2() local
49 result(0,0) = logA00; in matrix_log_compute_2x2()
60 result(0,1) = A(0,1) * (logA11 - logA00) / y; in matrix_log_compute_2x2()
65 …int unwindingNumber = static_cast<int>(ceil((imag(logA11 - logA00) - RealScalar(EIGEN_PI)) / RealS… in matrix_log_compute_2x2()