tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
quaternion_traits.hpp
Go to the documentation of this file.
1// #pragma once
2
3// #include "algebra/algebraic_traits.h"
4// #include "fused/fused_quaternion.h"
5
6// namespace expression
7// {
8// template <typename T>
9// struct traits<math::FusedQuaternion<T>>
10// {
11// };
12
13// } // namespace expression