All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
rbd::Block Struct Reference

#include <RBDyn/RBDyn/Jacobian.h>

Public Member Functions

 Block ()=default
 
 Block (Eigen::DenseIndex startDof, Eigen::DenseIndex startJac, Eigen::DenseIndex length)
 

Public Attributes

Eigen::DenseIndex startDof
 
Eigen::DenseIndex startJac
 
Eigen::DenseIndex length
 

Detailed Description

Represents a contiguous block of DoFs in a Jacobian

Constructor & Destructor Documentation

◆ Block() [1/2]

rbd::Block::Block ( )
default

◆ Block() [2/2]

rbd::Block::Block ( Eigen::DenseIndex  startDof,
Eigen::DenseIndex  startJac,
Eigen::DenseIndex  length 
)
inline

Member Data Documentation

◆ length

Eigen::DenseIndex rbd::Block::length

Length of the block

◆ startDof

Eigen::DenseIndex rbd::Block::startDof

Start of the block in the full DoF vector

◆ startJac

Eigen::DenseIndex rbd::Block::startJac

Start of the block in the jacobian's reduced DoF


The documentation for this struct was generated from the following file: