comparison liboctave/ChangeLog @ 9653:e087d7c77ff9

improve linspace in liboctave
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 18 Sep 2009 15:27:09 +0200
parents d0e2aa1974e9
children 17971b0f18b1
comparison
equal deleted inserted replaced
9652:ecdb275bd41b 9653:e087d7c77ff9
1 2009-09-18 Jaroslav Hajek <highegg@gmail.com>
2
3 * Array.h (NoAlias): New template class.
4 * dRowVector.cc (linspace): Rewrite.
5 * fRowVector.cc (linspace): Rewrite.
6 * CRowVector.cc (linspace): Rewrite.
7 * fCRowVector.cc (linspace): Rewrite.
8 * dMatrix.cc (linspace): New method.
9 * dMatrix.h (linspace): Declare it.
10 * fMatrix.cc (linspace): New method.
11 * fMatrix.h (linspace): Declare it.
12 * CMatrix.cc (linspace): New method.
13 * CMatrix.h (linspace): Declare it.
14 * fCMatrix.cc (linspace): New method.
15 * fCMatrix.h (linspace): Declare it.
16
1 2009-09-17 John W. Eaton <jwe@octave.org> 17 2009-09-17 John W. Eaton <jwe@octave.org>
2 18
3 * oct-types.h.in: Delete. 19 * oct-types.h.in: Delete.
4 * Makefile.in (BUILT_INCLUDES, DISTFILES): Remove oct-types.h.in 20 * Makefile.in (BUILT_INCLUDES, DISTFILES): Remove oct-types.h.in
5 from the list. 21 from the list.