• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

MOR_EpetraMVDenseMatrixView.hpp

Go to the documentation of this file.
00001 //*****************************************************************//
00002 //    Albany 2.0:  Copyright 2012 Sandia Corporation               //
00003 //    This Software is released under the BSD license detailed     //
00004 //    in the file "license.txt" in the top-level Albany directory  //
00005 //*****************************************************************//
00006 #ifndef MOR_EPETRAMVDENSEMATRIXVIEW_HPP
00007 #define MOR_EPETRAMVDENSEMATRIXVIEW_HPP
00008 
00009 class Epetra_MultiVector;
00010 class Epetra_SerialDenseMatrix;
00011 class Epetra_SerialSymDenseMatrix;
00012 
00013 namespace MOR {
00014 
00015 Epetra_SerialDenseMatrix localDenseMatrixView(Epetra_MultiVector &mv);
00016 Epetra_SerialSymDenseMatrix localSymDenseMatrixView(Epetra_MultiVector &mv);
00017 
00018 } // namespace MOR
00019 
00020 #endif /* MOR_EPETRAMVDENSEMATRIXVIEW_HPP */

Generated on Wed Mar 26 2014 18:36:40 for Albany: a Trilinos-based PDE code by  doxygen 1.7.1