Ginan
Loading...
Searching...
No Matches
Legendre Struct Reference
Collaboration diagram for Legendre:

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
 

Constructor & Destructor Documentation

◆ Legendre() [1/2]

Legendre::Legendre ( )
Here is the call graph for this function:

◆ Legendre() [2/2]

Legendre::Legendre ( int nmax)
Here is the call graph for this function:

Member Function Documentation

◆ calculate()

void Legendre::calculate ( double X)
Here is the caller graph for this function:

◆ init()

void Legendre::init ( )
Here is the caller graph for this function:

◆ setNmax()

void Legendre::setNmax ( int n)
Here is the call graph for this function:
Here is the caller graph for this function:

Field Documentation

◆ anm

MatrixXd Legendre::anm

◆ bnm

MatrixXd Legendre::bnm

◆ dPnm

MatrixXd Legendre::dPnm

◆ fnm

MatrixXd Legendre::fnm

◆ nmax

int Legendre::nmax

◆ Pnm

MatrixXd Legendre::Pnm

The documentation for this struct was generated from the following files: