From 18ceb3413d09afc4f143014f89552f941321209b Mon Sep 17 00:00:00 2001 From: Srinivas Vasudevan Date: Mon, 12 Aug 2019 19:26:29 -0400 Subject: Add ndtri function, the inverse of the normal distribution function. --- Eigen/src/Core/arch/GPU/PacketMath.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Eigen/src/Core/arch/GPU') diff --git a/Eigen/src/Core/arch/GPU/PacketMath.h b/Eigen/src/Core/arch/GPU/PacketMath.h index 5084fc786..6ba2990d1 100644 --- a/Eigen/src/Core/arch/GPU/PacketMath.h +++ b/Eigen/src/Core/arch/GPU/PacketMath.h @@ -44,6 +44,7 @@ template<> struct packet_traits : default_packet_traits HasPolygamma = 1, HasErf = 1, HasErfc = 1, + HasNdtri = 1, HasI0e = 1, HasI1e = 1, HasIGamma = 1, @@ -78,6 +79,7 @@ template<> struct packet_traits : default_packet_traits HasPolygamma = 1, HasErf = 1, HasErfc = 1, + HasNdtri = 1, HasI0e = 1, HasI1e = 1, HasIGamma = 1, -- cgit v1.2.3