diff liboctave/CmplxQR.h @ 7700:efccca5f2ad7

more QR & Cholesky updating functions
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 07 Apr 2008 11:43:19 -0400
parents 40574114c514
children d66c9b6e506a
line wrap: on
line diff
--- a/liboctave/CmplxQR.h	Fri Apr 04 15:57:31 2008 -0400
+++ b/liboctave/CmplxQR.h	Mon Apr 07 11:43:19 2008 -0400
@@ -76,6 +76,8 @@
 
   void delete_row (octave_idx_type j);
 
+  void shift_cols (octave_idx_type i, octave_idx_type j);
+
   void economize();
 
   friend std::ostream&  operator << (std::ostream&, const ComplexQR&);