8 #ifndef DIRECTIONALSTATISTICS_H
9 #define DIRECTIONALSTATISTICS_H
11 #include <Eigen/Dense>
16 namespace directional_statistics
19 Eigen::MatrixXd
directional_add(
const Eigen::Ref<const Eigen::MatrixXd>& a,
const Eigen::Ref<const Eigen::VectorXd>& b);
21 Eigen::MatrixXd
directional_sub(
const Eigen::Ref<const Eigen::MatrixXd>& a,
const Eigen::Ref<const Eigen::VectorXd>& b);
23 Eigen::VectorXd
directional_mean(
const Eigen::Ref<const Eigen::MatrixXd>& a,
const Eigen::Ref<const Eigen::VectorXd>& w);