comparison liboctave/dbleLU.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 (dgetrf, DGETRF) (const octave_idx_type&, const octave_idx_type&, double*, 47 F77_FUNC (dgetrf, DGETRF) (const octave_idx_type&, const octave_idx_type&,
48 const octave_idx_type&, octave_idx_type*, octave_idx_type&); 48 double*, const octave_idx_type&,
49 octave_idx_type*, 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 (dlu1up, DLU1UP) (const octave_idx_type&, const octave_idx_type&, 53 F77_FUNC (dlu1up, DLU1UP) (const octave_idx_type&, const octave_idx_type&,
53 double *, const octave_idx_type&, 54 double *, const octave_idx_type&,