MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / asin

Function asin

dependency/densecrf/include/Eigen/src/Core/MathFunctions.h:1685–1689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1683
1684template<typename T>
1685EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
1686T asin(const T &x) {
1687 EIGEN_USING_STD(asin);
1688 return asin(x);
1689}
1690
1691#if EIGEN_HAS_CXX11_MATH
1692template<typename T>

Callers 1

pasinFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected