comparison liboctave/CmplxQRP.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 (zgeqp3, ZGEQP3) (const octave_idx_type&, const octave_idx_type&, Complex*, 39 F77_FUNC (zgeqp3, ZGEQP3) (const octave_idx_type&, const octave_idx_type&,
40 const octave_idx_type&, octave_idx_type*, Complex*, Complex*, 40 Complex*, const octave_idx_type&,
41 const octave_idx_type&, double*, octave_idx_type&); 41 octave_idx_type*, Complex*, Complex*,
42 const octave_idx_type&, double*,
43 octave_idx_type&);
42 } 44 }
43 45
44 // It would be best to share some of this code with ComplexQR class... 46 // It would be best to share some of this code with ComplexQR class...
45 47
46 ComplexQRP::ComplexQRP (const ComplexMatrix& a, qr_type_t qr_type) 48 ComplexQRP::ComplexQRP (const ComplexMatrix& a, qr_type_t qr_type)