C++ Functions to Evaluate Legendre Polynomials

Filed under: C++, Math / Numerical Analysis — jac @ September 28, 2005 - 2:05 pm

Here’s some C++ functions which evaluate Legendre polynomials:

P0(x):
double P0(double x) ;

P1(x):
double P1(double x) ;

P2(x):
double P2(double x) ;

Pn(x):
double Pn(unsigned int n, double x) ;

These are inline functions defined in the header file, legendre.h:

(more…)



  



September 2005
M T W T F S S
« Aug   Nov »
 1234
567891011
12131415161718
19202122232425
2627282930  

Statistics

There are currently 42 posts and 25 comments, contained within 13 categories.


Miscellaneous
- Source Files

Add to Technorati Favorites


Storage B
-OpenDDS 2.1.1
-OpenDDS 2.1
-It Proved Just Too Difficult
-Bridge Simulators
-C++0x FAQ
-Skepticism and standards of evidence applied development practices
-OpenDDS 2.0.1
-OpenDDS 2.0
-OpenDDS Version 1.3 Released
-LGPL License Option Added to Qt

Valid XHTML 1.0!

Valid CSS!