Mercurial > hg > octave-nkf
diff liboctave/CmplxQR.cc @ 11518:141b3fb5cef7
style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 13 Jan 2011 16:52:30 -0500 |
parents | 07ebe522dac2 |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/liboctave/CmplxQR.cc +++ b/liboctave/CmplxQR.cc @@ -41,47 +41,58 @@ extern "C" { F77_RET_T - F77_FUNC (zgeqrf, ZGEQRF) (const octave_idx_type&, const octave_idx_type&, Complex*, - const octave_idx_type&, Complex*, Complex*, - const octave_idx_type&, octave_idx_type&); + F77_FUNC (zgeqrf, ZGEQRF) (const octave_idx_type&, const octave_idx_type&, + Complex*, const octave_idx_type&, Complex*, + Complex*, const octave_idx_type&, + octave_idx_type&); F77_RET_T - F77_FUNC (zungqr, ZUNGQR) (const octave_idx_type&, const octave_idx_type&, const octave_idx_type&, - Complex*, const octave_idx_type&, Complex*, - Complex*, const octave_idx_type&, octave_idx_type&); + F77_FUNC (zungqr, ZUNGQR) (const octave_idx_type&, const octave_idx_type&, + const octave_idx_type&, Complex*, + const octave_idx_type&, Complex*, Complex*, + const octave_idx_type&, octave_idx_type&); #ifdef HAVE_QRUPDATE F77_RET_T - F77_FUNC (zqr1up, ZQR1UP) (const octave_idx_type&, const octave_idx_type&, const octave_idx_type&, - Complex*, const octave_idx_type&, Complex*, const octave_idx_type&, - Complex*, Complex*, Complex*, double*); + F77_FUNC (zqr1up, ZQR1UP) (const octave_idx_type&, const octave_idx_type&, + const octave_idx_type&, Complex*, + const octave_idx_type&, Complex*, + const octave_idx_type&, Complex*, + Complex*, Complex*, double*); F77_RET_T - F77_FUNC (zqrinc, ZQRINC) (const octave_idx_type&, const octave_idx_type&, const octave_idx_type&, - Complex*, const octave_idx_type&, Complex*, const octave_idx_type&, - const octave_idx_type&, const Complex*, double*); + F77_FUNC (zqrinc, ZQRINC) (const octave_idx_type&, const octave_idx_type&, + const octave_idx_type&, Complex*, + const octave_idx_type&, Complex*, + const octave_idx_type&, const octave_idx_type&, + const Complex*, double*); F77_RET_T - F77_FUNC (zqrdec, ZQRDEC) (const octave_idx_type&, const octave_idx_type&, const octave_idx_type&, - Complex*, const octave_idx_type&, Complex*, const octave_idx_type&, - const octave_idx_type&, double*); + F77_FUNC (zqrdec, ZQRDEC) (const octave_idx_type&, const octave_idx_type&, + const octave_idx_type&, Complex*, + const octave_idx_type&, Complex*, + const octave_idx_type&, const octave_idx_type&, + double*); F77_RET_T F77_FUNC (zqrinr, ZQRINR) (const octave_idx_type&, const octave_idx_type&, - Complex*, const octave_idx_type&, Complex*, const octave_idx_type&, - const octave_idx_type&, const Complex*, double*); + Complex*, const octave_idx_type&, Complex*, + const octave_idx_type&, const octave_idx_type&, + const Complex*, double*); F77_RET_T F77_FUNC (zqrder, ZQRDER) (const octave_idx_type&, const octave_idx_type&, - Complex*, const octave_idx_type&, Complex*, const octave_idx_type&, - const octave_idx_type&, Complex*, double*); + Complex*, const octave_idx_type&, Complex*, + const octave_idx_type&, const octave_idx_type&, + Complex*, double*); F77_RET_T - F77_FUNC (zqrshc, ZQRSHC) (const octave_idx_type&, const octave_idx_type&, const octave_idx_type&, - Complex*, const octave_idx_type&, Complex*, const octave_idx_type&, + F77_FUNC (zqrshc, ZQRSHC) (const octave_idx_type&, const octave_idx_type&, + const octave_idx_type&, Complex*, + const octave_idx_type&, Complex*, const octave_idx_type&, const octave_idx_type&, - Complex*, double*); + const octave_idx_type&, Complex*, double*); #endif }