Files
FESADev/include/fesa/Math/Math.hpp
T
2026-05-05 01:16:26 +09:00

14 lines
298 B
C++

#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 {
inline constexpr std::string_view kMath = "Math";
} // namespace fesa::module