atlas  0.6
matrix_fwd.h
Go to the documentation of this file.
1 
5 /*
6  Copyright (C) 2004,2005 Fokko du Cloux
7  part of the Atlas of Lie Groups and Representations
8 
9  For license information see the LICENSE file
10 */
11 
12 #ifndef MATRIX_FWD_H /* guard against multiple inclusions */
13 #define MATRIX_FWD_H
14 
15 /******** forward type declarations ******************************************/
16 
17 namespace atlas {
18 
19 namespace matrix {
20 
21  template<typename C> class Vector;
22  template<typename C> class Matrix_base;
23  template<typename C> class Matrix;
24  template<typename C> class PID_Matrix;
25 
26 }
27 
28 }
29 
30 #endif
Definition: Atlas.h:38