Home
last modified time | relevance | path

Searched refs:BPAllocator (Results 1 – 1 of 1) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Walkers/
H A DWalkerSetBase.h61 using BPAllocator = shared_allocator<bp_element>; //BPAlloc; variable
64 using BPCMatrix = boost::multi::array<bp_element, 2, BPAllocator>;
92 BPAllocator bpalloc_) in WalkerSetBase()