mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
feat(matrix): add C44Matrix
This commit is contained in:
parent
51ccc49265
commit
2e64cb75da
3 changed files with 55 additions and 0 deletions
6
tempest/Matrix.hpp
Normal file
6
tempest/Matrix.hpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef TEMPEST_MATRIX_HPP
|
||||
#define TEMPEST_MATRIX_HPP
|
||||
|
||||
#include "tempest/matrix/C44Matrix.hpp"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue