Co-authored-by: Jules Pénuchot <jules@penuchot.com> Co-authored-by: Joel FALCOU <jfalcou@codereckons.com> See merge request oss/rotgen!41
17 lines
538 B
C++
17 lines
538 B
C++
//==================================================================================================
|
|
/*
|
|
ROTGEN - Runtime Overlay for Eigen
|
|
Copyright : CODE RECKONS
|
|
SPDX-License-Identifier: BSL-1.0
|
|
*/
|
|
//==================================================================================================
|
|
#pragma once
|
|
|
|
//clang-format off
|
|
#include <rotgen/config.hpp>
|
|
#include <rotgen/format.hpp>
|
|
#include <rotgen/container.hpp>
|
|
#include <rotgen/alias.hpp>
|
|
#include <rotgen/algebra.hpp>
|
|
#include <rotgen/functions.hpp>
|
|
//clang-format on
|