smooth
A C++ library for Lie theory
Loading...
Searching...
No Matches
manifolds.hpp
Go to the documentation of this file.
1// Copyright (C) 2022 Petter Nilsson. MIT License.
2
3#pragma once
4
10#include "concepts/manifold.hpp"
11#include "lie_groups.hpp"
12#include "manifolds/variant.hpp"
13#include "manifolds/vector.hpp"
Meta header to include all LieGroup concept model specifications.
Trait specialization to make std::variant<Manifold...> a Manifold.
Trait specialization to make std::vector<Manifold> a Manifold.