#include "header.h"
#include "SparseMatrix.h"
#include "SparseMsg.h"
#include "../randnum/randnum.h"
#include "../shell/Shell.h"
Functions | |
unsigned int | rowIndex (const Element *e, const DataId &d) |
void | fillErefsFromMatrix (const SparseMatrix< unsigned int > &matrix, vector< vector< Eref > > &v, Element *e1, Element *e2) |
void fillErefsFromMatrix | ( | const SparseMatrix< unsigned int > & | matrix, | |
vector< vector< Eref > > & | v, | |||
Element * | e1, | |||
Element * | e2 | |||
) |
References SparseMatrix< T >::getRow(), SparseMatrix< T >::nColumns(), SparseMatrix< T >::nRows(), and Element::numData().
Referenced by SparseMsg::findOtherEnd(), and SparseMatrix< unsigned int >::transpose().