|
TRIQS/triqs_modest 3.3.0
Modular Electronic Structure Toolkit
|
#include <complex>#include <nda/nda.hpp>#include <fmt/format.h>#include <fmt/ranges.h>Go to the source code of this file.
Classes | |
| struct | fmt::formatter< nda::array< U, 2 > > |
| struct | fmt::formatter< nda::matrix< std::complex< T > > > |
| FIXME : do I need this still ?? More... | |
| struct | fmt::formatter< nda::matrix< U > > |
Namespaces | |
| namespace | nda |
Functions | |
| void | nda::format_as_table (std::ostream &out, nda::Matrix auto const &mat, auto const &row_labels, auto const &col_labels) |
| Format the matrix mat as a table, with row/col_labels. | |