51 std::ostringstream ss;
55 ss.setf (std::ios::scientific);
64 if (i + 1 <
size ()) {
77 std::ostringstream ss;
81 ss.setf (std::ios::scientific);
90 if (i + 1 <
size ()) {
103 std::ostringstream ss;
107 ss.setf (std::ios::scientific);
115 ss << operator[] (i);
116 if (i + 1 <
size ()) {
129 std::ostringstream ss;
133 ss.setf (std::ios::scientific);
141 ss << operator[] (i);
142 if (i + 1 <
size ()) {
#define TEUCHOSCORE_LIB_DLL_EXPORT
void debug_assert_valid_ptr() const
std::string toString() const
Convert an ArrayView<T> to an std::string
int size(const Comm< Ordinal > &comm)
Get the number of processes in the communicator.
TypeTo as(const TypeFrom &t)
Convert from one value type to another.