#include <iostream>
#include "pinocchio/utils/timer.hpp"
#include <Eigen/Dense>
#include <Eigen/Geometry>
#include <Eigen/StdVector>
Go to the source code of this file.
|
#define | RC1 RowMajor |
|
#define | RC2 RowMajor |
|
#define | RC3 RowMajor |
|
◆ RC1
◆ RC2
◆ RC3
◆ checkDMatrix()
template<int NBT>
void checkDMatrix |
( |
int |
MSIZE, |
|
|
std::string |
label |
|
) |
| |
◆ checkDVector()
template<int NBT>
void checkDVector |
( |
int |
MSIZE, |
|
|
std::string |
label |
|
) |
| |
◆ checkMatrix()
template<int MSIZE, int NBT>
void checkMatrix |
( |
std::string |
label | ) |
|
◆ checkQuaternion()
template<int NBT>
void checkQuaternion |
( |
std::string |
label | ) |
|
◆ checkQuaternionD()
template<int NBT>
void checkQuaternionD |
( |
std::string |
label | ) |
|
◆ checkQuaternionQuaternion()
template<int NBT>
void checkQuaternionQuaternion |
( |
std::string |
label | ) |
|
◆ checkQuaternionToMatrix()
template<int NBT>
void checkQuaternionToMatrix |
( |
std::string |
label | ) |
|
◆ checkVector()
template<int MSIZE, int NBT>
void checkVector |
( |
std::string |
label | ) |
|
◆ main()