comparison liboctave/dbleSVD.cc @ 1631:b0b22b6ce22f

[project @ 1995-11-14 20:24:15 by jwe]
author jwe
date Tue, 14 Nov 1995 20:27:50 +0000
parents 8bdfa6fe5d69
children 2ffe49eb95a5
comparison
equal deleted inserted replaced
1630:21cc6098cdd3 1631:b0b22b6ce22f
26 #endif 26 #endif
27 27
28 #ifdef HAVE_CONFIG_H 28 #ifdef HAVE_CONFIG_H
29 #include <config.h> 29 #include <config.h>
30 #endif 30 #endif
31
32 #include <iostream.h>
31 33
32 #include "dbleSVD.h" 34 #include "dbleSVD.h"
33 #include "f77-uscore.h" 35 #include "f77-uscore.h"
34 #include "mx-inlines.cc" 36 #include "mx-inlines.cc"
35 37