6#ifndef ELEMENT_BASIS_INDEX_H
7#define ELEMENT_BASIS_INDEX_H
25 class Index_TL:
public std::vector<std::vector<size_t>>
32 class Index_T:
public std::vector<Index_TL>
40 typedef std::vector<std::vector<NM>>
Range;
Definition element_basis_index.h:26
size_t N
Definition element_basis_index.h:28
size_t M
Definition element_basis_index.h:29
Definition element_basis_index.h:33
size_t count_size
Definition element_basis_index.h:35
Definition element_basis_index.h:15
static IndexLNM construct_index(const Range &range)
Definition element_basis_index.cpp:10
std::vector< Index_T > IndexLNM
Definition element_basis_index.h:41
std::vector< std::vector< NM > > Range
Definition element_basis_index.h:40
Definition array_pool.h:6
Definition element_basis_index.h:19
size_t M
Definition element_basis_index.h:22
size_t N
Definition element_basis_index.h:21