|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
#include "axom/config.hpp"#include "axom/core/numerics/matvecops.hpp"#include "axom/core/numerics/Determinants.hpp"#include "axom/core/numerics/LU.hpp"#include "axom/core/numerics/Matrix.hpp"#include <cassert>#include <cmath>#include <ctime>Namespaces | |
| axom | |
| axom::numerics | |
Functions | |
| template<typename T > | |
| int | axom::numerics::eigen_solve (Matrix< T > &A, int k, T *u, T *lambdas, int numIterations=160) |
| Approximates k eigenvectors and eigenvalues of the passed in square matrix using the power method. More... | |