comparison src/sparse-xdiv.cc @ 9003:0631d397fbe0

replace lo_ieee_isnan by xisnan, add missing includes
author Jaroslav Hajek <highegg@gmail.com>
date Sat, 21 Mar 2009 20:46:21 +0100
parents 42aff15e059b
children c229bfb14d8d
comparison
equal deleted inserted replaced
9002:5cc15e4b4e5c 9003:0631d397fbe0
29 29
30 #include "Array-util.h" 30 #include "Array-util.h"
31 #include "oct-cmplx.h" 31 #include "oct-cmplx.h"
32 #include "quit.h" 32 #include "quit.h"
33 #include "error.h" 33 #include "error.h"
34 #include "lo-ieee.h"
34 35
35 #include "dSparse.h" 36 #include "dSparse.h"
36 #include "dDiagMatrix.h" 37 #include "dDiagMatrix.h"
37 #include "CSparse.h" 38 #include "CSparse.h"
38 #include "CDiagMatrix.h" 39 #include "CDiagMatrix.h"