EpetraExt Development
Loading...
Searching...
No Matches
EpetraExt_MatrixMatrix.h File Reference
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

namespace  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... sparsedot forms a dot-product between two sparsely-populated 'vectors'.