Mercurial > hg > octave-nkf
comparison liboctave/floatLU.cc @ 11518:141b3fb5cef7
style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 13 Jan 2011 16:52:30 -0500 |
parents | 12884915a8e4 |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
11517:da8e32c99969 | 11518:141b3fb5cef7 |
---|---|
42 // Define the constructor for this particular derivation. | 42 // Define the constructor for this particular derivation. |
43 | 43 |
44 extern "C" | 44 extern "C" |
45 { | 45 { |
46 F77_RET_T | 46 F77_RET_T |
47 F77_FUNC (sgetrf, SGETRF) (const octave_idx_type&, const octave_idx_type&, float*, | 47 F77_FUNC (sgetrf, SGETRF) (const octave_idx_type&, const octave_idx_type&, |
48 const octave_idx_type&, octave_idx_type*, octave_idx_type&); | 48 float*, const octave_idx_type&, octave_idx_type*, |
49 octave_idx_type&); | |
49 | 50 |
50 #ifdef HAVE_QRUPDATE_LUU | 51 #ifdef HAVE_QRUPDATE_LUU |
51 F77_RET_T | 52 F77_RET_T |
52 F77_FUNC (slu1up, SLU1UP) (const octave_idx_type&, const octave_idx_type&, | 53 F77_FUNC (slu1up, SLU1UP) (const octave_idx_type&, const octave_idx_type&, |
53 float *, const octave_idx_type&, | 54 float *, const octave_idx_type&, |