|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
#include "axom/core/numerics/Determinants.hpp"#include "axom/core/numerics/LU.hpp"#include "axom/core/numerics/Matrix.hpp"#include <cassert>Namespaces | |
| axom | |
| axom::numerics | |
Functions | |
| template<typename T > | |
| int | axom::numerics::linear_solve (Matrix< T > &A, const T *b, T *x) |
| Solves a linear system of the form \( Ax=b \). More... | |