mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 10:32:29 +00:00
feat(matrix): implement C34Matrix class
This commit is contained in:
parent
a4fdad5f69
commit
39f311e91f
5 changed files with 560 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef TEMPEST_MATRIX_HPP
|
||||
#define TEMPEST_MATRIX_HPP
|
||||
|
||||
#include "tempest/matrix/C33Matrix.hpp"
|
||||
#include "tempest/matrix/C34Matrix.hpp"
|
||||
#include "tempest/matrix/C44Matrix.hpp"
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue