PSCF v1.4.0
rpc/fts/compressor/AmCompressorBase.h
1#ifndef RPC_AM_COMP_BASE_H
2#define RPC_AM_COMP_BASE_H
3
4/*
5* PSCF - Polymer Self-Consistent Field
6*
7* Copyright 2015 - 2025, The Regents of the University of Minnesota
8* Distributed under the terms of the GNU General Public License.
9*/
10
11/*
12* Instantiatied class template specializations used as base classes
13* for specializations of the class templates Rpc::AmCompressor and
14* Rpc::LrAmCompressor.
15*/
16
17#include <pscf/iterator/AmIteratorTmpl.h> // base class template
18#include <rpc/fts/compressor/Compressor.h> // base class argument
19#include <util/containers/DArray.h> // base class argument
20
21namespace Pscf {
22 extern template
24 extern template
26 extern template
28}
29#endif
Template for Anderson mixing iterator algorithm.
Dynamically allocatable contiguous array template.
Definition DArray.h:32
PSCF package top-level namespace.