comparison src/lu.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 // f-lu.cc -*- C++ -*- 1 // f-lu.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
23 23
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include "config.h" 25 #include "config.h"
26 #endif 26 #endif
27 27
28 #include "Matrix.h" 28 #include "dbleLU.h"
29 #include "CmplxLU.h"
29 30
30 #include "tree-const.h" 31 #include "tree-const.h"
31 #include "user-prefs.h" 32 #include "user-prefs.h"
32 #include "gripes.h" 33 #include "gripes.h"
33 #include "f-lu.h" 34 #include "f-lu.h"