85 Teuchos::RCP<Epetra_CrsGraph>
compute(
Epetra_CrsGraph& B,
int nbrr, std::vector<int>&r, std::vector<double>& weights,
bool verbose =
false);
88 template<
typename int_type>
89 Teuchos::RCP<Epetra_CrsGraph>
compute(
Epetra_CrsGraph& B,
int nbrr, std::vector<int>&r, std::vector<double>& weights,
bool verbose =
false);
92 int* csr_bst(
int n );
93 int csr_bstrootindex(
int n );
Teuchos::RCP< Epetra_CrsGraph > compute(Epetra_CrsGraph &B, int nbrr, std::vector< int > &r, std::vector< double > &weights, bool verbose=false)
Constructs an adjacency graph representing the block connectivity of the input graph,...