15 lines
501 B
C++
15 lines
501 B
C++
//==================================================================================================
|
|
/*
|
|
ROTGEN - Runtime Overlay for Eigen
|
|
Copyright : CODE RECKONS
|
|
SPDX-License-Identifier: BSL-1.0
|
|
*/
|
|
//==================================================================================================
|
|
#pragma once
|
|
|
|
#include <rotgen/config.hpp>
|
|
#include <rotgen/format.hpp>
|
|
#include <rotgen/container.hpp>
|
|
#include <rotgen/alias.hpp>
|
|
#include <rotgen/algebra.hpp>
|
|
#include <rotgen/functions.hpp>
|