Extension: Matrix functions
#include "dg/matrix/matrix.h"
Loading...
Searching...
No Matches
dg::mat::LaguerreL< T > Struct Template Reference

\( f(x) = L_n (x)\) with \(L_n\) the n-th order Laguerre polynomial More...

Public Member Functions

 LaguerreL (unsigned n)
 
operator() (T x) const
 

Detailed Description

template<class T = double>
struct dg::mat::LaguerreL< T >

\( f(x) = L_n (x)\) with \(L_n\) the n-th order Laguerre polynomial

Template Parameters
Tvalue type

Constructor & Destructor Documentation

◆ LaguerreL()

template<class T = double>
dg::mat::LaguerreL< T >::LaguerreL ( unsigned n)
inline

Member Function Documentation

◆ operator()()

template<class T = double>
T dg::mat::LaguerreL< T >::operator() ( T x) const
inline

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