sot-talos-balance  2.0.5
Collection of dynamic-graph entities aimed at implementing balance control on talos.
dynamicgraph::sot::talos_balance::math Namespace Reference

Typedefs

typedef std::size_t Index
 
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > Matrix
 
typedef Eigen::Matrix< Scalar, 3, Eigen::Dynamic > Matrix3x
 
typedef Eigen::Ref< MatrixRefMatrix
 
typedef Eigen::Ref< VectorRefVector
 
typedef Eigen::Ref< Vector3RefVector3
 
typedef double Scalar
 
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
 
typedef Eigen::Matrix< Scalar, 3, 1 > Vector3
 
typedef Eigen::Matrix< Scalar, 6, 1 > Vector6
 
typedef Eigen::Matrix< bool, Eigen::Dynamic, 1 > VectorXb
 
typedef Eigen::VectorXi VectorXi
 

Variables

const typedef Eigen::Ref< const MatrixConstRefMatrix
 
const typedef Eigen::Ref< const VectorConstRefVector
 
const typedef Eigen::Ref< const Vector3ConstRefVector3
 

Typedef Documentation

◆ Index

typedef std::size_t Index

Definition at line 54 of file fwd.hh.

◆ Matrix

typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic> Matrix

Definition at line 37 of file fwd.hh.

◆ Matrix3x

typedef Eigen::Matrix<Scalar, 3, Eigen::Dynamic> Matrix3x

Definition at line 43 of file fwd.hh.

◆ RefMatrix

typedef Eigen::Ref<Matrix> RefMatrix

Definition at line 51 of file fwd.hh.

◆ RefVector

typedef Eigen::Ref<Vector> RefVector

Definition at line 48 of file fwd.hh.

◆ RefVector3

typedef Eigen::Ref<Vector3> RefVector3

Definition at line 45 of file fwd.hh.

◆ Scalar

typedef double Scalar

Definition at line 35 of file fwd.hh.

◆ Vector

typedef Eigen::Matrix<Scalar, Eigen::Dynamic, 1> Vector

Definition at line 36 of file fwd.hh.

◆ Vector3

typedef Eigen::Matrix<Scalar, 3, 1> Vector3

Definition at line 41 of file fwd.hh.

◆ Vector6

typedef Eigen::Matrix<Scalar, 6, 1> Vector6

Definition at line 42 of file fwd.hh.

◆ VectorXb

typedef Eigen::Matrix<bool, Eigen::Dynamic, 1> VectorXb

Definition at line 39 of file fwd.hh.

◆ VectorXi

typedef Eigen::VectorXi VectorXi

Definition at line 38 of file fwd.hh.

Variable Documentation

◆ ConstRefMatrix

const typedef Eigen::Ref<const Matrix> ConstRefMatrix

Definition at line 52 of file fwd.hh.

◆ ConstRefVector

const typedef Eigen::Ref<const Vector> ConstRefVector

Definition at line 49 of file fwd.hh.

◆ ConstRefVector3

const typedef Eigen::Ref<const Vector3> ConstRefVector3

Definition at line 46 of file fwd.hh.