Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 688860
Collapse All | Expand All

(-)../SuperCollider-Source/lang/LangPrimSource/PyrMathPrim.cpp.orig (-4 / +4 lines)
Lines 1400-1410 Link Here
1400
	definePrimitive(base, index++, "_LaguerreAssoc", prBoostThreeArg<double, unsigned, double, double, boost::math::laguerre<double>>, 3, 0);
1400
	definePrimitive(base, index++, "_LaguerreAssoc", prBoostThreeArg<double, unsigned, double, double, boost::math::laguerre<double>>, 3, 0);
1401
	// Hermite
1401
	// Hermite
1402
	definePrimitive(base, index++, "_Hermite", prBoostTwoArg<double, unsigned, double, boost::math::hermite<double>>, 2, 0);
1402
	definePrimitive(base, index++, "_Hermite", prBoostTwoArg<double, unsigned, double, boost::math::hermite<double>>, 2, 0);
1403
	// Chebyshev
1404
	
1403
	
1405
	definePrimitive(base, index++, "_ChebyshevT", prBoostCheby<double, boost::math::chebyshev_t<double>>, 2, 0);
1404
	// Chebyshev
1406
	definePrimitive(base, index++, "_ChebyshevU", prBoostCheby<double, boost::math::chebyshev_u<double>>, 2, 0);
1405
//	definePrimitive(base, index++, "_ChebyshevT", prBoostCheby<double, boost::math::chebyshev_t<double>>, 2, 0);
1407
	definePrimitive(base, index++, "_ChebyshevTPrime", prBoostCheby<double, boost::math::chebyshev_t_prime<double>>, 2, 0);
1406
//	definePrimitive(base, index++, "_ChebyshevU", prBoostCheby<double, boost::math::chebyshev_u<double>>, 2, 0);
1407
//	definePrimitive(base, index++, "_ChebyshevTPrime", prBoostCheby<double, boost::math::chebyshev_t_prime<double>>, 2, 0);
1408
	// Spherical Harmonics
1408
	// Spherical Harmonics
1409
	definePrimitive(base, index++, "_SphericalHarmonic", prSphericalHarmonic, 4, 0);
1409
	definePrimitive(base, index++, "_SphericalHarmonic", prSphericalHarmonic, 4, 0);
1410
	definePrimitive(base, index++, "_SphericalHarmonicR", prBoostFourArg<double, unsigned, int, double, double, boost::math::spherical_harmonic_r<double>>, 4, 0);
1410
	definePrimitive(base, index++, "_SphericalHarmonicR", prBoostFourArg<double, unsigned, int, double, double, boost::math::spherical_harmonic_r<double>>, 4, 0);

Return to bug 688860