comparison src/expm.cc @ 453:393e95f46b51

[project @ 1994-06-06 00:05:20 by jwe]
author jwe
date Mon, 06 Jun 1994 00:14:55 +0000
parents a99f28f5e351
children 88614b380d6e
comparison
equal deleted inserted replaced
452:565206294f5a 453:393e95f46b51
1 // tc-expm.cc -*- C++ -*- 1 // tc-expm.cc -*- C++ -*-
2 /* 2 /*
3 3
4 Copyright (C) 1993 John W. Eaton 4 Copyright (C) 1993, 1994 John W. Eaton
5 5
6 This file is part of Octave. 6 This file is part of Octave.
7 7
8 Octave is free software; you can redistribute it and/or modify it 8 Octave is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published by the 9 under the terms of the GNU General Public License as published by the
27 #include "config.h" 27 #include "config.h"
28 #endif 28 #endif
29 29
30 #include <math.h> 30 #include <math.h>
31 31
32 #include "Matrix.h" 32 #include "dMatrix.h"
33 #include "CMatrix.h"
34 #include "CColVector.h"
35 #include "dbleAEPBAL.h"
36 #include "CmplxAEPBAL.h"
33 #include "f77-uscore.h" 37 #include "f77-uscore.h"
34 38
35 #include "tree-const.h" 39 #include "tree-const.h"
36 #include "user-prefs.h" 40 #include "user-prefs.h"
37 #include "gripes.h" 41 #include "gripes.h"