Mercurial > hg > octave-nkf
comparison liboctave/ChangeLog @ 6228:aa5df9ba98d5
[project @ 2007-01-05 22:49:03 by dbateman]
author | dbateman |
---|---|
date | Fri, 05 Jan 2007 22:49:57 +0000 |
parents | 8e0f1eda266b |
children | 82021cf7e53a |
comparison
equal
deleted
inserted
replaced
6227:4c252a611d47 | 6228:aa5df9ba98d5 |
---|---|
1 2007-01-05 David Bateman <dbateman@free.fr> | |
2 | |
3 * oct-fftw.cc: (octave_fftw_planner::method (void), | |
4 octave_fftw_planner (FftwMethod)): New methods to interrogate and | |
5 set the FFTW wisdom method used. | |
6 (octave_fftw_planner::create_plan) Modify to allow different | |
7 methods to be used. | |
8 (octave_fftw_planner): Move class definition from here. | |
9 * oct-fftw.h (octave_fftw_planner): To here. Add method methods | |
10 and FftwMethod enum. | |
11 | |
1 2007-01-03 David Bateman <dbateman@free.fr> | 12 2007-01-03 David Bateman <dbateman@free.fr> |
2 | 13 |
3 * MSparse.cc (SPARSE_A2A2_OP, SPARSE_A2A2_FCN_1, | 14 * MSparse.cc (SPARSE_A2A2_OP, SPARSE_A2A2_FCN_1, |
4 SPARSE_A2A2_FCN_1): Modify macros so that scalars stored as | 15 SPARSE_A2A2_FCN_1): Modify macros so that scalars stored as |
5 sparse matrices are special cased. | 16 sparse matrices are special cased. |