consteig
Compile-time eigenvalue and eigenvector computation for C++17
Loading...
Searching...
No Matches
consteig_types.hpp
1#ifndef CONSTEIG_TYPES_HPP
2#define CONSTEIG_TYPES_HPP
3
4namespace consteig
5{
11using Size = decltype(sizeof(0));
12} // namespace consteig
13
14#endif