13 lines
No EOL
485 B
C++
13 lines
No EOL
485 B
C++
//==================================================================================================
|
|
/*
|
|
ROTGEN - Runtime Overlay for Eigen
|
|
Copyright : CODE RECKONS
|
|
SPDX-License-Identifier: BSL-1.0
|
|
*/
|
|
//==================================================================================================
|
|
#pragma once
|
|
|
|
#include <rotgen/functions/extract.hpp>
|
|
#include <rotgen/functions/functions.hpp>
|
|
#include <rotgen/functions/operators.hpp>
|
|
#include <rotgen/functions/reshaper.hpp> |