Control Libraries
6.3.4
Loading...
Searching...
No Matches
source
state_representation
include
state_representation
MathTools.hpp
1
#pragma once
2
3
#include <vector>
4
#include <eigen3/Eigen/Core>
5
#include <eigen3/Eigen/Dense>
6
7
namespace
state_representation::math_tools {
13
const
Eigen::Quaterniond log(
const
Eigen::Quaterniond& q);
14
20
const
Eigen::Quaterniond exp(
const
Eigen::Quaterniond& q,
double
lambda = 1);
21
28
const
std::vector<double> linspace(
double
start,
double
end,
unsigned
int
number_of_points);
29
}
Generated by
1.9.5