Loading [MathJax]/extensions/tex2jax.js
OGS
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
LinearSolverBehaviour.h
Go to the documentation of this file.
1
11#pragma once
12
13namespace MathLib
14{
15enum class LinearSolverBehaviour : int
16{
19 REUSE
20};
21
22} // namespace MathLib