Advanced Multi-Physics (AMP)
On-Line Documentation
EpetraMatrixHelpers.h
Go to the documentation of this file.
1#ifndef included_EpetraMatrixHelpers_h
2#define included_EpetraMatrixHelpers_h
3
4#include <memory>
5
6namespace AMP::LinearAlgebra {
7
8class Matrix;
9class ManagedEpetraMatrix;
10
11std::shared_ptr<ManagedEpetraMatrix> getEpetraMatrix( std::shared_ptr<Matrix> mat );
12} // namespace AMP::LinearAlgebra
13#endif
std::shared_ptr< ManagedEpetraMatrix > getEpetraMatrix(std::shared_ptr< Matrix > mat)



Advanced Multi-Physics (AMP)
Oak Ridge National Laboratory
Idaho National Laboratory
Los Alamos National Laboratory
This page automatically produced from the
source code by doxygen
Last updated: Tue Mar 10 2026 13:06:40.
Comments on this page