mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-peak.git
synced 2025-09-29 06:37:33 +00:00
Add some documentation, Aff
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user