Mercurial > hg > octave-avbm
diff src/ChangeLog @ 9715:9f27172fbd1e
auto-set MatrixType from certain functions
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 12 Oct 2009 14:23:20 +0200 |
parents | 0407883e1a33 |
children | d33a318c1de4 |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2009-10-12 Jaroslav Hajek <highegg@gmail.com> + + * DLD-FUNCTIONS/lu.cc (maybe_set_triangular): Remove. + (get_lu_l, get_lu_u): New helper funcs. + (Flu, Fluupdate): Use them to auto-set MatrixType of results. + * DLD-FUNCTIONS/qr.cc (maybe_set_triangular): Remove. + (get_qr_r): New helper func. + (Fqr, Fqrupdate, Fqrinsert, Fqrdelete, + Fqrshift): Use it to auto-set MatrixType of results. + * DLD-FUNCTIONS/chol.cc (get_chol_r): New helper func. + (Fchol, Fcholupdate, Fcholinsert, Fcholdelete, Fcholshift): Use it + to auto-set MatrixType of result. + 2009-10-12 Jaroslav Hajek <highegg@gmail.com> * DLD-FUNCTIONS/matrix_type.cc (Fmatrix_type): Support 'nocompute'