diff liboctave/EIG.cc @ 11495:8a5e980da6aa

style fixes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 02:09:02 -0500
parents 12884915a8e4
children 141b3fb5cef7
line wrap: on
line diff
--- a/liboctave/EIG.cc	Wed Jan 12 22:09:57 2011 +0100
+++ b/liboctave/EIG.cc	Thu Jan 13 02:09:02 2011 -0500
@@ -35,52 +35,58 @@
   F77_RET_T
   F77_FUNC (dgeev, DGEEV) (F77_CONST_CHAR_ARG_DECL,
                            F77_CONST_CHAR_ARG_DECL,
-                           const octave_idx_type&, double*, const octave_idx_type&, double*,
-                           double*, double*, const octave_idx_type&, double*,
-                           const octave_idx_type&, double*, const octave_idx_type&, octave_idx_type&
+                           const octave_idx_type&, double*,
+                           const octave_idx_type&, double*, double*,
+                           double*, const octave_idx_type&, double*,
+                           const octave_idx_type&, double*,
+                           const octave_idx_type&, octave_idx_type&
                            F77_CHAR_ARG_LEN_DECL
                            F77_CHAR_ARG_LEN_DECL);
 
   F77_RET_T
   F77_FUNC (zgeev, ZGEEV) (F77_CONST_CHAR_ARG_DECL,
                            F77_CONST_CHAR_ARG_DECL,
-                           const octave_idx_type&, Complex*, const octave_idx_type&, Complex*,
-                           Complex*, const octave_idx_type&, Complex*, const octave_idx_type&,
-                           Complex*, const octave_idx_type&, double*, octave_idx_type&
+                           const octave_idx_type&, Complex*,
+                           const octave_idx_type&, Complex*,
+                           Complex*, const octave_idx_type&, Complex*,
+                           const octave_idx_type&, Complex*,
+                           const octave_idx_type&, double*, octave_idx_type&
                            F77_CHAR_ARG_LEN_DECL
                            F77_CHAR_ARG_LEN_DECL);
 
   F77_RET_T
   F77_FUNC (dsyev, DSYEV) (F77_CONST_CHAR_ARG_DECL,
                            F77_CONST_CHAR_ARG_DECL,
-                           const octave_idx_type&, double*, const octave_idx_type&, double*,
-                           double*, const octave_idx_type&, octave_idx_type&
+                           const octave_idx_type&, double*,
+                           const octave_idx_type&, double*, double*,
+                           const octave_idx_type&, octave_idx_type&
                            F77_CHAR_ARG_LEN_DECL
                            F77_CHAR_ARG_LEN_DECL);
 
   F77_RET_T
   F77_FUNC (zheev, ZHEEV) (F77_CONST_CHAR_ARG_DECL,
                            F77_CONST_CHAR_ARG_DECL,
-                           const octave_idx_type&, Complex*, const octave_idx_type&, double*,
-                           Complex*, const octave_idx_type&, double*, octave_idx_type&
+                           const octave_idx_type&, Complex*,
+                           const octave_idx_type&, double*,
+                           Complex*, const octave_idx_type&, double*,
+                           octave_idx_type&
                            F77_CHAR_ARG_LEN_DECL
                            F77_CHAR_ARG_LEN_DECL);
 
   F77_RET_T
   F77_FUNC (dpotrf, DPOTRF) (F77_CONST_CHAR_ARG_DECL, 
-                           const octave_idx_type&, 
-                           double*, const octave_idx_type&,
-                           octave_idx_type&
-                           F77_CHAR_ARG_LEN_DECL
-                           F77_CHAR_ARG_LEN_DECL);
+                             const octave_idx_type&, double*,
+                             const octave_idx_type&, octave_idx_type&
+                             F77_CHAR_ARG_LEN_DECL
+                             F77_CHAR_ARG_LEN_DECL);
 
   F77_RET_T
   F77_FUNC (zpotrf, ZPOTRF) (F77_CONST_CHAR_ARG_DECL, 
-                           const octave_idx_type&, 
-                           Complex*, const octave_idx_type&,
-                           octave_idx_type&
-                           F77_CHAR_ARG_LEN_DECL
-                           F77_CHAR_ARG_LEN_DECL);
+                             const octave_idx_type&, 
+                             Complex*, const octave_idx_type&,
+                             octave_idx_type&
+                             F77_CHAR_ARG_LEN_DECL
+                             F77_CHAR_ARG_LEN_DECL);
 
   F77_RET_T
   F77_FUNC (dggev, DGGEV) (F77_CONST_CHAR_ARG_DECL, 
@@ -88,19 +94,20 @@
                            const octave_idx_type&, 
                            double*, const octave_idx_type&,
                            double*, const octave_idx_type&,
-                           double*, double*, double *,
-                           double*, const octave_idx_type&, double*, const octave_idx_type&,
-                           double*, const octave_idx_type&, octave_idx_type&
+                           double*, double*, double *, double*,
+                           const octave_idx_type&, double*,
+                           const octave_idx_type&, double*,
+                           const octave_idx_type&, octave_idx_type&
                            F77_CHAR_ARG_LEN_DECL
                            F77_CHAR_ARG_LEN_DECL);
 
   F77_RET_T
   F77_FUNC (dsygv, DSYGV) (const octave_idx_type&,
                            F77_CONST_CHAR_ARG_DECL, F77_CONST_CHAR_ARG_DECL,
-                           const octave_idx_type&, 
-                           double*, const octave_idx_type&,
-                           double*, const octave_idx_type&,
-                           double*, double*, const octave_idx_type&, octave_idx_type&
+                           const octave_idx_type&, double*,
+                           const octave_idx_type&, double*,
+                           const octave_idx_type&, double*, double*,
+                           const octave_idx_type&, octave_idx_type&
                            F77_CHAR_ARG_LEN_DECL
                            F77_CHAR_ARG_LEN_DECL);
 
@@ -110,9 +117,10 @@
                            const octave_idx_type&, 
                            Complex*, const octave_idx_type&,
                            Complex*, const octave_idx_type&,
-                           Complex*, Complex*,
-                           Complex*, const octave_idx_type&, Complex*, const octave_idx_type&,
-                           Complex*, const octave_idx_type&, double*, octave_idx_type&
+                           Complex*, Complex*, Complex*,
+                           const octave_idx_type&, Complex*,
+                           const octave_idx_type&, Complex*,
+                           const octave_idx_type&, double*, octave_idx_type&
                            F77_CHAR_ARG_LEN_DECL
                            F77_CHAR_ARG_LEN_DECL);
 
@@ -120,11 +128,10 @@
   F77_FUNC (zhegv, ZHEGV) (const octave_idx_type&,
                            F77_CONST_CHAR_ARG_DECL, 
                            F77_CONST_CHAR_ARG_DECL,
-                           const octave_idx_type&, 
-                           Complex*, const octave_idx_type&,
-                           Complex*, const octave_idx_type&,
-                           double*, Complex*, const octave_idx_type&, double*, 
-                           octave_idx_type&
+                           const octave_idx_type&, Complex*,
+                           const octave_idx_type&, Complex*,
+                           const octave_idx_type&, double*, Complex*,
+                           const octave_idx_type&, double*, octave_idx_type&
                            F77_CHAR_ARG_LEN_DECL
                            F77_CHAR_ARG_LEN_DECL);
 }