feat(matrix): implement C34Matrix class

This commit is contained in:
VDm 2025-06-28 16:06:23 +04:00
parent a4fdad5f69
commit 39f311e91f
5 changed files with 560 additions and 0 deletions

View file

@ -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