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