TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
linear.hpp
#include "../utils.hpp"
#include "../mesh_iterator.hpp"
#include "../../utility/macros.hpp"
#include <h5/h5.hpp>
#include <itertools/itertools.hpp>
#include <nda/nda.hpp>
#include <algorithm>
#include <concepts>
#include <cstdint>
#include <limits>
#include <string>
#include <type_traits>
#include <utility>

Detailed Description

Provides a linear mesh type with equally spaced mesh points on an interval.

Definition in file linear.hpp.

Go to the source code of this file.

Classes

class  triqs::mesh::detail::linear< M, T >
 Linear mesh type. More...
class  triqs::mesh::detail::linear< M, T >::mesh_point_t
 Mesh point of a triqs::mesh::detail::linear mesh. More...