typhoon/tempest/Matrix.hpp

9 lines
183 B
C++
Raw Normal View History

2020-11-28 22:42:41 -06:00
#ifndef TEMPEST_MATRIX_HPP
#define TEMPEST_MATRIX_HPP
#include "tempest/matrix/C33Matrix.hpp"
#include "tempest/matrix/C34Matrix.hpp"
2020-11-28 22:42:41 -06:00
#include "tempest/matrix/C44Matrix.hpp"
#endif