File defining o2scl::tensor and rank-specific children. More...
#include <iostream>#include <cstdlib>#include <string>#include <fstream>#include <sstream>#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 <gsl/gsl_matrix.h>#include <gsl/gsl_ieee_utils.h>#include <o2scl/err_hnd.h>#include <o2scl/interp.h>#include <o2scl/table3d.h>#include <o2scl/misc.h>Go to the source code of this file.
Classes | |
| class | o2scl::tensor< data_t, vec_t, vec_size_t > |
| Tensor class with arbitrary dimensions. More... | |
| class | o2scl::tensor1< data_t, vec_t, vec_size_t > |
| Rank 1 tensor. More... | |
| class | o2scl::tensor2< data_t, vec_t, vec_size_t > |
| Rank 2 tensor. More... | |
| class | o2scl::tensor3< data_t, vec_t, vec_size_t > |
| Rank 3 tensor. More... | |
| class | o2scl::tensor4< data_t, vec_t, vec_size_t > |
| Rank 4 tensor. More... | |
Namespaces | |
| o2scl | |
| The main O2scl namespace. | |
Functions | |
| template<class tensor_t > | |
| void | o2scl::tensor_out (std::ostream &os, tensor_t &t, bool pretty=true) |
| Output a tensor to a stream. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).