Mercurial > hg > octave-nkf
comparison liboctave/floatQRP.cc @ 11518:141b3fb5cef7
style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 13 Jan 2011 16:52:30 -0500 |
parents | 9ee5a0a1b93d |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
11517:da8e32c99969 | 11518:141b3fb5cef7 |
---|---|
34 #include "oct-locbuf.h" | 34 #include "oct-locbuf.h" |
35 | 35 |
36 extern "C" | 36 extern "C" |
37 { | 37 { |
38 F77_RET_T | 38 F77_RET_T |
39 F77_FUNC (sgeqp3, SGEQP3) (const octave_idx_type&, const octave_idx_type&, float*, | 39 F77_FUNC (sgeqp3, SGEQP3) (const octave_idx_type&, const octave_idx_type&, |
40 const octave_idx_type&, octave_idx_type*, float*, float*, | 40 float*, const octave_idx_type&, octave_idx_type*, |
41 const octave_idx_type&, octave_idx_type&); | 41 float*, float*, const octave_idx_type&, |
42 octave_idx_type&); | |
42 } | 43 } |
43 | 44 |
44 // It would be best to share some of this code with QR class... | 45 // It would be best to share some of this code with QR class... |
45 | 46 |
46 FloatQRP::FloatQRP (const FloatMatrix& a, qr_type_t qr_type) | 47 FloatQRP::FloatQRP (const FloatMatrix& a, qr_type_t qr_type) |