Mercurial > hg > octave-nkf
comparison liboctave/fColVector.cc @ 11518:141b3fb5cef7
style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 13 Jan 2011 16:52:30 -0500 |
parents | 4d1fc073fbb7 |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
11517:da8e32c99969 | 11518:141b3fb5cef7 |
---|---|
41 | 41 |
42 extern "C" | 42 extern "C" |
43 { | 43 { |
44 F77_RET_T | 44 F77_RET_T |
45 F77_FUNC (sgemv, SGEMV) (F77_CONST_CHAR_ARG_DECL, | 45 F77_FUNC (sgemv, SGEMV) (F77_CONST_CHAR_ARG_DECL, |
46 const octave_idx_type&, const octave_idx_type&, const float&, | 46 const octave_idx_type&, const octave_idx_type&, |
47 const float*, const octave_idx_type&, const float*, | 47 const float&, const float*, const octave_idx_type&, |
48 const octave_idx_type&, const float&, float*, | 48 const float*, const octave_idx_type&, const float&, |
49 const octave_idx_type& | 49 float*, const octave_idx_type& |
50 F77_CHAR_ARG_LEN_DECL); | 50 F77_CHAR_ARG_LEN_DECL); |
51 } | 51 } |
52 | 52 |
53 // Column Vector class. | 53 // Column Vector class. |
54 | 54 |