46 #ifndef MUELU_LWGRAPH_DEF_HPP
47 #define MUELU_LWGRAPH_DEF_HPP
56 template <
class LocalOrdinal,
class GlobalOrdinal,
class Node>
71 if (verbLevel &
Debug) {
72 for (LO i = 0; i < rows_.size()-1; i++) {
74 for (LO j = rows_[i]; j < rows_[i+1]; j++)
75 out0 <<
" " << columns_[j];
83 #endif // MUELU_LWGRAPH_DEF_HPP
Print additional debugging information.
#define MUELU_DESCRIBE
Helper macro for implementing Describable::describe() for BaseClass objects.
Print class parameters (more parameters, more verbose)
void print(Teuchos::FancyOStream &out, const VerbLevel verbLevel=Default) const
Print the Graph with some verbosity level to an FancyOStream object.