6#ifndef ELEMENT_BASIS_INDEX_H
7#define ELEMENT_BASIS_INDEX_H
15namespace Element_Basis_Index
26 class Index_TL:
public std::vector<std::vector<std::size_t>>
33 class Index_T:
public std::vector<Index_TL>
41 typedef std::vector<std::vector<NM>>
Range;
Definition element_basis_index.h:27
std::size_t M
Definition element_basis_index.h:30
std::size_t N
Definition element_basis_index.h:29
Definition element_basis_index.h:34
std::size_t count_size
Definition element_basis_index.h:36
IndexLNM construct_index(const Range &range)
Definition element_basis_index.cpp:12
std::vector< Index_T > IndexLNM
Definition element_basis_index.h:42
std::vector< std::vector< NM > > Range
Definition element_basis_index.h:41
Definition array_pool.h:6
Definition element_basis_index.h:20
std::size_t M
Definition element_basis_index.h:23
std::size_t N
Definition element_basis_index.h:22