EpetraExt  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
EpetraExt_MatrixMatrix.h File Reference
#include <EpetraExt_ConfigDefs.h>
Include dependency graph for EpetraExt_MatrixMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EpetraExt::MatrixMatrix
 Collection of matrix-matrix operations. More...
 

Namespaces

 EpetraExt
 EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.
 

Functions

template<typename int_type >
double EpetraExt::sparsedot (double *u, int_type *u_ind, int u_len, double *v, int_type *v_ind, int v_len)
 Method for internal use... More...