comparison liboctave/fCRowVector.cc @ 11518:141b3fb5cef7

style fixes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 16:52:30 -0500
parents a0728e81ed25
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
11517:da8e32c99969 11518:141b3fb5cef7
40 40
41 extern "C" 41 extern "C"
42 { 42 {
43 F77_RET_T 43 F77_RET_T
44 F77_FUNC (cgemv, CGEMV) (F77_CONST_CHAR_ARG_DECL, 44 F77_FUNC (cgemv, CGEMV) (F77_CONST_CHAR_ARG_DECL,
45 const octave_idx_type&, const octave_idx_type&, const FloatComplex&, 45 const octave_idx_type&, const octave_idx_type&,
46 const FloatComplex*, const octave_idx_type&, const FloatComplex*, 46 const FloatComplex&, const FloatComplex*,
47 const octave_idx_type&, const FloatComplex&, FloatComplex*, const octave_idx_type& 47 const octave_idx_type&, const FloatComplex*,
48 const octave_idx_type&, const FloatComplex&,
49 FloatComplex*, const octave_idx_type&
48 F77_CHAR_ARG_LEN_DECL); 50 F77_CHAR_ARG_LEN_DECL);
49 51
50 F77_RET_T 52 F77_RET_T
51 F77_FUNC (xcdotu, XCDOTU) (const octave_idx_type&, const FloatComplex*, const octave_idx_type&, 53 F77_FUNC (xcdotu, XCDOTU) (const octave_idx_type&, const FloatComplex*,
52 const FloatComplex*, const octave_idx_type&, FloatComplex&); 54 const octave_idx_type&, const FloatComplex*,
55 const octave_idx_type&, FloatComplex&);
53 } 56 }
54 57
55 // FloatComplex Row Vector class 58 // FloatComplex Row Vector class
56 59
57 bool 60 bool