Home
last modified time | relevance | path

Searched defs:StridedLayout1D (Results 1 – 1 of 1) sorted by relevance

/dports/math/mfem/mfem-4.3/linalg/
H A Dtlayout.hpp30 struct StridedLayout1D struct
32 static const int rank = 1;
33 static const int dim_1 = N1;
34 static const int size = N1;
36 MFEM_HOST_DEVICE static inline int ind(int i1) in ind()
42 static OffsetStridedLayout1D<M1,S1> sub(int o1) in sub()
50 static StridedLayout2D<N1_1,S1,N1_2,S1*N1_1> split_1() in split_1()