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

@@ -5,6 +5,8 @@
#include <sta/debug/debug.hpp>
#include <sta/debug/assert.hpp>
namespace sta{
namespace math {
namespace linalg {
@@ -346,7 +348,8 @@ matrix _inv_char_poly_2x2(matrix m) {
}
}
} // namespace linalg
} // namespace math
}
} // namespace sta

View File

@@ -5,6 +5,8 @@
#include <iostream>
#include <sta/debug/debug.hpp>
#include <sta/debug/assert.hpp>
namespace sta
{
namespace math {
matrix::matrix() {
@@ -432,4 +434,6 @@ void matrix::show_shape() {
}
}
}// namespace math
}//namespace sta