Mercurial > hg > octave-nkf
comparison liboctave/ChangeLog @ 9662:0d3b248f4ab6
further improve mixed real-complex division
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 23 Sep 2009 11:10:52 +0200 |
parents | afcf852256d2 |
children | 7e5b4de5fbfe |
comparison
equal
deleted
inserted
replaced
9661:afcf852256d2 | 9662:0d3b248f4ab6 |
---|---|
1 2009-09-23 Jaroslav Hajek <highegg@gmail.com> | |
2 | |
3 * dMatrix.cc (stack_complex_matrix, unstack_complex_matrix): New | |
4 static funcs. | |
5 (Matrix::solve (..., const ComplexMatrix&, ...)): Use the above funcs. | |
6 Improve forwarding. | |
7 * fMatrix.cc (stack_complex_matrix, unstack_complex_matrix): New | |
8 static funcs. | |
9 (FloatMatrix::solve (..., const FloatComplexMatrix&, ...)): Use the | |
10 above funcs. Improve forwarding. | |
11 | |
1 2009-09-23 Jaroslav Hajek <highegg@gmail.com> | 12 2009-09-23 Jaroslav Hajek <highegg@gmail.com> |
2 | 13 |
3 * mx-defs.h (blas_trans_type): New enum. | 14 * mx-defs.h (blas_trans_type): New enum. |
4 (get_blas_char): New inline func. | 15 (get_blas_char): New inline func. |
5 * dMatrix.cc (Matrix::utsolve, Matrix::ltsolve, Matrix::solve): | 16 * dMatrix.cc (Matrix::utsolve, Matrix::ltsolve, Matrix::solve): |