comparison liboctave/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 7918eb15040c
children 192d94cff6c1
comparison
equal deleted inserted replaced
9714:0407883e1a33 9715:9f27172fbd1e
1 2009-10-12 Jaroslav Hajek <highegg@gmail.com>
2
3 * base-qr.cc (base_qr::regular): New method.
4 * base-qr.h: Declare it.
5 * base-lu.cc (base_lu::regular): New method.
6 * base-lu.h: Declare it.
7
1 2009-10-12 Jaroslav Hajek <highegg@gmail.com> 8 2009-10-12 Jaroslav Hajek <highegg@gmail.com>
2 9
3 * base-qr.h: New source. 10 * base-qr.h: New source.
4 * base-qr.cc: New source. 11 * base-qr.cc: New source.
5 * dbleQR.h (QR): Rebase on base_qr<Matrix>. 12 * dbleQR.h (QR): Rebase on base_qr<Matrix>.