comparison src/ChangeLog @ 8869:c3b743b1b1c6

preset triangular type if possible for lu and qr outputs
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 25 Feb 2009 09:10:38 +0100
parents 4d812facab0e
children fb1c929dbbb7
comparison
equal deleted inserted replaced
8868:4d812facab0e 8869:c3b743b1b1c6
1 2009-02-25 Jaroslav Hajek <highegg@gmail.com>
2
3 * DLD-FUNCTIONS/lu.cc (maybe_set_triangular): New function.
4 (Flu): Use it.
5 * DLD-FUNCTIONS/qr.cc (maybe_set_triangular): New function.
6 (Fqr): Use it.
7
1 2009-02-25 John W. Eaton <jwe@octave.org> 8 2009-02-25 John W. Eaton <jwe@octave.org>
2 9
3 * input.cc (get_debug_input): Write debugging location info 10 * input.cc (get_debug_input): Write debugging location info
4 directly to std::cerr instead of calling message. 11 directly to std::cerr instead of calling message.
5 * pt-eval.cc (tree_evaluator::do_breakpoint): Write debugging 12 * pt-eval.cc (tree_evaluator::do_breakpoint): Write debugging