#include <iostream>#include "pinocchio/utils/timer.hpp"#include <Eigen/Dense>#include <Eigen/Geometry>#include <Eigen/StdVector>
Go to the source code of this file.
Macros | |
| #define | RC1 RowMajor |
| #define | RC2 RowMajor |
| #define | RC3 RowMajor |
Functions | |
| template<int NBT> | |
| void | checkDMatrix (int MSIZE, std::string label) |
| template<int NBT> | |
| void | checkDVector (int MSIZE, std::string label) |
| template<int MSIZE, int NBT> | |
| void | checkMatrix (std::string label) |
| template<int NBT> | |
| void | checkQuaternion (std::string label) |
| template<int NBT> | |
| void | checkQuaternionD (std::string label) |
| template<int NBT> | |
| void | checkQuaternionQuaternion (std::string label) |
| template<int NBT> | |
| void | checkQuaternionToMatrix (std::string label) |
| template<int MSIZE, int NBT> | |
| void | checkVector (std::string label) |
| int | main () |
| #define RC1 RowMajor |
| #define RC2 RowMajor |
| #define RC3 RowMajor |
| void checkDMatrix | ( | int | MSIZE, |
| std::string | label | ||
| ) |
Definition at line 217 of file timings-eigen.cpp.
| void checkDVector | ( | int | MSIZE, |
| std::string | label | ||
| ) |
Definition at line 242 of file timings-eigen.cpp.
| void checkMatrix | ( | std::string | label | ) |
Definition at line 159 of file timings-eigen.cpp.
| void checkQuaternion | ( | std::string | label | ) |
Definition at line 72 of file timings-eigen.cpp.
| void checkQuaternionD | ( | std::string | label | ) |
Definition at line 130 of file timings-eigen.cpp.
| void checkQuaternionQuaternion | ( | std::string | label | ) |
Definition at line 101 of file timings-eigen.cpp.
| void checkQuaternionToMatrix | ( | std::string | label | ) |
Definition at line 45 of file timings-eigen.cpp.
| void checkVector | ( | std::string | label | ) |
Definition at line 192 of file timings-eigen.cpp.
| int main | ( | ) |
Definition at line 267 of file timings-eigen.cpp.