|
string | GC_namespace::to_string (complex_type const &v) |
template<typename TYPE> |
ostream_type & | GC_namespace::operator<< (ostream_type &s, vector< TYPE > const &v) |
| Overload of the operator<< for printing a vector of elements of a generic type.
|
template<typename TYPE> |
ostream_type & | GC_namespace::operator<< (ostream_type &s, mat_type< TYPE > const &mat) |
| Overload of the operator<< for printing a matrix of elements of a generic type.
|
string_view | GC_namespace::to_string (GC_type s) |
| Converts the GC_type enum value to a string representation.
|
void | GC_namespace::write_table (vec_string_type const &headers, vector_type const &data, ostream_type &stream, char delimiter='\t') |
void | GC_namespace::writeTable (vec_string_type const &headers, vector_type const &data, ostream_type &stream, char delimiter='\t') |
void | GC_namespace::write_table (vec_string_type const &headers, mat_real_type const &data, ostream_type &stream, char delimiter='\t') |
void | GC_namespace::writeTable (vec_string_type const &headers, mat_real_type const &data, ostream_type &stream, char delimiter='\t') |
void | GC_namespace::write_table_formatted (vec_string_type const &headers, vector_type const &data, ostream_type &stream) |
void | GC_namespace::writeTableFormatted (vec_string_type const &headers, vector_type const &data, ostream_type &stream) |
void | GC_namespace::write_table_formatted (vec_string_type const &headers, mat_real_type const &data, ostream_type &stream) |
void | GC_namespace::writeTableFormatted (vec_string_type const &headers, mat_real_type const &data, ostream_type &stream) |
void | GC_namespace::string_escape (ostream_type &stream, string const &s) |