#include "AMP/matrices/Matrix.h"#include "AMP/mesh/Mesh.h"#include "AMP/utils/UnitTest.h"#include "AMP/vectors/Variable.h"#include "AMP/vectors/Vector.h"#include <memory>#include <string>
Go to the source code of this file.
Classes | |
| class | AMP::LinearAlgebra::MatrixFactory |
| Matrix factory class. More... | |
| class | AMP::LinearAlgebra::MatrixTests |
| A helper class to store/run tests for a matrix. More... | |
Namespaces | |
| namespace | AMP |
| namespace | AMP::LinearAlgebra |
Functions | |
| void | AMP::LinearAlgebra::fillWithPseudoLaplacian (std::shared_ptr< AMP::LinearAlgebra::Matrix > matrix) |
| void | AMP::LinearAlgebra::test_matrix_loop (AMP::UnitTest &ut, std::shared_ptr< MatrixFactory > factory, std::shared_ptr< MatrixFactory > copy_factory=nullptr) |
| void | AMP::LinearAlgebra::test_matrix_loop (AMP::UnitTest &ut, std::shared_ptr< MatrixTests > tests) |
| void | AMP::LinearAlgebra::testBasics (AMP::UnitTest &ut, const std::string &type) |
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:41. Comments on this page |