MPQC  3.0.0-alpha
treemat_fwd.h
1 //
2 // treemat_fwd.h
3 //
4 // Copyright (C) 2014 David Hollman
5 //
6 // Author: David Hollman
7 // Maintainer: DSH
8 // Created: May 2, 2014
9 //
10 // This file is part of the SC Toolkit.
11 //
12 // The SC Toolkit is free software; you can redistribute it and/or modify
13 // it under the terms of the GNU Library General Public License as published by
14 // the Free Software Foundation; either version 2, or (at your option)
15 // any later version.
16 //
17 // The SC Toolkit is distributed in the hope that it will be useful,
18 // but WITHOUT ANY WARRANTY; without even the implied warranty of
19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 // GNU Library General Public License for more details.
21 //
22 // You should have received a copy of the GNU Library General Public License
23 // along with the SC Toolkit; see the file COPYING.LIB. If not, write to
24 // the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
25 //
26 // The U.S. Government is granted a limited license as per AL 91-7.
27 //
28 
29 #ifndef _chemistry_qc_scf_cadf_treemat_fwd_h
30 #define _chemistry_qc_scf_cadf_treemat_fwd_h
31 
32 #include <Eigen/Dense>
33 
34 namespace sc { namespace cadf {
35 
36 typedef uint64_t uli;
37 typedef unsigned int uint;
38 
39 template<
40  typename NormContainer=Eigen::VectorXd,
41  typename Index=uli,
42  typename NormValue=typename Eigen::internal::traits<NormContainer>::Scalar
43 >
44 class TreeBlock;
45 
46 template<typename BlockType=TreeBlock<>>
47 class TreeMatrix;
48 
49 
50 }} // end namespaces
51 
52 #endif /* _chemistry_qc_scf_cadf_treemat_fwd_h */
sc
Contains all MPQC code up to version 3.
Definition: mpqcin.h:14

Generated at Sun Jan 26 2020 23:23:59 for MPQC 3.0.0-alpha using the documentation package Doxygen 1.8.16.