EpetraExt Development
|
#include <EpetraExt_ConfigDefs.h>
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'. | |