src/matrix_matrix.h

Go to the documentation of this file.
00001 //
00002 // C++ Implementation: matrix_matrix
00003 //
00004 // Description: 
00005 //
00006 //
00007 // Author: Roman Geus <geus@maxwell>, (C) 2004
00008 //
00009 // Copyright: See COPYING file that comes with this distribution
00010 //
00011 //
00012 
00013 #ifndef MATRIX_MATRIX_H
00014 #define MATRIX_MATRIX_H
00015 
00016 class Epetra_CrsGraph;
00017 class Epetra_CrsMatrix;
00018 class Epetra_FECrsMatrix;
00019 
00020 int poor_man_matrix_matrix(const Epetra_CrsMatrix& A, const Epetra_CrsMatrix& B, Epetra_CrsMatrix& C);
00021 int poor_man_matrix_matrix_local(const Epetra_CrsMatrix& A, const Epetra_CrsMatrix& B, Epetra_CrsMatrix& C);
00022 int poor_man_matrix_matrix_local2(const Epetra_CrsMatrix& A, const Epetra_CrsMatrix& B, Epetra_CrsMatrix& C);
00023 int poor_man_matrix_matrix_graph(const Epetra_CrsGraph& A, const Epetra_CrsGraph& B, Epetra_CrsGraph& C);
00024 
00030 int transpose_matrix(const Epetra_CrsMatrix& A, Epetra_FECrsMatrix& T);
00031 
00032 #endif

Generated on Fri Oct 26 13:35:12 2007 for FEMAXX (Finite Element Maxwell Eigensolver) by  doxygen 1.4.7