11#ifndef STATEOBSERVATIONTOOLSMISCELANEOUSALGORITHMS
12#define STATEOBSERVATIONTOOLSMISCELANEOUSALGORITHMS
13#include <boost/utility.hpp>
16#include <state-observation/api.h>
43 return (
T(0) <
x) - (
x <
T(0));
49 std::stringstream
ss(
"");
189 : std::numeric_limits<double>::quiet_NaN();
Definitions of types and some structures.
constexpr double epsilon1
number considered zero when compared to 1
Definition definitions.hpp:672
Definition bidim-elastic-inv-pendulum-dyn-sys.hpp:21
Eigen::Vector3d Vector3
3D vector
Definition definitions.hpp:85
Eigen::MatrixXd Matrix
Dynamic sized Matrix.
Definition definitions.hpp:100
Eigen::Index Index
Definition definitions.hpp:138
Eigen::VectorXd Vector
Dynamic sized scalar vector.
Definition definitions.hpp:76