File defining 'expectation value' objects. More...
#include <boost/numeric/ublas/vector.hpp>#include <boost/numeric/ublas/vector_proxy.hpp>#include <boost/numeric/ublas/matrix.hpp>#include <boost/numeric/ublas/matrix_proxy.hpp>#include <o2scl/vec_stats.h>#include <o2scl/tensor.h>Go to the source code of this file.
Classes | |
| class | o2scl::expval_base |
| Expectation value base class. More... | |
| class | o2scl::expval_scalar |
| Scalar expectation value. More... | |
| class | o2scl::expval_vector |
| Vector expectation value. More... | |
| class | o2scl::expval_matrix |
| Matrix expectation value. More... | |
Namespaces | |
| o2scl | |
| The main O2scl namespace. | |
| o2scl_hdf | |
| The O2scl namespace for I/O with HDF. | |
Functions | |
| void | o2scl_hdf::hdf_input (hdf_file &hf, o2scl::expval_scalar &h, std::string name="") |
| Input a o2scl::expval_scalar object from a hdf_file. | |
| void | o2scl_hdf::hdf_output (hdf_file &hf, o2scl::expval_scalar &h, std::string name) |
| Output a o2scl::expval_scalar object to a hdf_file. | |
| void | o2scl_hdf::hdf_input (hdf_file &hf, o2scl::expval_vector &h, std::string name="") |
| Input a o2scl::expval_vector object from a hdf_file. | |
| void | o2scl_hdf::hdf_output (hdf_file &hf, o2scl::expval_vector &h, std::string name) |
| Output a o2scl::expval_vector object to a hdf_file. | |
| void | o2scl_hdf::hdf_input (hdf_file &hf, o2scl::expval_matrix &h, std::string name="") |
| Input a o2scl::expval_matrix object from a hdf_file. | |
| void | o2scl_hdf::hdf_output (hdf_file &hf, o2scl::expval_matrix &h, std::string name) |
| Output a o2scl::expval_matrix object to a hdf_file. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).