comparison liboctave/fCmplxHESS.cc @ 11495:8a5e980da6aa

style fixes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 02:09:02 -0500
parents 12884915a8e4
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
11494:a2c3c43af79e 11495:8a5e980da6aa
31 31
32 extern "C" 32 extern "C"
33 { 33 {
34 F77_RET_T 34 F77_RET_T
35 F77_FUNC (cgebal, CGEBAL) (F77_CONST_CHAR_ARG_DECL, 35 F77_FUNC (cgebal, CGEBAL) (F77_CONST_CHAR_ARG_DECL,
36 const octave_idx_type&, FloatComplex*, const octave_idx_type&, 36 const octave_idx_type&, FloatComplex*,
37 octave_idx_type&, octave_idx_type&, float*, octave_idx_type& 37 const octave_idx_type&, octave_idx_type&,
38 octave_idx_type&, float*, octave_idx_type&
38 F77_CHAR_ARG_LEN_DECL); 39 F77_CHAR_ARG_LEN_DECL);
39 40
40 F77_RET_T 41 F77_RET_T
41 F77_FUNC (cgehrd, CGEHRD) (const octave_idx_type&, const octave_idx_type&, const octave_idx_type&, 42 F77_FUNC (cgehrd, CGEHRD) (const octave_idx_type&, const octave_idx_type&,
42 FloatComplex*, const octave_idx_type&, FloatComplex*, 43 const octave_idx_type&, FloatComplex*,
43 FloatComplex*, const octave_idx_type&, octave_idx_type&); 44 const octave_idx_type&, FloatComplex*,
45 FloatComplex*, const octave_idx_type&,
46 octave_idx_type&);
44 47
45 F77_RET_T 48 F77_RET_T
46 F77_FUNC (cunghr, CUNGHR) (const octave_idx_type&, const octave_idx_type&, const octave_idx_type&, 49 F77_FUNC (cunghr, CUNGHR) (const octave_idx_type&, const octave_idx_type&,
47 FloatComplex*, const octave_idx_type&, FloatComplex*, 50 const octave_idx_type&, FloatComplex*,
48 FloatComplex*, const octave_idx_type&, octave_idx_type&); 51 const octave_idx_type&, FloatComplex*,
52 FloatComplex*, const octave_idx_type&,
53 octave_idx_type&);
49 54
50 F77_RET_T 55 F77_RET_T
51 F77_FUNC (cgebak, CGEBAK) (F77_CONST_CHAR_ARG_DECL, 56 F77_FUNC (cgebak, CGEBAK) (F77_CONST_CHAR_ARG_DECL,
52 F77_CONST_CHAR_ARG_DECL, 57 F77_CONST_CHAR_ARG_DECL,
53 const octave_idx_type&, const octave_idx_type&, const octave_idx_type&, float*, 58 const octave_idx_type&, const octave_idx_type&,
54 const octave_idx_type&, FloatComplex*, const octave_idx_type&, octave_idx_type& 59 const octave_idx_type&, float*,
60 const octave_idx_type&, FloatComplex*,
61 const octave_idx_type&, octave_idx_type&
55 F77_CHAR_ARG_LEN_DECL 62 F77_CHAR_ARG_LEN_DECL
56 F77_CHAR_ARG_LEN_DECL); 63 F77_CHAR_ARG_LEN_DECL);
57 } 64 }
58 65
59 octave_idx_type 66 octave_idx_type