comparison liboctave/ChangeLog @ 8999:dc07bc4157b8

allow empty matrices in stream input operators
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 20 Mar 2009 11:39:25 +0100
parents a48fba01e4ac
children 0631d397fbe0
comparison
equal deleted inserted replaced
8998:a48fba01e4ac 8999:dc07bc4157b8
1 2009-03-20 Jaroslav Hajek <highegg@gmail.com>
2
3
4 * CColVector.cc, CMatrix.cc, CNDArray.cc, CRowVector.cc, CSparse.cc,
5 boolSparse.cc, dColVector.cc, dMatrix.cc, dNDArray.cc, dRowVector.cc,
6 dSparse.cc, fCColVector.cc, fCMatrix.cc, fCNDArray.cc, fCRowVector.cc,
7 fColVector.cc, fMatrix.cc, fNDArray.cc, fRowVector.cc, intNDArray.cc:
8 Allow empty arrays in stream input operators.
9
1 2009-03-20 Jaroslav Hajek <highegg@gmail.com> 10 2009-03-20 Jaroslav Hajek <highegg@gmail.com>
2 11
3 * Array.h (Array<T>::fastmap): New method. 12 * Array.h (Array<T>::fastmap): New method.
4 * dNDArray.cc (NDArray::isnan, NDArray::isinf, NDArray::isfinite): 13 * dNDArray.cc (NDArray::isnan, NDArray::isinf, NDArray::isfinite):
5 New methods. 14 New methods.