OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atanh2
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Core/
MathFunctions.h
332
* Implementation of
atanh2
*
617
inline EIGEN_MATHFUNC_RETVAL(
atanh2
, Scalar)
atanh2
(const Scalar& x, const Scalar& y)
function in namespace:Eigen::numext
619
return EIGEN_MATHFUNC_IMPL(
atanh2
, Scalar)::run(x, y);
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixPower.h
242
ComplexScalar w = numext::
atanh2
(curr - prev, curr + prev) + ComplexScalar(0, M_PI*unwindingNumber);
250
RealScalar w = numext::
atanh2
(curr - prev, curr + prev);
MatrixLogarithm.h
119
result(0,1) = A(0,1) * (Scalar(2) * numext::
atanh2
(y,x) + Scalar(0,2*M_PI*unwindingNumber)) / y;
Completed in 344 milliseconds