comparison liboctave/CRowVector.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 (zgemv, ZGEMV) (F77_CONST_CHAR_ARG_DECL, 44 F77_FUNC (zgemv, ZGEMV) (F77_CONST_CHAR_ARG_DECL,
45 const octave_idx_type&, const octave_idx_type&, const Complex&, 45 const octave_idx_type&, const octave_idx_type&,
46 const Complex*, const octave_idx_type&, const Complex*, 46 const Complex&, const Complex*,
47 const octave_idx_type&, const Complex&, Complex*, const octave_idx_type& 47 const octave_idx_type&, const Complex*,
48 const octave_idx_type&, const Complex&, Complex*,
49 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 (xzdotu, XZDOTU) (const octave_idx_type&, const Complex*, const octave_idx_type&, 53 F77_FUNC (xzdotu, XZDOTU) (const octave_idx_type&, const Complex*,
52 const Complex*, const octave_idx_type&, Complex&); 54 const octave_idx_type&, const Complex*,
55 const octave_idx_type&, Complex&);
53 } 56 }
54 57
55 // Complex Row Vector class 58 // Complex Row Vector class
56 59
57 bool 60 bool