MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / pacos

Function pacos

include/Eigen/Eigen/src/Core/GenericPacketMath.h:964–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962
963/** \internal \returns the arc cosine of \a a (coeff-wise) */
964template<typename Packet> EIGEN_DECLARE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS
965Packet pacos(const Packet& a) { EIGEN_USING_STD(acos); return acos(a); }
966
967
968/** \internal \returns the hyperbolic sine of \a a (coeff-wise) */

Callers 1

packetOpMethod · 0.85

Calls 1

acosFunction · 0.70

Tested by

no test coverage detected