Mercurial > hg > octave-nkf
comparison liboctave/mx-ext.h @ 4210:b6e652bf4e5f
[project @ 2002-12-04 00:40:13 by jwe]
author | jwe |
---|---|
date | Wed, 04 Dec 2002 00:40:13 +0000 |
parents | 9580887dd160 |
children | 4c8a2e4e0717 |
comparison
equal
deleted
inserted
replaced
4209:af97dc493a2c | 4210:b6e652bf4e5f |
---|---|
65 // Result of a QR decomposition. | 65 // Result of a QR decomposition. |
66 | 66 |
67 #include "dbleQR.h" | 67 #include "dbleQR.h" |
68 #include "CmplxQR.h" | 68 #include "CmplxQR.h" |
69 | 69 |
70 #include "dbleQRP.h" | |
71 #include "CmplxQRP.h" | |
72 | |
70 #endif | 73 #endif |
71 | 74 |
72 /* | 75 /* |
73 ;;; Local Variables: *** | 76 ;;; Local Variables: *** |
74 ;;; mode: C++ *** | 77 ;;; mode: C++ *** |