#include <map>
#include <memory>
#include <string>
#include <ignition/math/Helpers.hh>
#include <ignition/math/config.hh>
Go to the source code of this file.
Classes | |
class | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::SignalMaxAbsoluteValue |
Computing the maximum of the absolute value of a discretely sampled signal. Also known as the maximum norm, infinity norm, or supremum norm. More... | |
class | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::SignalMaximum |
Computing the maximum value of a discretely sampled signal. More... | |
class | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::SignalMean |
Computing the mean value of a discretely sampled signal. More... | |
class | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::SignalMinimum |
Computing the minimum value of a discretely sampled signal. More... | |
class | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::SignalRootMeanSquare |
Computing the square root of the mean squared value of a discretely sampled signal. More... | |
class | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::SignalStatistic |
Statistical properties of a discrete time scalar signal. More... | |
class | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::SignalStats |
Collection of statistics for a scalar signal. More... | |
class | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::SignalVariance |
Computing the incremental variance of a discretely sampled signal. More... | |
Namespaces | |
ignition | |
ignition::math | |
Math classes and function useful in robot applications. | |
ignition::math::IGNITION_MATH_VERSION_NAMESPACE | |