14 lines
298 B
C++
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
|