AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
linear_solve.hpp File Reference

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...