#include <iostream>
#include "pinocchio/utils/timer.hpp"
#include <Eigen/Dense>
#include <Eigen/Geometry>
#include <Eigen/StdVector>
Go to the source code of this file.
Functions | |
template<int NBT, int OptionM1, int OptionM2, int OptionM3> | |
void | checkDMatrix (int MSIZE, std::string label) |
template<int NBT, int OptionM1, int OptionM2, int OptionM3> | |
void | checkDMatrixTMatrix (int MSIZE, std::string label) |
template<int NBT> | |
void | checkDVector (int MSIZE, std::string label) |
template<int MSIZE, int NBT, int OptionM1, int OptionM2, int OptionM3> | |
void | checkMatrix (std::string label) |
template<int MSIZE, int NBT, int OptionM1, int OptionM2, int OptionM3> | |
void | checkMatrixTMatrix (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 () |
void checkDMatrix | ( | int | MSIZE, |
std::string | label | ||
) |
Definition at line 250 of file timings-eigen.cpp.
void checkDMatrixTMatrix | ( | int | MSIZE, |
std::string | label | ||
) |
Definition at line 277 of file timings-eigen.cpp.
void checkDVector | ( | int | MSIZE, |
std::string | label | ||
) |
Definition at line 303 of file timings-eigen.cpp.
void checkMatrix | ( | std::string | label | ) |
Definition at line 165 of file timings-eigen.cpp.
void checkMatrixTMatrix | ( | std::string | label | ) |
Definition at line 195 of file timings-eigen.cpp.
void checkQuaternion | ( | std::string | label | ) |
Definition at line 74 of file timings-eigen.cpp.
void checkQuaternionD | ( | std::string | label | ) |
Definition at line 134 of file timings-eigen.cpp.
void checkQuaternionQuaternion | ( | std::string | label | ) |
Definition at line 104 of file timings-eigen.cpp.
void checkQuaternionToMatrix | ( | std::string | label | ) |
Definition at line 46 of file timings-eigen.cpp.
void checkVector | ( | std::string | label | ) |
Definition at line 224 of file timings-eigen.cpp.
int main | ( | ) |
Definition at line 328 of file timings-eigen.cpp.