Mercurial > hg > octave-lojdl
comparison liboctave/ChangeLog @ 8982:dc6bda6f9994
implement compound logical ops
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Sat, 14 Mar 2009 23:08:08 +0100 |
parents | ed5055b0a476 |
children | e781ab1aee39 |
comparison
equal
deleted
inserted
replaced
8981:ed5055b0a476 | 8982:dc6bda6f9994 |
---|---|
1 2009-03-14 Jaroslav Hajek <highegg@gmail.com> | |
2 | |
3 * mx-op-decl.h (*BOOL_OP_DECLS): Support compound binary ops. | |
4 * mx-op-defs.h (*BOOL_OP): Ditto. Optimize. | |
5 | |
1 2009-03-14 Jaroslav Hajek <highegg@gmail.com> | 6 2009-03-14 Jaroslav Hajek <highegg@gmail.com> |
2 | 7 |
3 * fNDArray.h (FloatMatrix::matrix_value): Fix return type. | 8 * fNDArray.h (FloatMatrix::matrix_value): Fix return type. |
4 * dNDArray.cc (Matrix::matrix_value): Simplify. | 9 * dNDArray.cc (Matrix::matrix_value): Simplify. |
5 * fNDArray.cc (FloatMatrix::matrix_value): Simplify. | 10 * fNDArray.cc (FloatMatrix::matrix_value): Simplify. |