comparison liboctave/ChangeLog @ 4316:236c10efcde2

[project @ 2003-02-10 21:57:15 by jwe]
author jwe
date Mon, 10 Feb 2003 21:57:15 +0000
parents efd8cd91857e
children 0b24abe1ba0b
comparison
equal deleted inserted replaced
4315:0a056052bc90 4316:236c10efcde2
1 2003-02-10 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * CColVector.cc (ComplexColumnVector::extract_n): New function.
4 * CRowVector.cc (ComplexRowVector::extract_n): Likewise.
5 * CMatrix.cc (ComplexMatrix::extract_n): Likewise.
6 * dColVector.cc (ColumnVector::extract_n): Likewise.
7 * dRowVector.cc (RowVector::extract_n): Likewise.
8 * dMatrix.cc (Matrix::extract_n): Likewise.
9
10 * CColVector.cc (ComplexColumnVector::insert): Improve efficiency
11 with make_unique and xelem.
12 * CRowVector.cc (ComplexRowVector::insert): Likewise.
13 * CMatrix.cc (ComplexMatrix::insert, ComplexMatrix::fill,
14 ComplexMatrix::extract, ComplexMatrix::row,
15 ComplexMatrix::column): Likewise.
16 * dColVector.cc (ColumnVector::insert): Likewise.
17 * dRowVector.cc (RowVector::insert): Likewise.
18 * dMatrix.cc (Matrix::insert, Matrix::fill, Matrix::extract,
19 Matrix::row, Matrix::column): Likewise.
20
1 2003-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> 21 2003-01-30 John W. Eaton <jwe@bevo.che.wisc.edu>
2 22
3 * lo-mappers.cc (imag (double)): Return 0.0 for all args, even NaN. 23 * lo-mappers.cc (imag (double)): Return 0.0 for all args, even NaN.
4 24
5 2003-01-28 John W. Eaton <jwe@bevo.che.wisc.edu> 25 2003-01-28 John W. Eaton <jwe@bevo.che.wisc.edu>