Add some documentation, Aff

This commit is contained in:
Milo Priegnitz
2024-06-02 22:15:33 +02:00
parent af40569b9d
commit e9b2017744
11 changed files with 265 additions and 89 deletions

View File

@@ -1,6 +1,10 @@
#ifndef INC_MATRIX_HPP_
#define INC_MATRIX_HPP_
#include <cstdint>
namespace sta
{
namespace math
{
@@ -55,7 +59,8 @@ struct matrix
};
} // namespace math
}
} // namespace sta
#endif /* INC_MATRIX_HPP_ */