![]() |
Ginan
|
Public Member Functions | |
| Legendre () | |
| Legendre (int nmax) | |
| void | setNmax (int n) |
| void | init () |
| void | calculate (double X) |
Data Fields | |
| int | nmax |
| MatrixXd | Pnm |
| MatrixXd | dPnm |
| MatrixXd | anm |
| MatrixXd | bnm |
| MatrixXd | fnm |
| Legendre::Legendre | ( | ) |
| Legendre::Legendre | ( | int | nmax | ) |
| void Legendre::calculate | ( | double | X | ) |
| void Legendre::init | ( | ) |
| void Legendre::setNmax | ( | int | n | ) |
| MatrixXd Legendre::anm |
| MatrixXd Legendre::bnm |
| MatrixXd Legendre::dPnm |
| MatrixXd Legendre::fnm |
| int Legendre::nmax |
| MatrixXd Legendre::Pnm |