comparison 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
comparison
equal deleted inserted replaced
7699:27a5f578750c 7700:efccca5f2ad7
74 74
75 void insert_row (const ComplexMatrix& u, octave_idx_type j); 75 void insert_row (const ComplexMatrix& u, octave_idx_type j);
76 76
77 void delete_row (octave_idx_type j); 77 void delete_row (octave_idx_type j);
78 78
79 void shift_cols (octave_idx_type i, octave_idx_type j);
80
79 void economize(); 81 void economize();
80 82
81 friend std::ostream& operator << (std::ostream&, const ComplexQR&); 83 friend std::ostream& operator << (std::ostream&, const ComplexQR&);
82 84
83 protected: 85 protected: