|
| static std::shared_ptr< Expression > | transform (std::shared_ptr< Expression > expr, const std::string &var="t") |
| |
| static std::shared_ptr< Expression > | inverseTransform (std::shared_ptr< Expression > expr, const std::string &var="s") |
| |
| static ComplexNumber | numericalTransform (std::function< double(double)> f, ComplexNumber s, double T=10.0) |
| |
| static std::function< double(double)> | numericalInverseTransform (std::function< ComplexNumber(ComplexNumber)> F, double t_max=10.0) |
| |
| static ComplexNumber | exponentialTransform (double a, ComplexNumber s) |
| |
| static ComplexNumber | sinusoidalTransform (double omega, ComplexNumber s) |
| |
| static ComplexNumber | polynomialTransform (const Polynomial &p, ComplexNumber s) |
| |
| static std::shared_ptr< Expression > | convolution (std::shared_ptr< Expression > f1, std::shared_ptr< Expression > f2) |
| |
| static std::shared_ptr< Expression > | timeShift (std::shared_ptr< Expression > expr, double a) |
| |
| static std::shared_ptr< Expression > | frequencyShift (std::shared_ptr< Expression > expr, double a) |
| |
Definition at line 8 of file laplace.h.
◆ convolution()
◆ exponentialTransform()
◆ frequencyShift()
| std::shared_ptr< Expression > LaplaceTransform::frequencyShift |
( |
std::shared_ptr< Expression > |
expr, |
|
|
double |
a |
|
) |
| |
|
static |
◆ inverseTransform()
| std::shared_ptr< Expression > LaplaceTransform::inverseTransform |
( |
std::shared_ptr< Expression > |
expr, |
|
|
const std::string & |
var = "s" |
|
) |
| |
|
static |
◆ numericalInverseTransform()
| std::function< double(double)> LaplaceTransform::numericalInverseTransform |
( |
std::function< ComplexNumber(ComplexNumber)> |
F, |
|
|
double |
t_max = 10.0 |
|
) |
| |
|
static |
◆ numericalTransform()
◆ polynomialTransform()
◆ sinusoidalTransform()
◆ timeShift()
| std::shared_ptr< Expression > LaplaceTransform::timeShift |
( |
std::shared_ptr< Expression > |
expr, |
|
|
double |
a |
|
) |
| |
|
static |
◆ transform()
| std::shared_ptr< Expression > LaplaceTransform::transform |
( |
std::shared_ptr< Expression > |
expr, |
|
|
const std::string & |
var = "t" |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: