#include <chebyshev.h>
|
| Chebyshev () |
|
| ~Chebyshev () |
|
Real | chebyshev_function (const Real x, const Real da_cheb, const Real db_cheb) const |
|
DenseVector< Number > | chebyshev_coefficients (const std::size_t N, const Real da_cheb, const Real db_cheb, const std::string method) const |
|
DenseMatrix< Number > | transform_matrix (const std::size_t N) const |
|
void | chebyshev_gauss (const std::size_t N, std::vector< Real > &x, std::vector< Real > &w) const |
|
void | chebyshev_gauss_radau (const std::size_t N, std::vector< Real > &x, std::vector< Real > &w) const |
|
void | chebyshev_gauss_lobatto (const std::size_t N, std::vector< Real > &x, std::vector< Real > &w) const |
|
Chebyshev::~Chebyshev |
( |
| ) |
|
DenseVector< Number > Chebyshev::chebyshev_coefficients |
( |
const std::size_t |
N, |
|
|
const Real |
da_cheb, |
|
|
const Real |
db_cheb, |
|
|
const std::string |
method |
|
) |
| const |
Real Chebyshev::chebyshev_function |
( |
const Real |
x, |
|
|
const Real |
da_cheb, |
|
|
const Real |
db_cheb |
|
) |
| const |
void Chebyshev::chebyshev_gauss |
( |
const std::size_t |
N, |
|
|
std::vector< Real > & |
x, |
|
|
std::vector< Real > & |
w |
|
) |
| const |
void Chebyshev::chebyshev_gauss_lobatto |
( |
const std::size_t |
N, |
|
|
std::vector< Real > & |
x, |
|
|
std::vector< Real > & |
w |
|
) |
| const |
void Chebyshev::chebyshev_gauss_radau |
( |
const std::size_t |
N, |
|
|
std::vector< Real > & |
x, |
|
|
std::vector< Real > & |
w |
|
) |
| const |
DenseMatrix< Number > Chebyshev::transform_matrix |
( |
const std::size_t |
N | ) |
const |
The documentation for this class was generated from the following files: