MaxwellBoltzmannEntropy¶
-
class
MaxwellBoltzmannEntropy: public EntropyBase¶ Public Functions
-
double
Entropy(double z) override¶ computes the entropy functional
- Return
: value of entropy functional at z
- Parameters
z: = point where the functional should be evaluated. z must be in domain of the functional
-
double
EntropyPrime(double z) override¶ computes eta’(z).z must be in domain of the functional.
- Parameters
z: = point where the derivative should be evaluated.
-
double
EntropyDual(double y) override¶ computes the dual of the entropy functional
- Return
: value of entropy functional at z
- Parameters
y: point where the dual of the functional should be evaluated. y must be in domain of the duaö functional
-
double
EntropyPrimeDual(double y) override¶ computes eta_*’(y).
- Return
: value of the derivative of the entropy functional at y
- Parameters
y: = point where the derivative should be evaluated.
-
double
EntropyHessianDual(double y) override¶ computes the hessian of the dual entropy functional
- Return
: value of the hessian at y
- Parameters
y: = point where the hessian should be evaluated;
-
bool
CheckDomain(double z) override¶ checks, if value is in domain of entropy
-
double