comparison src/xpow.cc @ 1352:19c10b8657d5

[project @ 1995-09-05 08:11:57 by jwe]
author jwe
date Tue, 05 Sep 1995 08:33:58 +0000
parents 94bedeb289e5
children dc9c01f66a19
comparison
equal deleted inserted replaced
1351:8256c4c57419 1352:19c10b8657d5
27 27
28 #include <cassert> 28 #include <cassert>
29 29
30 #include <Complex.h> 30 #include <Complex.h>
31 31
32 #include "CColVector.h"
33 #include "CDiagMatrix.h"
34 #include "CMatrix.h"
35 #include "EIG.h"
36 #include "dDiagMatrix.h"
37 #include "dMatrix.h"
38
39 #include "error.h"
40 #include "tree-const.h"
32 #include "xpow.h" 41 #include "xpow.h"
33 #include "dMatrix.h"
34 #include "CMatrix.h"
35 #include "dDiagMatrix.h"
36 #include "CDiagMatrix.h"
37 #include "CColVector.h"
38 #include "EIG.h"
39 #include "tree-const.h"
40 #include "error.h"
41 42
42 // This function also appears in tree-const.cc. Maybe it should be a 43 // This function also appears in tree-const.cc. Maybe it should be a
43 // member function of the Matrix class. 44 // member function of the Matrix class.
44 45
45 static int 46 static int