Class which formats strings into columns. More...
#include <iostream>#include <string>#include <vector>#include <boost/numeric/ublas/vector.hpp>#include <boost/numeric/ublas/matrix.hpp>#include <o2scl/misc.h>#include <o2scl/string_conv.h>Go to the source code of this file.
Classes | |
| class | o2scl::columnify |
| Create nicely formatted columns from a table of strings. More... | |
Namespaces | |
| o2scl | |
| The main O2scl namespace. | |
Functions | |
Matrix output functions from src/base/columnify.h | |
| template<class mat_t > | |
| int | o2scl::matrix_out (std::ostream &os, size_t nrows, size_t ncols, const mat_t &A) |
A operator for simple matrix output using operator() More... | |
| template<class mat_t > | |
| int | o2scl::matrix_out (std::ostream &os, const mat_t &A) |
A operator for simple matrix output using operator() More... | |
| template<class mat_t > | |
| int | o2scl::matrix_trans_out (std::ostream &os, size_t nrows, size_t ncols, const mat_t &A) |
A operator for simple matrix output using operator() More... | |
| template<class mat_t > | |
| int | o2scl::matrix_trans_out (std::ostream &os, const mat_t &A) |
A operator for simple matrix output using operator() More... | |
| template<class mat_t > | |
| int | o2scl::array_2d_out (std::ostream &os, size_t nrows, size_t ncols, mat_t &A) |
A operator for simple matrix output using operator[]. More... | |
| template<class mat_t > | |
| int | o2scl::array_2d_trans_out (std::ostream &os, size_t nrows, size_t ncols, mat_t &A) |
A operator for simple matrix output using operator[]. More... | |
Matrix output functions from src/base/columnify.h | |
| template<class mat_t > | |
| int | o2scl::matrix_out (std::ostream &os, size_t nrows, size_t ncols, const mat_t &A) |
A operator for simple matrix output using operator() More... | |
| template<class mat_t > | |
| int | o2scl::matrix_out (std::ostream &os, const mat_t &A) |
A operator for simple matrix output using operator() More... | |
| template<class mat_t > | |
| int | o2scl::matrix_trans_out (std::ostream &os, size_t nrows, size_t ncols, const mat_t &A) |
A operator for simple matrix output using operator() More... | |
| template<class mat_t > | |
| int | o2scl::matrix_trans_out (std::ostream &os, const mat_t &A) |
A operator for simple matrix output using operator() More... | |
| template<class mat_t > | |
| int | o2scl::array_2d_out (std::ostream &os, size_t nrows, size_t ncols, mat_t &A) |
A operator for simple matrix output using operator[]. More... | |
| template<class mat_t > | |
| int | o2scl::array_2d_trans_out (std::ostream &os, size_t nrows, size_t ncols, mat_t &A) |
A operator for simple matrix output using operator[]. More... | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).