53 std::ostringstream
toss;
65 std::ostringstream
toss;
76 std::ostringstream
toss;
77 for (
int i=0;
i<size;
i++)
86 const std::string& name,
90 int rtn = name.length();
94 int x =
column.entry(
i)->toString().length();
110 std::ios::fmtflags
f( out.flags() );
116 out << std::left << std::setw(
cw) <<
entries[
i]->toString();
141 const std::string& header,
146 std::ios::fmtflags
f(out.flags());
176 int numRows =
columns[0].numRows();
183 for (
int i=0;
i<numRows;
i++)
186 out << std::left <<
thinline() << std::endl;
Replacement for std::vector that is compatible with the Teuchos Memory Management classes.
int size(const Comm< Ordinal > &comm)
Get the number of processes in the communicator.
Concrete serial communicator subclass.
#define TEUCHOS_TEST_FOR_EXCEPT(throw_exception_test)
This macro is designed to be a short version of TEUCHOS_TEST_FOR_EXCEPTION() that is easier to call.
#define TEUCHOS_ASSERT_EQUALITY(val1, val2)
This macro is checks that to numbers are equal and if not then throws an exception with a good error ...