File defining o2scl::tensor_grid and rank-specific children. More...
#include <iostream>
#include <cstdlib>
#include <string>
#include <fstream>
#include <sstream>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_ieee_utils.h>
#include <o2scl/err_hnd.h>
#include <o2scl/interp.h>
#include <o2scl/tensor.h>
#include <o2scl/table3d.h>
Go to the source code of this file.
Classes | |
class | o2scl::tensor_grid< vec_t, vec_size_t > |
Tensor class with arbitrary dimensions with a grid. More... | |
class | o2scl::tensor_grid< vec_t, vec_size_t > |
Tensor class with arbitrary dimensions with a grid. More... | |
class | o2scl::tensor_grid1< vec_t, vec_size_t > |
Rank 1 tensor with a grid. More... | |
class | o2scl::tensor_grid2< vec_t, vec_size_t > |
Rank 2 tensor with a grid. More... | |
class | o2scl::tensor_grid3< vec_t, vec_size_t > |
Rank 3 tensor with a grid. More... | |
class | o2scl::tensor_grid4< vec_t, vec_size_t > |
Rank 4 tensor with a grid. More... | |
Namespaces | |
o2scl | |
The main O2scl namespace. | |
o2scl_hdf | |
The O2scl namespace for I/O with HDF. | |
Typedefs | |
typedef boost::numeric::ublas::range | o2scl::ub_range |
typedef boost::numeric::ublas::vector_range< boost::numeric::ublas::vector< double > > | o2scl::ubvector_range |
typedef boost::numeric::ublas::vector_range< boost::numeric::ublas::vector< size_t > > | o2scl::ubvector_size_t_range |
Functions | |
template<class vec_t , class vec_size_t > | |
void | o2scl_hdf::hdf_input (hdf_file &hf, o2scl::tensor_grid< vec_t, vec_size_t > &t, std::string name) |
template<class vec_t , class vec_size_t > | |
void | o2scl_hdf::hdf_output (hdf_file &hf, o2scl::tensor_grid< vec_t, vec_size_t > &t, std::string name) |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).