C++ Functions to Evaluate Laguerre Polynomials

C++ functions which evaluate Laguerre polynomials L0(x):     template <class T> T L0(const T& x); L1(x):     template <class T> T L1(const T& x); Ln(x):     template <class T> T Ln(unsigned int n, const T& x); This project can now be found on GitHub: – Laguerre-polynomials – HTTPS Clone URL: https://github.com/jachappell/Laguerre-polynomials.git – Download ZIP

OpenDDS 2.2

(via OpenDDS) (17 August 2010) We are pleased to announce the release of OpenDDS version 2.2! Completed the implementation of the Content-Subscription Profile (which was begun in version 1.3 of OpenDDS). This includes: QueryCondition (previously OpenDDS had a partial implementation) ContentFilteredTopic MultiTopic The content-subscription profile can be disabled at compile-time in order to reduce footprint: … Continue reading “OpenDDS 2.2”

All trademarks and copyrights on this page are owned by their respective owners. Quotes from linked articles are probably the property of the publications linked or the property of the person(s) quoted. The rest © 2001- 2025 by James A. Chappell