refactor: extract math solver boundary

This commit is contained in:
NINI
2026-05-05 01:16:26 +09:00
parent fd93bc35b0
commit 34e7d1638f
12 changed files with 353 additions and 189 deletions
+4
View File
@@ -1,5 +1,9 @@
#pragma once
#include "fesa/Math/DenseMatrix.hpp"
#include "fesa/Math/LinearSolver.hpp"
#include "fesa/Math/SparsePattern.hpp"
#include "fesa/Math/Vector.hpp"
#include "fesa/ModuleInfo.hpp"
namespace fesa::module {