Mercurial > hg > octave-lyh
comparison liboctave/SparseCmplxQR.cc @ 8377:25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 29 Oct 2008 16:52:10 +0100 |
parents | 82be108cc558 |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8376:c43481a19bfe | 8377:25bc2d31e1bf |
---|---|
25 #endif | 25 #endif |
26 #include <vector> | 26 #include <vector> |
27 | 27 |
28 #include "lo-error.h" | 28 #include "lo-error.h" |
29 #include "SparseCmplxQR.h" | 29 #include "SparseCmplxQR.h" |
30 #include "oct-locbuf.h" | |
30 | 31 |
31 #if defined(CS_VER) && (((CS_VER == 2) && (CS_SUBVER < 2)) || (CS_VER < 2)) | 32 #if defined(CS_VER) && (((CS_VER == 2) && (CS_SUBVER < 2)) || (CS_VER < 2)) |
32 typedef double _Complex cs_complex_t; | 33 typedef double _Complex cs_complex_t; |
33 | 34 |
34 // Why did g++ 4.x stl_vector.h make | 35 // Why did g++ 4.x stl_vector.h make |