#include <StateSpace.h>
|
| using | cref_t = const Eigen::Ref<const Eigen::Matrix<Scalar, 1, 1>> & |
| |
| using | ref_t = Eigen::Ref<Eigen::Matrix<Scalar, 1, 1>> |
| |
|
| void | print (std::ostream &out) |
| |
| bool | check_bounds (cref_t x) const |
| |
| void | interpolate (cref_t from, cref_t to, Scalar t, ref_t out) const |
| |
| void | set_weights (cref_t weights_) |
| |
| void | sample_uniform (ref_t x) const |
| |
| void | set_bounds (cref_t lb_, cref_t ub_) |
| |
| void | choose_split_dimension (cref_t lb, cref_t ub, int &ii, Scalar &width) |
| |
| Scalar | distance_to_rectangle (cref_t x, cref_t lb, cref_t ub) const |
| |
| Scalar | distance (cref_t x, cref_t y) const |
| |
|
| Eigen::Matrix< Scalar, 1, 1 > | lb |
| |
| Eigen::Matrix< Scalar, 1, 1 > | ub |
| |
| SO2< Scalar > | so2 |
| |
◆ cref_t
template<typename Scalar >
| using dynotree::SO2Squared< Scalar >::cref_t = const Eigen::Ref<const Eigen::Matrix<Scalar, 1, 1>> & |
◆ ref_t
template<typename Scalar >
◆ check_bounds()
template<typename Scalar >
◆ choose_split_dimension()
template<typename Scalar >
◆ distance()
template<typename Scalar >
◆ distance_to_rectangle()
template<typename Scalar >
◆ interpolate()
template<typename Scalar >
◆ print()
template<typename Scalar >
◆ sample_uniform()
template<typename Scalar >
◆ set_bounds()
template<typename Scalar >
◆ set_weights()
template<typename Scalar >
◆ lb
template<typename Scalar >
◆ so2
template<typename Scalar >
◆ ub
template<typename Scalar >
The documentation for this struct was generated from the following file: