Public Types | |
typedef SquashingModelAbstractTpl< Scalar > | Base |
typedef MathBaseTpl< Scalar > | MathBase |
typedef SquashingDataAbstractTpl< Scalar > | SquashingDataAbstract |
typedef MathBase::VectorXs | VectorXs |
![]() | |
typedef MathBaseTpl< Scalar > | MathBase |
typedef SquashingDataAbstractTpl< Scalar > | SquashingDataAbstract |
typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
SquashingModelSmoothSatTpl (const Eigen::Ref< const VectorXs > &u_lb, const Eigen::Ref< const VectorXs > &u_ub, const std::size_t ns) | |
virtual void | calc (const std::shared_ptr< SquashingDataAbstract > &data, const Eigen::Ref< const VectorXs > &s) |
virtual void | calcDiff (const std::shared_ptr< SquashingDataAbstract > &data, const Eigen::Ref< const VectorXs > &s) |
const VectorXs & | get_d () const |
const Scalar | get_smooth () const |
void | set_smooth (const Scalar smooth) |
![]() | |
SquashingModelAbstractTpl (const std::size_t ns) | |
virtual std::shared_ptr< SquashingDataAbstract > | createData () |
std::size_t | get_ns () const |
const VectorXs & | get_s_lb () const |
const VectorXs & | get_s_ub () const |
void | set_s_lb (const VectorXs &s_lb) |
void | set_s_ub (const VectorXs &s_ub) |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
![]() | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
Protected Attributes | |
VectorXs | s_lb_ |
VectorXs | s_ub_ |
VectorXs | u_lb_ |
VectorXs | u_ub_ |
![]() | |
std::size_t | ns_ |
VectorXs | s_lb_ |
VectorXs | s_ub_ |
VectorXs | u_lb_ |
VectorXs | u_ub_ |
Definition at line 23 of file smooth-sat.hpp.
typedef MathBaseTpl<Scalar> MathBase |
Definition at line 28 of file smooth-sat.hpp.
typedef SquashingModelAbstractTpl<Scalar> Base |
Definition at line 29 of file smooth-sat.hpp.
typedef SquashingDataAbstractTpl<Scalar> SquashingDataAbstract |
Definition at line 30 of file smooth-sat.hpp.
typedef MathBase::VectorXs VectorXs |
Definition at line 31 of file smooth-sat.hpp.
|
inline |
Definition at line 33 of file smooth-sat.hpp.
|
inlinevirtual |
Definition at line 49 of file smooth-sat.hpp.
|
inlinevirtual |
Implements SquashingModelAbstractTpl< _Scalar >.
Definition at line 51 of file smooth-sat.hpp.
|
inlinevirtual |
Implements SquashingModelAbstractTpl< _Scalar >.
Definition at line 62 of file smooth-sat.hpp.
|
inline |
Definition at line 76 of file smooth-sat.hpp.
|
inline |
Definition at line 77 of file smooth-sat.hpp.
|
inline |
Definition at line 90 of file smooth-sat.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 27 of file smooth-sat.hpp.
|
protected |
Definition at line 62 of file squashing-base.hpp.
|
protected |
Definition at line 60 of file squashing-base.hpp.
|
protected |
Definition at line 58 of file squashing-base.hpp.
|
protected |
Definition at line 57 of file squashing-base.hpp.