Loading...
Searching...
No Matches
Pbc.h File Reference
#include "Vector.h"
#include "Tensor.h"
#include "small_vector/small_vector.h"
#include "View.h"
#include "View2D.h"
#include <vector>
#include <cstddef>
#include <limits>

Classes

class  PLMD::Pbc
 

Namespaces

namespace  PLMD
 

Typedefs

template<std::size_t N = helpers::dynamic_extent, std::size_t STRIDE = 3>
using PLMD::mdMemoryView = View2D<double,N,STRIDE>
 
template<std::size_t N = 3>
using PLMD::MemoryView = View<double,N>
 
using PLMD::VectorView = mdMemoryView<helpers::dynamic_extent, 3>