Mercurial > hg > octave-nkf
annotate liboctave/ChangeLog @ 10258:e317791645c4
64-bit fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 03 Feb 2010 15:27:53 -0500 |
parents | 2fcc927a8757 |
children | 65b41bc71f09 |
rev | line source |
---|---|
10258 | 1 2010-02-03 John W. Eaton <jwe@octave.org> |
2 | |
3 * dbleSVD.cc (SVD::init): Ensure args to std::max are the same type. | |
4 * CmplxSVD.cc (ComplexSVD::init): Likewise. | |
5 * floatSVD.cc (FloatSVD::init): Likewise. | |
6 * fCmplxSVD.cc (FloatComplexSVD::init): Likewise. | |
7 * idx-vector.cc (idx_range_rep): Likewise. | |
8 * Array.cc (Array<T>::nth_element): Likewise. | |
9 | |
10 * lo-specfun.cc (null_dims): Delete unused static variable. | |
11 (betainc): Call dim_vector (0, 0), not dim_vector (0). | |
12 | |
10252
2fcc927a8757
liboctave/file-ops.h: avoid gnulib #define for canonicalize_file_name
John W. Eaton <jwe@octave.org>
parents:
10250
diff
changeset
|
13 2010-02-03 John W. Eaton <jwe@octave.org> |
2fcc927a8757
liboctave/file-ops.h: avoid gnulib #define for canonicalize_file_name
John W. Eaton <jwe@octave.org>
parents:
10250
diff
changeset
|
14 |
2fcc927a8757
liboctave/file-ops.h: avoid gnulib #define for canonicalize_file_name
John W. Eaton <jwe@octave.org>
parents:
10250
diff
changeset
|
15 * file-ops.h (octave_canonicalize_file_name): Rename from |
2fcc927a8757
liboctave/file-ops.h: avoid gnulib #define for canonicalize_file_name
John W. Eaton <jwe@octave.org>
parents:
10250
diff
changeset
|
16 file_ops::canonicalize_file_name. |
2fcc927a8757
liboctave/file-ops.h: avoid gnulib #define for canonicalize_file_name
John W. Eaton <jwe@octave.org>
parents:
10250
diff
changeset
|
17 |
10250 | 18 2010-02-03 John W. Eaton <jwe@octave.org> |
19 | |
20 * file-ops.cc (canonicalize_file_name): | |
21 Don't pass current directory to octave_env::make_absolute. | |
22 * cmd-edit.cc (do_decode_prompt_string): Likewise. | |
23 | |
24 * oct-env.h (octave_env::get_current_directory): | |
25 Rename from octave_env::getcwd. | |
26 (octave_env::make_absolute): Provide default value for second arg. | |
27 | |
28 * lo-sysdep.cc (octave_getcwd): Assume we are using gnulib | |
29 getcwd module. | |
30 | |
10240
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
31 2010-02-02 John W. Eaton <jwe@octave.org> |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
32 |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
33 * oct-time.h: Include <ctime>, not "systime.h". |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
34 * oct-time.cc: Include <strftime.h>, not "strftime.h". |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
35 Don't include <windows.h>. |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
36 |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
37 * systime.h: Delete. |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
38 * Makefile.am (INCS): Remove it from the list. |
fa7b5751730c
use gnulib time, sys_time, and sys_times modules
John W. Eaton <jwe@octave.org>
parents:
10239
diff
changeset
|
39 |
10239
e45ccac6017f
addtional fixes for using strptime module
John W. Eaton <jwe@octave.org>
parents:
10213
diff
changeset
|
40 2010-02-02 John W. Eaton <jwe@octave.org> |
e45ccac6017f
addtional fixes for using strptime module
John W. Eaton <jwe@octave.org>
parents:
10213
diff
changeset
|
41 |
e45ccac6017f
addtional fixes for using strptime module
John W. Eaton <jwe@octave.org>
parents:
10213
diff
changeset
|
42 * lo-utils.h, lo-cutils.c (oct_strptime): Delete. |
e45ccac6017f
addtional fixes for using strptime module
John W. Eaton <jwe@octave.org>
parents:
10213
diff
changeset
|
43 * oct-time.cc (octave_strptime::init): Call strptime, not oct_strptime. |
e45ccac6017f
addtional fixes for using strptime module
John W. Eaton <jwe@octave.org>
parents:
10213
diff
changeset
|
44 |
10213
f7ba6cfe7fb7
fix det() after singular matrix is flagged
Jaroslav Hajek <highegg@gmail.com>
parents:
10198
diff
changeset
|
45 2010-01-28 Jaroslav Hajek <highegg@gmail.com> |
f7ba6cfe7fb7
fix det() after singular matrix is flagged
Jaroslav Hajek <highegg@gmail.com>
parents:
10198
diff
changeset
|
46 |
f7ba6cfe7fb7
fix det() after singular matrix is flagged
Jaroslav Hajek <highegg@gmail.com>
parents:
10198
diff
changeset
|
47 * dMatrix.cc (Matrix::determinant): Treat matrices marked as singular |
f7ba6cfe7fb7
fix det() after singular matrix is flagged
Jaroslav Hajek <highegg@gmail.com>
parents:
10198
diff
changeset
|
48 normally. |
f7ba6cfe7fb7
fix det() after singular matrix is flagged
Jaroslav Hajek <highegg@gmail.com>
parents:
10198
diff
changeset
|
49 * fMatrix.cc (FloatMatrix::determinant): Ditto. |
f7ba6cfe7fb7
fix det() after singular matrix is flagged
Jaroslav Hajek <highegg@gmail.com>
parents:
10198
diff
changeset
|
50 * CMatrix.cc (ComplexMatrix::determinant): Ditto. |
f7ba6cfe7fb7
fix det() after singular matrix is flagged
Jaroslav Hajek <highegg@gmail.com>
parents:
10198
diff
changeset
|
51 * fCMatrix.cc (FloatComplexMatrix::determinant): Ditto. |
f7ba6cfe7fb7
fix det() after singular matrix is flagged
Jaroslav Hajek <highegg@gmail.com>
parents:
10198
diff
changeset
|
52 |
10198
025564630c8d
file-ops.cc: don't tag functions with OCTAVE_API i source file
John W. Eaton <jwe@octave.org>
parents:
10197
diff
changeset
|
53 2010-01-26 John W. Eaton <jwe@octave.org> |
025564630c8d
file-ops.cc: don't tag functions with OCTAVE_API i source file
John W. Eaton <jwe@octave.org>
parents:
10197
diff
changeset
|
54 |
025564630c8d
file-ops.cc: don't tag functions with OCTAVE_API i source file
John W. Eaton <jwe@octave.org>
parents:
10197
diff
changeset
|
55 * file-ops.cc: Don't tag functions with OCTAVE_API in source file. |
025564630c8d
file-ops.cc: don't tag functions with OCTAVE_API i source file
John W. Eaton <jwe@octave.org>
parents:
10197
diff
changeset
|
56 |
10197
4d433bd2d4dc
attempt to avoid trouble with gnulib #defines in a consistent way
John W. Eaton <jwe@octave.org>
parents:
10195
diff
changeset
|
57 2010-01-26 John W. Eaton <jwe@octave.org> |
4d433bd2d4dc
attempt to avoid trouble with gnulib #defines in a consistent way
John W. Eaton <jwe@octave.org>
parents:
10195
diff
changeset
|
58 |
4d433bd2d4dc
attempt to avoid trouble with gnulib #defines in a consistent way
John W. Eaton <jwe@octave.org>
parents:
10195
diff
changeset
|
59 * lo-cutils.c, lo-utils.h (octave_link, octave_symlink, |
4d433bd2d4dc
attempt to avoid trouble with gnulib #defines in a consistent way
John W. Eaton <jwe@octave.org>
parents:
10195
diff
changeset
|
60 octave_readlink, octave_mkdir, octave_mkfifo, octave_rmdir, |
4d433bd2d4dc
attempt to avoid trouble with gnulib #defines in a consistent way
John W. Eaton <jwe@octave.org>
parents:
10195
diff
changeset
|
61 octave_rename, octave_tempnam, octave_umask, octave_unlink): |
4d433bd2d4dc
attempt to avoid trouble with gnulib #defines in a consistent way
John W. Eaton <jwe@octave.org>
parents:
10195
diff
changeset
|
62 Delete. |
4d433bd2d4dc
attempt to avoid trouble with gnulib #defines in a consistent way
John W. Eaton <jwe@octave.org>
parents:
10195
diff
changeset
|
63 * file-io.h, file-io.cc (octave_mkdir, octave_mkfifo, |
4d433bd2d4dc
attempt to avoid trouble with gnulib #defines in a consistent way
John W. Eaton <jwe@octave.org>
parents:
10195
diff
changeset
|
64 octave_link, octave_symlink, octave_readlink, octave_rename, |
4d433bd2d4dc
attempt to avoid trouble with gnulib #defines in a consistent way
John W. Eaton <jwe@octave.org>
parents:
10195
diff
changeset
|
65 octave_rmdir, octave_recursive_rmdir, octave_umask, |
4d433bd2d4dc
attempt to avoid trouble with gnulib #defines in a consistent way
John W. Eaton <jwe@octave.org>
parents:
10195
diff
changeset
|
66 octave_unlink, octave_tempnam): Rename from file_ops::X to |
4d433bd2d4dc
attempt to avoid trouble with gnulib #defines in a consistent way
John W. Eaton <jwe@octave.org>
parents:
10195
diff
changeset
|
67 octave_X. Change all uses. |
4d433bd2d4dc
attempt to avoid trouble with gnulib #defines in a consistent way
John W. Eaton <jwe@octave.org>
parents:
10195
diff
changeset
|
68 (file_ops::static_members): Incorporate directly into file_ops class. |
4d433bd2d4dc
attempt to avoid trouble with gnulib #defines in a consistent way
John W. Eaton <jwe@octave.org>
parents:
10195
diff
changeset
|
69 |
10195
b49d47b637b7
use getopt directly instead of the (mostly useless) prog_args wrapper class
John W. Eaton <jwe@octave.org>
parents:
10192
diff
changeset
|
70 2010-01-23 John W. Eaton <jwe@octave.org> |
b49d47b637b7
use getopt directly instead of the (mostly useless) prog_args wrapper class
John W. Eaton <jwe@octave.org>
parents:
10192
diff
changeset
|
71 |
b49d47b637b7
use getopt directly instead of the (mostly useless) prog_args wrapper class
John W. Eaton <jwe@octave.org>
parents:
10192
diff
changeset
|
72 * Makefile.am (LIBOCTAVE_C_SOURCES): Remove oct-getopt.c from the list. |
b49d47b637b7
use getopt directly instead of the (mostly useless) prog_args wrapper class
John W. Eaton <jwe@octave.org>
parents:
10192
diff
changeset
|
73 (LIBOCTAVE_CXX_SOURCES): Remove prog-args.c from the list. |
b49d47b637b7
use getopt directly instead of the (mostly useless) prog_args wrapper class
John W. Eaton <jwe@octave.org>
parents:
10192
diff
changeset
|
74 (INCS): Remove prog-args.h and oct-getopt.h from the list. |
b49d47b637b7
use getopt directly instead of the (mostly useless) prog_args wrapper class
John W. Eaton <jwe@octave.org>
parents:
10192
diff
changeset
|
75 * prog-args.cc, prog-args.h, oct-getopt.c, oct-getopt.h: Delete. |
b49d47b637b7
use getopt directly instead of the (mostly useless) prog_args wrapper class
John W. Eaton <jwe@octave.org>
parents:
10192
diff
changeset
|
76 |
10191
a552859b009a
rename member functions in prog_args class to avoid conflicts with gnulib definitions
John W. Eaton <jwe@octave.org>
parents:
10189
diff
changeset
|
77 2010-01-22 John W. Eaton <jwe@octave.org> |
a552859b009a
rename member functions in prog_args class to avoid conflicts with gnulib definitions
John W. Eaton <jwe@octave.org>
parents:
10189
diff
changeset
|
78 |
10192
fc95c80058d8
don't make prog_args member functions const
John W. Eaton <jwe@octave.org>
parents:
10191
diff
changeset
|
79 * prog-args.h, prog-args.cc (prog_args::get_option, |
fc95c80058d8
don't make prog_args member functions const
John W. Eaton <jwe@octave.org>
parents:
10191
diff
changeset
|
80 prog_args::option_argument, prog_args::option_index): |
fc95c80058d8
don't make prog_args member functions const
John W. Eaton <jwe@octave.org>
parents:
10191
diff
changeset
|
81 Don't declare const. |
fc95c80058d8
don't make prog_args member functions const
John W. Eaton <jwe@octave.org>
parents:
10191
diff
changeset
|
82 |
fc95c80058d8
don't make prog_args member functions const
John W. Eaton <jwe@octave.org>
parents:
10191
diff
changeset
|
83 2010-01-22 John W. Eaton <jwe@octave.org> |
fc95c80058d8
don't make prog_args member functions const
John W. Eaton <jwe@octave.org>
parents:
10191
diff
changeset
|
84 |
fc95c80058d8
don't make prog_args member functions const
John W. Eaton <jwe@octave.org>
parents:
10191
diff
changeset
|
85 * prog-args.h, prog-args.cc (prog_args::get_option): |
fc95c80058d8
don't make prog_args member functions const
John W. Eaton <jwe@octave.org>
parents:
10191
diff
changeset
|
86 Rename from getopt. Now const. |
10191
a552859b009a
rename member functions in prog_args class to avoid conflicts with gnulib definitions
John W. Eaton <jwe@octave.org>
parents:
10189
diff
changeset
|
87 (prog_args::option_argument): Rename from optarg. Now const. |
a552859b009a
rename member functions in prog_args class to avoid conflicts with gnulib definitions
John W. Eaton <jwe@octave.org>
parents:
10189
diff
changeset
|
88 (prog_args::option_index): Rename from optind. Now const. |
a552859b009a
rename member functions in prog_args class to avoid conflicts with gnulib definitions
John W. Eaton <jwe@octave.org>
parents:
10189
diff
changeset
|
89 |
10189
8fa6ce1b21f2
file-ops.cc: don't include statdefs.h
John W. Eaton <jwe@octave.org>
parents:
10185
diff
changeset
|
90 2010-01-22 John W. Eaton <jwe@octave.org> |
8fa6ce1b21f2
file-ops.cc: don't include statdefs.h
John W. Eaton <jwe@octave.org>
parents:
10185
diff
changeset
|
91 |
8fa6ce1b21f2
file-ops.cc: don't include statdefs.h
John W. Eaton <jwe@octave.org>
parents:
10185
diff
changeset
|
92 * file-ops.cc: Don't include statdefs.h. |
8fa6ce1b21f2
file-ops.cc: don't include statdefs.h
John W. Eaton <jwe@octave.org>
parents:
10185
diff
changeset
|
93 |
10185
455759a5fcbe
fix norm and svd on empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
10182
diff
changeset
|
94 2010-01-22 Jaroslav Hajek <highegg@gmail.com> |
455759a5fcbe
fix norm and svd on empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
10182
diff
changeset
|
95 |
455759a5fcbe
fix norm and svd on empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
10182
diff
changeset
|
96 * dbleSVD.cc (SVD::init): Ensure LD* arguments >= 1. |
455759a5fcbe
fix norm and svd on empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
10182
diff
changeset
|
97 * floatSVD.cc (FloatSVD::init): Likewise. |
455759a5fcbe
fix norm and svd on empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
10182
diff
changeset
|
98 * CmplxSVD.cc (ComplexSVD::init): Likewise. |
455759a5fcbe
fix norm and svd on empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
10182
diff
changeset
|
99 * fCmplxSVD.cc (FloatComplexSVD::init): Likewise. |
455759a5fcbe
fix norm and svd on empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
10182
diff
changeset
|
100 |
10182
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
101 2010-01-21 John W. Eaton <jwe@octave.org> |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
102 |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
103 * CMatrix.cc, fCMatrix.cc, cmd-edit.cc, cmd-hist.cc, |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
104 file-ops.cc, file-ops.h, file-stat.cc, file-stat.h, filemode.c, |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
105 kpse.cc, lo-cutils.c, lo-sysdep.cc, lo-utils.cc, oct-env.cc, |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
106 oct-group.cc, oct-group.h, oct-passwd.cc, oct-passwd.h, |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
107 oct-time.cc, oct-syscalls.cc, oct-syscalls.h, statdefs.h, |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
108 sysdir.h, syswait.h, tempname.c, regex-match.h: |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
109 Assume sys/types.h and unistd.h are present (gnulib provides them). |
0522a65bcd56
assume unistd.h and sys/types.h exist
John W. Eaton <jwe@octave.org>
parents:
10180
diff
changeset
|
110 |
10179 | 111 2010-01-21 John W. Eaton <jwe@octave.org> |
112 | |
10180 | 113 * file-ops.h, file-ops.cc, lo-utils.h, lo-cutils.c: Untabify. |
114 | |
10179 | 115 * file-ops.cc: Don't include unistd.h. |
116 (NOT_SUPPORTED): Delete unused macro. | |
117 | |
10178
6bd86b6287b1
provide wrapper for tempnam
John W. Eaton <jwe@octave.org>
parents:
10177
diff
changeset
|
118 2010-01-21 John W. Eaton <jwe@octave.org> |
6bd86b6287b1
provide wrapper for tempnam
John W. Eaton <jwe@octave.org>
parents:
10177
diff
changeset
|
119 |
6bd86b6287b1
provide wrapper for tempnam
John W. Eaton <jwe@octave.org>
parents:
10177
diff
changeset
|
120 * lo-cutils.c (octave_tempnam): New funtion. |
6bd86b6287b1
provide wrapper for tempnam
John W. Eaton <jwe@octave.org>
parents:
10177
diff
changeset
|
121 * lo-utils.h: Provide decl. |
6bd86b6287b1
provide wrapper for tempnam
John W. Eaton <jwe@octave.org>
parents:
10177
diff
changeset
|
122 * file-ops.cc (file_ops::tempnam): Call octave_tempnam. |
6bd86b6287b1
provide wrapper for tempnam
John W. Eaton <jwe@octave.org>
parents:
10177
diff
changeset
|
123 |
10177
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
124 2010-01-21 John W. Eaton <jwe@octave.org> |
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
125 |
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
126 * lo-cutils.c (octave_readlink): New funtion. |
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
127 * lo-utils.h: Provide decl. |
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
128 * file-ops.cc (file_ops::readlink): Call octave_readlink. |
cb3d926b4d9e
use readlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10176
diff
changeset
|
129 |
10176
a0665fa8798c
use symlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10175
diff
changeset
|
130 2010-01-21 John W. Eaton <jwe@octave.org> |
a0665fa8798c
use symlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10175
diff
changeset
|
131 |
a0665fa8798c
use symlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10175
diff
changeset
|
132 * lo-cutils.c (octave_symlink): New funtion. |
a0665fa8798c
use symlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10175
diff
changeset
|
133 * lo-utils.h: Provide decl. |
a0665fa8798c
use symlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10175
diff
changeset
|
134 * file-ops.cc (file_ops::symlink): Call octave_symlink. |
a0665fa8798c
use symlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10175
diff
changeset
|
135 |
10175
d354be89b2c3
use link module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10174
diff
changeset
|
136 2010-01-21 John W. Eaton <jwe@octave.org> |
d354be89b2c3
use link module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10174
diff
changeset
|
137 |
d354be89b2c3
use link module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10174
diff
changeset
|
138 * lo-cutils.c (octave_link): New funtion. |
d354be89b2c3
use link module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10174
diff
changeset
|
139 * lo-utils.h: Provide decl. |
d354be89b2c3
use link module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10174
diff
changeset
|
140 * file-ops.cc (file_ops::link): Call octave_link. |
d354be89b2c3
use link module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10174
diff
changeset
|
141 |
10174
eb64bf1c6107
use unlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10173
diff
changeset
|
142 2010-01-21 John W. Eaton <jwe@octave.org> |
eb64bf1c6107
use unlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10173
diff
changeset
|
143 |
eb64bf1c6107
use unlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10173
diff
changeset
|
144 * lo-cutils.c (octave_unlink): New funtion. |
eb64bf1c6107
use unlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10173
diff
changeset
|
145 * lo-utils.h: Provide decl. |
eb64bf1c6107
use unlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10173
diff
changeset
|
146 * file-ops.cc (file_ops::unlink): Call octave_unlink. |
eb64bf1c6107
use unlink module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10173
diff
changeset
|
147 |
10173 | 148 2010-01-21 John W. Eaton <jwe@octave.org> |
149 | |
150 * lo-cutils.c (octave_umask): New funtion. | |
151 * lo-utils.h: Provide decl. | |
152 * file-ops.cc (file_ops::umask): Call octave_umask. | |
153 | |
10172
96ed9db3345c
provide wrappers for mkdir and mkfifo
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
154 2010-01-21 John W. Eaton <jwe@octave.org> |
96ed9db3345c
provide wrappers for mkdir and mkfifo
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
155 |
96ed9db3345c
provide wrappers for mkdir and mkfifo
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
156 * file-ops.h (file_ops::mkdir): Move definitions to file-ops.cc. |
96ed9db3345c
provide wrappers for mkdir and mkfifo
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
157 (file_ops::mkfifo): Move definitions to file-ops.cc. |
96ed9db3345c
provide wrappers for mkdir and mkfifo
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
158 (file_ops::mkdir_internal, file_ops::mkfifo_internal): Delete decls. |
96ed9db3345c
provide wrappers for mkdir and mkfifo
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
159 * file-ops.cc (file_ops::mkdir): Call octave_mkdir. |
96ed9db3345c
provide wrappers for mkdir and mkfifo
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
160 (file_ops::mkfifo): Call octave_mkfifo. |
96ed9db3345c
provide wrappers for mkdir and mkfifo
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
161 * lo-cutils.c (octave_mkdir, octave_mkfifo): New functions. |
96ed9db3345c
provide wrappers for mkdir and mkfifo
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
162 * lo-utils.h: Provide decls. |
96ed9db3345c
provide wrappers for mkdir and mkfifo
John W. Eaton <jwe@octave.org>
parents:
10171
diff
changeset
|
163 |
10171
22400682d3aa
use strptime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10170
diff
changeset
|
164 2010-01-21 John W. Eaton <jwe@octave.org> |
22400682d3aa
use strptime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10170
diff
changeset
|
165 |
22400682d3aa
use strptime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10170
diff
changeset
|
166 * Makefile.am (LIBOCTAVE_C_SOURCES): Remove strptime.c from the list. |
22400682d3aa
use strptime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10170
diff
changeset
|
167 * strptime.c: Delete. |
22400682d3aa
use strptime module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10170
diff
changeset
|
168 |
10170
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
169 2010-01-21 John W. Eaton <jwe@octave.org> |
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
170 |
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
171 * lo-cutils.c (octave_rename): New funtion. |
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
172 * lo-utils.h: Provide decl. |
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
173 * file-ops.cc (file_ops::rename): Call octave_rename. |
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
174 * Makefile.am (LIBOCTAVE_C_SOURCES): Remove rename.c from the list. |
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
175 * rename.c: Delete. |
1dffc8b2fca7
use rename module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10169
diff
changeset
|
176 |
10169
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
177 2010-01-21 John W. Eaton <jwe@octave.org> |
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
178 |
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
179 * lo-cutils.c (octave_rmdir): New function. |
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
180 * lo-utils.h: Provide decl. |
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
181 * file-ops.cc (file_ops::rmdir): Call octave_rmdir. |
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
182 * Makefile.am (LIBOCTAVE_C_SOURCES): Remove rmdir.c from the list. |
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
183 * rmdir.c: Delete. |
06bd6e57f889
use rmdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10168
diff
changeset
|
184 |
10168
37150167a72a
use c-strcase module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10167
diff
changeset
|
185 2010-01-21 John W. Eaton <jwe@octave.org> |
37150167a72a
use c-strcase module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10167
diff
changeset
|
186 |
37150167a72a
use c-strcase module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10167
diff
changeset
|
187 * Makefile.am (LIBOCTAVE_C_SOURCES): Remove strcasecmp.c and |
37150167a72a
use c-strcase module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10167
diff
changeset
|
188 strncase.c from the list. |
37150167a72a
use c-strcase module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10167
diff
changeset
|
189 * strcasecmp.c, strncase.c: Delete. |
37150167a72a
use c-strcase module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10167
diff
changeset
|
190 |
10167
1929ba7bbfb2
use getopt-gnu module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10158
diff
changeset
|
191 2010-01-21 John W. Eaton <jwe@octave.org> |
1929ba7bbfb2
use getopt-gnu module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10158
diff
changeset
|
192 |
1929ba7bbfb2
use getopt-gnu module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10158
diff
changeset
|
193 * Makefile.am (INCS): Remove getopt.h from the list. |
1929ba7bbfb2
use getopt-gnu module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10158
diff
changeset
|
194 (LIBOCTAVE_C_SOURCES): Remove getopt.c and getopt1.c from the list. |
1929ba7bbfb2
use getopt-gnu module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10158
diff
changeset
|
195 * getopt.c, getopt1.c, getopt.h: Delete. |
1929ba7bbfb2
use getopt-gnu module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10158
diff
changeset
|
196 |
10158
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
197 2010-01-20 John W. Eaton <jwe@octave.org> |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
198 |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
199 * Array-C.cc, Array-b.cc, Array-ch.cc, Array-d.cc, Array-f.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
200 Array-fC.cc, Array-i.cc, Array-idx-vec.cc, Array-s.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
201 Array-str.cc, Array-util.cc, Array-voidp.cc, Array.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
202 CColVector.cc, CDiagMatrix.cc, CMatrix.cc, CNDArray.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
203 CRowVector.cc, CSparse.cc, CmplxAEPBAL.cc, CmplxCHOL.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
204 CmplxGEPBAL.cc, CmplxHESS.cc, CmplxLU.cc, CmplxQR.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
205 CmplxQRP.cc, CmplxSCHUR.cc, CmplxSVD.cc, CollocWt.cc, DASPK.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
206 DASRT.cc, DASSL.cc, DiagArray2.cc, EIG.cc, LSODE.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
207 MArray-C.cc, MArray-ch.cc, MArray-d.cc, MArray-f.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
208 MArray-fC.cc, MArray-i.cc, MArray-s.cc, MArray.cc, MArray2.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
209 MArrayN.cc, MDiagArray2.cc, MSparse-C.cc, MSparse-d.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
210 MSparse.cc, MatrixType.cc, ODES.cc, Quad.cc, Range.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
211 Sparse-C.cc, Sparse-b.cc, Sparse-d.cc, Sparse.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
212 SparseCmplxCHOL.cc, SparseCmplxLU.cc, SparseCmplxQR.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
213 SparseQR.cc, SparsedbleCHOL.cc, SparsedbleLU.cc, base-lu.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
214 boolMatrix.cc, boolNDArray.cc, boolSparse.cc, chMatrix.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
215 chNDArray.cc, cmd-edit.cc, cmd-hist.cc, dColVector.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
216 dDiagMatrix.cc, dMatrix.cc, dNDArray.cc, dRowVector.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
217 dSparse.cc, data-conv.cc, dbleAEPBAL.cc, dbleCHOL.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
218 dbleGEPBAL.cc, dbleHESS.cc, dbleLU.cc, dbleQR.cc, dbleQRP.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
219 dbleSCHUR.cc, dbleSVD.cc, dir-ops.cc, eigs-base.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
220 fCColVector.cc, fCDiagMatrix.cc, fCMatrix.cc, fCNDArray.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
221 fCRowVector.cc, fCmplxAEPBAL.cc, fCmplxCHOL.cc, fCmplxGEPBAL.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
222 fCmplxHESS.cc, fCmplxLU.cc, fCmplxQR.cc, fCmplxQRP.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
223 fCmplxSCHUR.cc, fCmplxSVD.cc, fColVector.cc, fDiagMatrix.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
224 fEIG.cc, fMatrix.cc, fNDArray.cc, fRowVector.cc, file-ops.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
225 file-stat.cc, floatAEPBAL.cc, floatCHOL.cc, floatGEPBAL.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
226 floatHESS.cc, floatLU.cc, floatQR.cc, floatQRP.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
227 floatSCHUR.cc, floatSVD.cc, glob-match.cc, idx-vector.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
228 int16NDArray.cc, int32NDArray.cc, int64NDArray.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
229 int8NDArray.cc, intNDArray.cc, kpse.cc, lo-ieee.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
230 lo-mappers.cc, lo-specfun.cc, lo-sysdep.cc, lo-utils.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
231 mach-info.cc, mx-inlines.cc, oct-alloc.cc, oct-env.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
232 oct-fftw.cc, oct-group.cc, oct-inttypes.cc, oct-md5.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
233 oct-passwd.cc, oct-rand.cc, oct-shlib.cc, oct-sort.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
234 oct-spparms.cc, oct-syscalls.cc, oct-time.cc, oct-uname.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
235 pathsearch.cc, prog-args.cc, regex-match.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
236 sparse-base-chol.cc, sparse-base-lu.cc, sparse-dmsolve.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
237 sparse-sort.cc, sparse-util.cc, str-vec.cc, uint16NDArray.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
238 uint32NDArray.cc, uint64NDArray.cc, uint8NDArray.cc, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
239 f2c-main.c, lo-cieee.c, lo-cutils.c, oct-getopt.c, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
240 oct-rl-edit.c, oct-rl-hist.c, randgamma.c, randmtzig.c, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
241 randpoisson.c, Array-util.h, Array.h, Array2.h, Array3.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
242 ArrayN.h, CColVector.h, CDiagMatrix.h, CMatrix.h, CNDArray.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
243 CRowVector.h, CSparse.h, CmplxAEPBAL.h, CmplxCHOL.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
244 CmplxGEPBAL.h, CmplxHESS.h, CmplxLU.h, CmplxQR.h, CmplxQRP.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
245 CmplxSCHUR.h, CmplxSVD.h, CollocWt.h, DAE.h, DAEFunc.h, DAERT.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
246 DAERTFunc.h, DASPK.h, DASRT.h, DASSL.h, DiagArray2.h, EIG.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
247 LSODE.h, MArray.h, MArray2.h, MArrayN.h, MDiagArray2.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
248 MSparse-defs.h, MSparse.h, Matrix.h, MatrixType.h, ODE.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
249 ODEFunc.h, ODES.h, ODESFunc.h, Quad.h, Range.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
250 Sparse-op-defs.h, Sparse.h, SparseCmplxCHOL.h, SparseCmplxLU.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
251 SparseCmplxQR.h, SparseQR.h, SparsedbleCHOL.h, SparsedbleLU.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
252 base-dae.h, base-de.h, base-lu.h, base-min.h, boolMatrix.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
253 boolNDArray.h, boolSparse.h, byte-swap.h, chMatrix.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
254 chNDArray.h, cmd-edit.h, cmd-hist.h, dColVector.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
255 dDiagMatrix.h, dMatrix.h, dNDArray.h, dRowVector.h, dSparse.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
256 data-conv.h, dbleAEPBAL.h, dbleCHOL.h, dbleGEPBAL.h, dbleHESS.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
257 dbleLU.h, dbleQR.h, dbleQRP.h, dbleSCHUR.h, dbleSVD.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
258 dir-ops.h, fCColVector.h, fCDiagMatrix.h, fCMatrix.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
259 fCNDArray.h, fCRowVector.h, fCmplxAEPBAL.h, fCmplxCHOL.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
260 fCmplxGEPBAL.h, fCmplxHESS.h, fCmplxLU.h, fCmplxQR.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
261 fCmplxQRP.h, fCmplxSCHUR.h, fCmplxSVD.h, fColVector.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
262 fDiagMatrix.h, fEIG.h, fMatrix.h, fNDArray.h, fRowVector.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
263 file-ops.h, file-stat.h, floatAEPBAL.h, floatCHOL.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
264 floatGEPBAL.h, floatHESS.h, floatLU.h, floatQR.h, floatQRP.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
265 floatSCHUR.h, floatSVD.h, functor.h, glob-match.h, idx-vector.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
266 int16NDArray.h, int32NDArray.h, int64NDArray.h, int8NDArray.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
267 intNDArray.h, kpse-xfns.h, lo-ieee.h, lo-mappers.h, lo-math.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
268 lo-specfun.h, lo-sysdep.h, lo-traits.h, lo-utils.h, mach-info.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
269 mx-base.h, mx-defs.h, mx-ext.h, mx-op-defs.h, oct-alloc.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
270 oct-cmplx.h, oct-env.h, oct-fftw.h, oct-getopt.h, oct-group.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
271 oct-inttypes.h, oct-md5.h, oct-passwd.h, oct-rand.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
272 oct-rl-edit.h, oct-rl-hist.h, oct-shlib.h, oct-sort.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
273 oct-spparms.h, oct-syscalls.h, oct-time.h, oct-uname.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
274 pathlen.h, pathsearch.h, prog-args.h, randgamma.h, randmtzig.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
275 randpoisson.h, regex-match.h, sparse-base-chol.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
276 sparse-base-lu.h, sparse-sort.h, sparse-util.h, statdefs.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
277 str-vec.h, sun-utils.h, sysdir.h, systime.h, syswait.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
278 uint16NDArray.h, uint32NDArray.h, uint64NDArray.h, |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
279 uint8NDArray.h: Remove Emacs local-variables settings. |
4c0cdbe0acca
remove Emacs local-variable settings from liboctave source files
John W. Eaton <jwe@octave.org>
parents:
10152
diff
changeset
|
280 |
10152
b6b65e71049b
optimize cumsum with logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
10150
diff
changeset
|
281 2010-01-20 Jaroslav Hajek <highegg@gmail.com> |
b6b65e71049b
optimize cumsum with logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
10150
diff
changeset
|
282 |
b6b65e71049b
optimize cumsum with logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
10150
diff
changeset
|
283 * boolNDArray.cc (boolNDArray::cumsum): Sum directly in double to |
b6b65e71049b
optimize cumsum with logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
10150
diff
changeset
|
284 avoid a copy. |
b6b65e71049b
optimize cumsum with logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
10150
diff
changeset
|
285 |
10150 | 286 2010-01-20 John W. Eaton <jwe@octave.org> |
287 | |
288 * dim-vector.h: Style fixes. Remove Emacs local variables block. | |
289 Untabify. | |
290 | |
10148 | 291 2010-01-20 John W. Eaton <jwe@octave.org> |
292 | |
293 * Makefile.am (PRIVATE_INCS): New variable. List oct-glob.h | |
294 here instead of in INCS. | |
295 (liboctave_la_SOURCES): Include $(PRIVATE_INCS) in the list. | |
296 | |
297 * glob-match.cc (glob_match::match, glob_match::glob): Now const. | |
298 Move definitions here from glob-match.h. | |
299 | |
10147
adc0143e9419
optimize any/all (x, 2) with small number of rows
Jaroslav Hajek <highegg@gmail.com>
parents:
10146
diff
changeset
|
300 2010-01-20 Jaroslav Hajek <highegg@gmail.com> |
adc0143e9419
optimize any/all (x, 2) with small number of rows
Jaroslav Hajek <highegg@gmail.com>
parents:
10146
diff
changeset
|
301 |
adc0143e9419
optimize any/all (x, 2) with small number of rows
Jaroslav Hajek <highegg@gmail.com>
parents:
10146
diff
changeset
|
302 * mx-inlines.cc (mx_inline_any_r, mx_inline_all_r): New helper |
adc0143e9419
optimize any/all (x, 2) with small number of rows
Jaroslav Hajek <highegg@gmail.com>
parents:
10146
diff
changeset
|
303 reductors. |
adc0143e9419
optimize any/all (x, 2) with small number of rows
Jaroslav Hajek <highegg@gmail.com>
parents:
10146
diff
changeset
|
304 (mx_inline_any, mx_inline_all): Call the here in row-wise reduction |
adc0143e9419
optimize any/all (x, 2) with small number of rows
Jaroslav Hajek <highegg@gmail.com>
parents:
10146
diff
changeset
|
305 with few enough columns. |
adc0143e9419
optimize any/all (x, 2) with small number of rows
Jaroslav Hajek <highegg@gmail.com>
parents:
10146
diff
changeset
|
306 |
10146
9597eea7fa36
inline xmin/xmax & optimize special cases
Jaroslav Hajek <highegg@gmail.com>
parents:
10145
diff
changeset
|
307 2010-01-20 Jaroslav Hajek <highegg@gmail.com> |
9597eea7fa36
inline xmin/xmax & optimize special cases
Jaroslav Hajek <highegg@gmail.com>
parents:
10145
diff
changeset
|
308 |
9597eea7fa36
inline xmin/xmax & optimize special cases
Jaroslav Hajek <highegg@gmail.com>
parents:
10145
diff
changeset
|
309 * lo-mappers.h (xmin (double, double), xmax (double, double), |
9597eea7fa36
inline xmin/xmax & optimize special cases
Jaroslav Hajek <highegg@gmail.com>
parents:
10145
diff
changeset
|
310 xmin (float, float), xmax (float, float)): Inline definitions. |
9597eea7fa36
inline xmin/xmax & optimize special cases
Jaroslav Hajek <highegg@gmail.com>
parents:
10145
diff
changeset
|
311 * lo-mappers.cc (xmin (double, double), xmax (double, double), |
9597eea7fa36
inline xmin/xmax & optimize special cases
Jaroslav Hajek <highegg@gmail.com>
parents:
10145
diff
changeset
|
312 xmin (float, float), xmax (float, float)): Remove from here. |
9597eea7fa36
inline xmin/xmax & optimize special cases
Jaroslav Hajek <highegg@gmail.com>
parents:
10145
diff
changeset
|
313 * mx-inlines.cc (mx_inline_xmin, mx_inline_xmax): Provide |
9597eea7fa36
inline xmin/xmax & optimize special cases
Jaroslav Hajek <highegg@gmail.com>
parents:
10145
diff
changeset
|
314 specializations for real array-scalar and scalar-array cases. |
9597eea7fa36
inline xmin/xmax & optimize special cases
Jaroslav Hajek <highegg@gmail.com>
parents:
10145
diff
changeset
|
315 |
10145
fa01c1670b3e
make p-norms breakable
Jaroslav Hajek <highegg@gmail.com>
parents:
10143
diff
changeset
|
316 2010-01-20 Jaroslav Hajek <highegg@gmail.com> |
fa01c1670b3e
make p-norms breakable
Jaroslav Hajek <highegg@gmail.com>
parents:
10143
diff
changeset
|
317 |
fa01c1670b3e
make p-norms breakable
Jaroslav Hajek <highegg@gmail.com>
parents:
10143
diff
changeset
|
318 * oct-norm.cc (norm_accumulator_p::accum, norm_accumulator_mp::accum): |
fa01c1670b3e
make p-norms breakable
Jaroslav Hajek <highegg@gmail.com>
parents:
10143
diff
changeset
|
319 Call octave_quit here. |
fa01c1670b3e
make p-norms breakable
Jaroslav Hajek <highegg@gmail.com>
parents:
10143
diff
changeset
|
320 (higham_subp): Also here. |
fa01c1670b3e
make p-norms breakable
Jaroslav Hajek <highegg@gmail.com>
parents:
10143
diff
changeset
|
321 |
10143
f3c34b518422
simplify pairwise min/max implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
10142
diff
changeset
|
322 2010-01-20 Jaroslav Hajek <highegg@gmail.com> |
f3c34b518422
simplify pairwise min/max implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
10142
diff
changeset
|
323 |
f3c34b518422
simplify pairwise min/max implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
10142
diff
changeset
|
324 * mx-op-defs.h (SND_MINMAX_FCN, NDS_MINMAX_FCN, NDND_MINMAX_FCN): |
f3c34b518422
simplify pairwise min/max implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
10142
diff
changeset
|
325 Simplify using mx_inlines machinery. |
f3c34b518422
simplify pairwise min/max implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
10142
diff
changeset
|
326 * dNDArray (min, max): Simplify. |
f3c34b518422
simplify pairwise min/max implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
10142
diff
changeset
|
327 * fNDArray (min, max): Simplify. |
f3c34b518422
simplify pairwise min/max implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
10142
diff
changeset
|
328 * CNDArray (min, max): Simplify. |
f3c34b518422
simplify pairwise min/max implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
10142
diff
changeset
|
329 * fCNDArray (min, max): Simplify. |
f3c34b518422
simplify pairwise min/max implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
10142
diff
changeset
|
330 |
10142
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
331 2010-01-20 Jaroslav Hajek <highegg@gmail.com> |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
332 |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
333 * Array.h: Substitute OCTAVE_QUIT -> octave_quit (). |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
334 * CMatrix.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
335 * CNDArray.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
336 * CSparse.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
337 * CmplxGEPBAL.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
338 * MArrayN.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
339 * MSparse.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
340 * Sparse-diag-op-defs.h: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
341 * Sparse-op-defs.h: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
342 * Sparse-perm-op-defs.h: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
343 * Sparse.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
344 * Sparse.h: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
345 * SparseCmplxQR.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
346 * SparseQR.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
347 * boolSparse.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
348 * bsxfun-defs.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
349 * dMatrix.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
350 * dNDArray.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
351 * dSparse.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
352 * dbleGEPBAL.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
353 * fCMatrix.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
354 * fCNDArray.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
355 * fCmplxGEPBAL.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
356 * fMatrix.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
357 * fNDArray.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
358 * file-ops.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
359 * floatGEPBAL.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
360 * lo-utils.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
361 * mx-op-defs.h: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
362 * oct-fftw.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
363 * oct-norm.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
364 * oct-rand.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
365 * sparse-dmsolve.cc: Ditto. |
829e69ec3110
make OCTAVE_QUIT a function
Jaroslav Hajek <highegg@gmail.com>
parents:
10140
diff
changeset
|
366 |
10140
36ea14c8992d
fix reversed min/max in bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10139
diff
changeset
|
367 2010-01-20 Jaroslav Hajek <highegg@gmail.com> |
36ea14c8992d
fix reversed min/max in bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10139
diff
changeset
|
368 |
36ea14c8992d
fix reversed min/max in bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10139
diff
changeset
|
369 * bsxfun-defs.cc (BSXFUN_STDOP_DEFS_MXLOOP): Fix reversed min/max |
36ea14c8992d
fix reversed min/max in bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10139
diff
changeset
|
370 defs. |
36ea14c8992d
fix reversed min/max in bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10139
diff
changeset
|
371 |
10139
93c74edcc3e3
glob-match.h: update copyright
John W. Eaton <jwe@octave.org>
parents:
10138
diff
changeset
|
372 2010-01-20 John W. Eaton <jwe@octave.org> |
93c74edcc3e3
glob-match.h: update copyright
John W. Eaton <jwe@octave.org>
parents:
10138
diff
changeset
|
373 |
93c74edcc3e3
glob-match.h: update copyright
John W. Eaton <jwe@octave.org>
parents:
10138
diff
changeset
|
374 * glob-match.h: Update copyright. |
93c74edcc3e3
glob-match.h: update copyright
John W. Eaton <jwe@octave.org>
parents:
10138
diff
changeset
|
375 |
10138
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
376 2010-01-20 John W. Eaton <jwe@octave.org> |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
377 |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
378 * Makefile.am (INCS): Include oct-glob.h in the list. |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
379 (LIBOCTAVE_CXX_SOURCES): Include oct-glob.cc in the list. |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
380 * oct-glob.h, oct-glob.cc: New files. |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
381 * glob-match.cc: (glob_match::match): Move internals to oct-glob.cc. |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
382 (glob_match::glob_internal): Move internals to oct-glob.cc. |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
383 (single_match_exists): Move to oct-glob.cc. |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
384 (glob_match::opts_to_fnmatch_flags): New function. |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
385 * glob-match.h Include oct-glob.h. |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
386 (glob_match::glob): Call octave_glob to do the real work. |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
387 (glob_match::glob_internal): Delete decl. |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
388 (glob_match::match (const string_vector&)): Move here from |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
389 glob-match.cc. |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
390 (glob_match::match (const std::string&)): Call octave_fnmatch to |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
391 do the real work. |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
392 (glob_match::fnmatch_flags): Rename from flags. |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
393 (glob_match::opts_to_fnmatch_flags): New function. |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
394 (glob_match::glob_match): Use it. |
805a83ecd3da
avoid conflict between glob.h definition of glob and glob_match::glob function
John W. Eaton <jwe@octave.org>
parents:
10124
diff
changeset
|
395 |
10124
e5c6600e3400
use octave_idx_type where needed
Jaroslav Hajek <highegg@gmail.com>
parents:
10123
diff
changeset
|
396 2010-01-17 Jaroslav Hajek <highegg@gmail.com> |
e5c6600e3400
use octave_idx_type where needed
Jaroslav Hajek <highegg@gmail.com>
parents:
10123
diff
changeset
|
397 |
e5c6600e3400
use octave_idx_type where needed
Jaroslav Hajek <highegg@gmail.com>
parents:
10123
diff
changeset
|
398 * CMatrix.cc (xgemm): Use octave_idx_type rather than int. |
e5c6600e3400
use octave_idx_type where needed
Jaroslav Hajek <highegg@gmail.com>
parents:
10123
diff
changeset
|
399 * fCMatrix.cc (xgemm): Ditto. |
e5c6600e3400
use octave_idx_type where needed
Jaroslav Hajek <highegg@gmail.com>
parents:
10123
diff
changeset
|
400 |
10123
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10115
diff
changeset
|
401 2010-01-16 Michael Goffioul <michael.goffioul@gmail.com> |
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10115
diff
changeset
|
402 |
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10115
diff
changeset
|
403 * oct-time.cc: Avoid to include nonneeded headers from Win32 API, |
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10115
diff
changeset
|
404 especially winsock.h. Include <sys/time.h> unconditionally, as it is |
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10115
diff
changeset
|
405 now provided by gnulib, in order to get gettimeofday defined. |
8590f3c51868
Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
10115
diff
changeset
|
406 |
10115
ed49cef7e005
simplify Array::insert methods
Jaroslav Hajek <highegg@gmail.com>
parents:
10114
diff
changeset
|
407 2010-01-15 Jaroslav Hajek <highegg@gmail.com> |
ed49cef7e005
simplify Array::insert methods
Jaroslav Hajek <highegg@gmail.com>
parents:
10114
diff
changeset
|
408 |
ed49cef7e005
simplify Array::insert methods
Jaroslav Hajek <highegg@gmail.com>
parents:
10114
diff
changeset
|
409 * Array.cc (Array<T>::insert): Rewrite using assign. |
ed49cef7e005
simplify Array::insert methods
Jaroslav Hajek <highegg@gmail.com>
parents:
10114
diff
changeset
|
410 (Array<T>::insert2, Array<T>::insertN): Remove. |
ed49cef7e005
simplify Array::insert methods
Jaroslav Hajek <highegg@gmail.com>
parents:
10114
diff
changeset
|
411 * Array.h: Update declarations. Add brief documentation. |
ed49cef7e005
simplify Array::insert methods
Jaroslav Hajek <highegg@gmail.com>
parents:
10114
diff
changeset
|
412 |
10114
e4936c129cbd
optimize sorting of bools
Jaroslav Hajek <highegg@gmail.com>
parents:
10113
diff
changeset
|
413 2010-01-15 Jaroslav Hajek <highegg@gmail.com> |
e4936c129cbd
optimize sorting of bools
Jaroslav Hajek <highegg@gmail.com>
parents:
10113
diff
changeset
|
414 |
e4936c129cbd
optimize sorting of bools
Jaroslav Hajek <highegg@gmail.com>
parents:
10113
diff
changeset
|
415 * Array-b.cc: Inline ascending and descending sort. |
e4936c129cbd
optimize sorting of bools
Jaroslav Hajek <highegg@gmail.com>
parents:
10113
diff
changeset
|
416 (do_bool_partition): New helper template function. |
e4936c129cbd
optimize sorting of bools
Jaroslav Hajek <highegg@gmail.com>
parents:
10113
diff
changeset
|
417 (octave_sort<bool>::sort): Provide specializations. |
e4936c129cbd
optimize sorting of bools
Jaroslav Hajek <highegg@gmail.com>
parents:
10113
diff
changeset
|
418 |
10113 | 419 2010-01-14 Jaroslav Hajek <highegg@gmail.com> |
420 | |
421 * Array.cc (Array<T>::insert (const Array<T>&, const | |
422 Array<octave_idx_type>&): Allow less dimensions than indices. | |
423 | |
10107
fd262afea1d1
optimize bsxfun for chars
Jaroslav Hajek <highegg@gmail.com>
parents:
10105
diff
changeset
|
424 2010-01-14 Jaroslav Hajek <highegg@gmail.com> |
fd262afea1d1
optimize bsxfun for chars
Jaroslav Hajek <highegg@gmail.com>
parents:
10105
diff
changeset
|
425 |
fd262afea1d1
optimize bsxfun for chars
Jaroslav Hajek <highegg@gmail.com>
parents:
10105
diff
changeset
|
426 * chNDArray.h: Declare relational bsxfun ops. |
fd262afea1d1
optimize bsxfun for chars
Jaroslav Hajek <highegg@gmail.com>
parents:
10105
diff
changeset
|
427 * chNDArray.cc: Define them. |
fd262afea1d1
optimize bsxfun for chars
Jaroslav Hajek <highegg@gmail.com>
parents:
10105
diff
changeset
|
428 |
10105
018d92ad0730
fix prototypes for zherk and cherk
John W. Eaton <jwe@octave.org>
parents:
10102
diff
changeset
|
429 2010-01-14 John W. Eaton <jwe@octave.org> |
018d92ad0730
fix prototypes for zherk and cherk
John W. Eaton <jwe@octave.org>
parents:
10102
diff
changeset
|
430 |
018d92ad0730
fix prototypes for zherk and cherk
John W. Eaton <jwe@octave.org>
parents:
10102
diff
changeset
|
431 * CMatrix.cc: Fix prototype for zherk. |
018d92ad0730
fix prototypes for zherk and cherk
John W. Eaton <jwe@octave.org>
parents:
10102
diff
changeset
|
432 * fCMatrix.cc: Fix prototype for cherk. |
018d92ad0730
fix prototypes for zherk and cherk
John W. Eaton <jwe@octave.org>
parents:
10102
diff
changeset
|
433 |
10102
8b4e3388a254
oct-rl-edit.c (octave_rl_set_terminal_name): save term string before setting rl_terminal_name
John W. Eaton <jwe@octave.org>
parents:
10101
diff
changeset
|
434 2010-01-14 John W. Eaton <jwe@octave.org> |
8b4e3388a254
oct-rl-edit.c (octave_rl_set_terminal_name): save term string before setting rl_terminal_name
John W. Eaton <jwe@octave.org>
parents:
10101
diff
changeset
|
435 |
8b4e3388a254
oct-rl-edit.c (octave_rl_set_terminal_name): save term string before setting rl_terminal_name
John W. Eaton <jwe@octave.org>
parents:
10101
diff
changeset
|
436 * oct-rl-edit.c (octave_rl_set_name): Save arg before setting |
8b4e3388a254
oct-rl-edit.c (octave_rl_set_terminal_name): save term string before setting rl_terminal_name
John W. Eaton <jwe@octave.org>
parents:
10101
diff
changeset
|
437 rl_terminal_name. |
8b4e3388a254
oct-rl-edit.c (octave_rl_set_terminal_name): save term string before setting rl_terminal_name
John W. Eaton <jwe@octave.org>
parents:
10101
diff
changeset
|
438 |
10101
b51848e95e4b
cleanups to avoid valgrind warnings
John W. Eaton <jwe@octave.org>
parents:
10098
diff
changeset
|
439 2010-01-13 John W. Eaton <jwe@octave.org> |
b51848e95e4b
cleanups to avoid valgrind warnings
John W. Eaton <jwe@octave.org>
parents:
10098
diff
changeset
|
440 |
b51848e95e4b
cleanups to avoid valgrind warnings
John W. Eaton <jwe@octave.org>
parents:
10098
diff
changeset
|
441 * idx-vector.cc (idx_vector::idx_scalar_rep::idx_scalar_rep (T x)): |
b51848e95e4b
cleanups to avoid valgrind warnings
John W. Eaton <jwe@octave.org>
parents:
10098
diff
changeset
|
442 Initialize dummy variable. |
b51848e95e4b
cleanups to avoid valgrind warnings
John W. Eaton <jwe@octave.org>
parents:
10098
diff
changeset
|
443 |
10098
d3451c1496f8
allow the general case in Array<T>::compute_index
Jaroslav Hajek <highegg@gmail.com>
parents:
10095
diff
changeset
|
444 2010-01-13 Jaroslav Hajek <highegg@gmail.com> |
d3451c1496f8
allow the general case in Array<T>::compute_index
Jaroslav Hajek <highegg@gmail.com>
parents:
10095
diff
changeset
|
445 |
d3451c1496f8
allow the general case in Array<T>::compute_index
Jaroslav Hajek <highegg@gmail.com>
parents:
10095
diff
changeset
|
446 * Array.cc (Array<T>::compute_index): Generalize to the case of |
d3451c1496f8
allow the general case in Array<T>::compute_index
Jaroslav Hajek <highegg@gmail.com>
parents:
10095
diff
changeset
|
447 unequal lengths. |
d3451c1496f8
allow the general case in Array<T>::compute_index
Jaroslav Hajek <highegg@gmail.com>
parents:
10095
diff
changeset
|
448 |
10095
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
449 2010-01-13 Jaroslav Hajek <highegg@gmail.com> |
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
450 |
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
451 * dim-vector.h (dim_vector::chop_trailing_singletons): Only uniquify |
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
452 if really needed. |
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
453 * Array.h (Array<T>::Array (T*, const dim_vector&)): Call |
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
454 chop_trailing_singletons. |
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
455 (Array<T>::Array (const Array<T>&, const dim_vector&, |
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
456 octave_idx_type...)): Ditto. |
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
457 (Array<T>::Array (const dim_vector&)): Ditto. |
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
458 (Array<T>::Array (const dim_vector&, const T&)): Ditto. |
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
459 (Array<T>::chop_trailing_singletons): Deprecate. |
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
460 * Array.cc (Array::Array(const Array&, const dim_vector&)): Ditto. |
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
461 (Array::index (const Array<idx_vector>&, ...)): Ditto. |
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
462 (Array<T>::permute): Don't call deprecate method here. |
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
463 (Array<T>::assign): Neither here. |
eb8ac0eed9f1
always chop dimension vector when constructing Arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
464 |
10085
82d47b706424
Remove unnecessary uses of simple_move_if_change_rule
Rik <rdrider0-list@yahoo.com>
parents:
10075
diff
changeset
|
465 2010-01-11 Rik <octave@nomad.inbox5.com> |
82d47b706424
Remove unnecessary uses of simple_move_if_change_rule
Rik <rdrider0-list@yahoo.com>
parents:
10075
diff
changeset
|
466 |
82d47b706424
Remove unnecessary uses of simple_move_if_change_rule
Rik <rdrider0-list@yahoo.com>
parents:
10075
diff
changeset
|
467 * Makefile.am: Remove unnecessary use of simple_move_if_change_rule to allow |
82d47b706424
Remove unnecessary uses of simple_move_if_change_rule
Rik <rdrider0-list@yahoo.com>
parents:
10075
diff
changeset
|
468 Make to update timestamps |
82d47b706424
Remove unnecessary uses of simple_move_if_change_rule
Rik <rdrider0-list@yahoo.com>
parents:
10075
diff
changeset
|
469 |
10075
84b0725f4b09
return class types by reference in const Array element access functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10072
diff
changeset
|
470 2010-01-08 Jaroslav Hajek <highegg@gmail.com> |
84b0725f4b09
return class types by reference in const Array element access functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10072
diff
changeset
|
471 |
84b0725f4b09
return class types by reference in const Array element access functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10072
diff
changeset
|
472 * Array.h (Array<T>::crefT): New helper typedef. |
84b0725f4b09
return class types by reference in const Array element access functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10072
diff
changeset
|
473 (Array<T>::elem const, Array<T>::xelem const, |
84b0725f4b09
return class types by reference in const Array element access functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10072
diff
changeset
|
474 Array<T>::checkelem const, Array<T>::operator () const): Return crefT. |
84b0725f4b09
return class types by reference in const Array element access functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10072
diff
changeset
|
475 (Array<T>::range_error const): Remove overloads. |
84b0725f4b09
return class types by reference in const Array element access functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10072
diff
changeset
|
476 * Array.cc (Array<T>::range_error const): Remove overloads. |
84b0725f4b09
return class types by reference in const Array element access functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10072
diff
changeset
|
477 |
10072
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10068
diff
changeset
|
478 2010-01-07 John W. Eaton <jwe@octave.org> |
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10068
diff
changeset
|
479 |
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10068
diff
changeset
|
480 * oct-time.cc (octave_time::stamp): Assume gettimeofday is |
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10068
diff
changeset
|
481 available and that it takes two arguments. |
0b0bf1fd1ed7
use gettimeofday module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10068
diff
changeset
|
482 |
10068
ca93f583573d
handle interrupts octave_fgets
Jaroslav Hajek <highegg@gmail.com>
parents:
10061
diff
changeset
|
483 2010-01-07 Jaroslav Hajek <highegg@gmail.com> |
ca93f583573d
handle interrupts octave_fgets
Jaroslav Hajek <highegg@gmail.com>
parents:
10061
diff
changeset
|
484 |
ca93f583573d
handle interrupts octave_fgets
Jaroslav Hajek <highegg@gmail.com>
parents:
10061
diff
changeset
|
485 * lo-utils.cc (octave_fgets (FILE *, bool&)): Add OCTAVE_QUIT at the |
ca93f583573d
handle interrupts octave_fgets
Jaroslav Hajek <highegg@gmail.com>
parents:
10061
diff
changeset
|
486 end. |
ca93f583573d
handle interrupts octave_fgets
Jaroslav Hajek <highegg@gmail.com>
parents:
10061
diff
changeset
|
487 |
10061
ec0c445d0d6f
include -I../libgnu in AM_CPPFLAGS
John W. Eaton <jwe@octave.org>
parents:
10042
diff
changeset
|
488 2010-01-05 John W. Eaton <jwe@octave.org> |
ec0c445d0d6f
include -I../libgnu in AM_CPPFLAGS
John W. Eaton <jwe@octave.org>
parents:
10042
diff
changeset
|
489 |
ec0c445d0d6f
include -I../libgnu in AM_CPPFLAGS
John W. Eaton <jwe@octave.org>
parents:
10042
diff
changeset
|
490 * Makefile.am (AM_CPPFLAGS): Include @CPPFLAGS@ and -I../libgnu |
ec0c445d0d6f
include -I../libgnu in AM_CPPFLAGS
John W. Eaton <jwe@octave.org>
parents:
10042
diff
changeset
|
491 in the list. |
ec0c445d0d6f
include -I../libgnu in AM_CPPFLAGS
John W. Eaton <jwe@octave.org>
parents:
10042
diff
changeset
|
492 |
10042
b7915ebe8acf
implement index reduction rule for multiple constant ranges
Jaroslav Hajek <highegg@gmail.com>
parents:
10038
diff
changeset
|
493 2009-12-30 Jaroslav Hajek <highegg@gmail.com> |
b7915ebe8acf
implement index reduction rule for multiple constant ranges
Jaroslav Hajek <highegg@gmail.com>
parents:
10038
diff
changeset
|
494 |
b7915ebe8acf
implement index reduction rule for multiple constant ranges
Jaroslav Hajek <highegg@gmail.com>
parents:
10038
diff
changeset
|
495 * idx-vector.cc (idx_vector::maybe_reduce): Implement reduction rule |
b7915ebe8acf
implement index reduction rule for multiple constant ranges
Jaroslav Hajek <highegg@gmail.com>
parents:
10038
diff
changeset
|
496 for subsequent ones () indices. |
b7915ebe8acf
implement index reduction rule for multiple constant ranges
Jaroslav Hajek <highegg@gmail.com>
parents:
10038
diff
changeset
|
497 |
10038
62eb444704ba
file-ops.cc: avoid problems if sys/stat.h #defines mkdir or mkfifo
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
498 2009-12-28 John W. Eaton <jwe@octave.org> |
62eb444704ba
file-ops.cc: avoid problems if sys/stat.h #defines mkdir or mkfifo
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
499 |
62eb444704ba
file-ops.cc: avoid problems if sys/stat.h #defines mkdir or mkfifo
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
500 * file-ops.cc (fle_ops::mkdir_internal, |
62eb444704ba
file-ops.cc: avoid problems if sys/stat.h #defines mkdir or mkfifo
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
501 file_ops::mkfifo_internal): New private static functions. |
62eb444704ba
file-ops.cc: avoid problems if sys/stat.h #defines mkdir or mkfifo
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
502 * file-ops.h (file_ops::mkdir, file_ops::mkdir): Move |
62eb444704ba
file-ops.cc: avoid problems if sys/stat.h #defines mkdir or mkfifo
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
503 definitions here from file-ops.cc. Forward to X_internal functions. |
62eb444704ba
file-ops.cc: avoid problems if sys/stat.h #defines mkdir or mkfifo
John W. Eaton <jwe@octave.org>
parents:
10029
diff
changeset
|
504 |
10029
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
505 2009-12-26 John W. Eaton <jwe@octave.org> |
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
506 |
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
507 * file-stat.cc (lstat): Delete replacement function. |
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
508 (file_fstat::update_internal): Assume fstat is available. |
3b2f81d5a6dc
use gnulib modules for fstat, lstat, and stat
John W. Eaton <jwe@octave.org>
parents:
10027
diff
changeset
|
509 |
10027
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
510 2009-12-25 John W. Eaton <jwe@octave.org> |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
511 |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
512 * file-ops.cc (file_ops::mkdir): Assume we have an mkdir |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
513 function that takes two arguments. |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
514 * mkdir.c: Delete. |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
515 * Makefile.am (LIBOCTAVE_C_SOURCES): Remove mkdir.c from the list. |
0f312e11957e
use mkdir module from gnulib
John W. Eaton <jwe@octave.org>
parents:
10025
diff
changeset
|
516 |
10025
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10004
diff
changeset
|
517 2009-12-25 John W. Eaton <jwe@octave.org> |
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10004
diff
changeset
|
518 |
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10004
diff
changeset
|
519 * oct-md5.cc (oct_md5_result_to_str): New function. |
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10004
diff
changeset
|
520 (oct_md5, oct_md5_file): Simplify using gnulib md5 functions and |
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10004
diff
changeset
|
521 oct_md5_result_to_str. |
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10004
diff
changeset
|
522 |
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10004
diff
changeset
|
523 * Makefile.am (INCS): Remove md5.h from the list. |
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10004
diff
changeset
|
524 (LIBOCTAVE_C_SOURCES): Remove md5.c from the list. |
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10004
diff
changeset
|
525 * md5.c, md5.h: Delete. |
acd5e9df38f8
use gnuplib crypto/md5 module
John W. Eaton <jwe@octave.org>
parents:
10004
diff
changeset
|
526 |
10004
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9994
diff
changeset
|
527 2009-12-19 Rik <octave@nomad.inbox5.com> |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9994
diff
changeset
|
528 |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9994
diff
changeset
|
529 * Makefile.am: Eliminate TOPDIR variable in favor of built-in automake |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9994
diff
changeset
|
530 variables of top_builddir and top_srcdir. |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9994
diff
changeset
|
531 |
9994
fdc3a43c0be8
avoid conflict with gnulib defining glob to be rpl_glob
John W. Eaton <jwe@octave.org>
parents:
9987
diff
changeset
|
532 2009-12-17 John W. Eaton <jwe@octave.org> |
fdc3a43c0be8
avoid conflict with gnulib defining glob to be rpl_glob
John W. Eaton <jwe@octave.org>
parents:
9987
diff
changeset
|
533 |
fdc3a43c0be8
avoid conflict with gnulib defining glob to be rpl_glob
John W. Eaton <jwe@octave.org>
parents:
9987
diff
changeset
|
534 * glob-match.h, glob-match.cc (glob_match::glob_internal): |
fdc3a43c0be8
avoid conflict with gnulib defining glob to be rpl_glob
John W. Eaton <jwe@octave.org>
parents:
9987
diff
changeset
|
535 Rename from glob_match::glob and make private. |
fdc3a43c0be8
avoid conflict with gnulib defining glob to be rpl_glob
John W. Eaton <jwe@octave.org>
parents:
9987
diff
changeset
|
536 * glob-match.h (glob_match::glob): Forward to glob_internal. |
fdc3a43c0be8
avoid conflict with gnulib defining glob to be rpl_glob
John W. Eaton <jwe@octave.org>
parents:
9987
diff
changeset
|
537 |
9987
bb30843c4929
fix subscripting of vectors by N-d arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9986
diff
changeset
|
538 2009-12-15 Jaroslav Hajek <highegg@gmail.com> |
bb30843c4929
fix subscripting of vectors by N-d arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9986
diff
changeset
|
539 |
bb30843c4929
fix subscripting of vectors by N-d arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9986
diff
changeset
|
540 * Array.cc (Array<T>::index (const idx_vector&)): Fix determining of |
bb30843c4929
fix subscripting of vectors by N-d arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9986
diff
changeset
|
541 result dimensions. |
bb30843c4929
fix subscripting of vectors by N-d arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9986
diff
changeset
|
542 |
9986
672e1b49e01e
optimize indexing of ranges by single subscripts
Jaroslav Hajek <highegg@gmail.com>
parents:
9985
diff
changeset
|
543 2009-12-15 Jaroslav Hajek <highegg@gmail.com> |
672e1b49e01e
optimize indexing of ranges by single subscripts
Jaroslav Hajek <highegg@gmail.com>
parents:
9985
diff
changeset
|
544 |
672e1b49e01e
optimize indexing of ranges by single subscripts
Jaroslav Hajek <highegg@gmail.com>
parents:
9985
diff
changeset
|
545 * Range.cc (Range::elem, Range::checkelem, Range::index): |
672e1b49e01e
optimize indexing of ranges by single subscripts
Jaroslav Hajek <highegg@gmail.com>
parents:
9985
diff
changeset
|
546 New methods. |
672e1b49e01e
optimize indexing of ranges by single subscripts
Jaroslav Hajek <highegg@gmail.com>
parents:
9985
diff
changeset
|
547 * Range.h: Declare them. |
672e1b49e01e
optimize indexing of ranges by single subscripts
Jaroslav Hajek <highegg@gmail.com>
parents:
9985
diff
changeset
|
548 |
9985
43a29eeda994
fix idx_vector::loop for masks
Jaroslav Hajek <highegg@gmail.com>
parents:
9979
diff
changeset
|
549 2009-12-15 Jaroslav Hajek <highegg@gmail.com> |
43a29eeda994
fix idx_vector::loop for masks
Jaroslav Hajek <highegg@gmail.com>
parents:
9979
diff
changeset
|
550 |
43a29eeda994
fix idx_vector::loop for masks
Jaroslav Hajek <highegg@gmail.com>
parents:
9979
diff
changeset
|
551 * idx-vector.h (idx_vector::loop, idx_vector::bloop): Fix behavior for |
43a29eeda994
fix idx_vector::loop for masks
Jaroslav Hajek <highegg@gmail.com>
parents:
9979
diff
changeset
|
552 masks. |
43a29eeda994
fix idx_vector::loop for masks
Jaroslav Hajek <highegg@gmail.com>
parents:
9979
diff
changeset
|
553 |
9979
3878bae57c12
Clean liboctave/Makefile.am to use more standard automake syntax
Rik <rdrider0-list@yahoo.com>
parents:
9975
diff
changeset
|
554 2009-12-13 Rik <octave@nomad.inbox5.com> |
3878bae57c12
Clean liboctave/Makefile.am to use more standard automake syntax
Rik <rdrider0-list@yahoo.com>
parents:
9975
diff
changeset
|
555 |
3878bae57c12
Clean liboctave/Makefile.am to use more standard automake syntax
Rik <rdrider0-list@yahoo.com>
parents:
9975
diff
changeset
|
556 * Makefile.am: Use DISTCLEANFILES rather than distclean-local rule. |
3878bae57c12
Clean liboctave/Makefile.am to use more standard automake syntax
Rik <rdrider0-list@yahoo.com>
parents:
9975
diff
changeset
|
557 Use PERL variable defined by autoconf rather than direct call. Use |
3878bae57c12
Clean liboctave/Makefile.am to use more standard automake syntax
Rik <rdrider0-list@yahoo.com>
parents:
9975
diff
changeset
|
558 simple_move_if_change rule to reduce useless compiles if OPTS_INC have not |
3878bae57c12
Clean liboctave/Makefile.am to use more standard automake syntax
Rik <rdrider0-list@yahoo.com>
parents:
9975
diff
changeset
|
559 changed. |
3878bae57c12
Clean liboctave/Makefile.am to use more standard automake syntax
Rik <rdrider0-list@yahoo.com>
parents:
9975
diff
changeset
|
560 |
9975
14ed68363284
remove stray decls from oct-shlib.h
Jaroslav Hajek <highegg@gmail.com>
parents:
9971
diff
changeset
|
561 2009-12-12 Jaroslav Hajek <highegg@gmail.com> |
14ed68363284
remove stray decls from oct-shlib.h
Jaroslav Hajek <highegg@gmail.com>
parents:
9971
diff
changeset
|
562 |
14ed68363284
remove stray decls from oct-shlib.h
Jaroslav Hajek <highegg@gmail.com>
parents:
9971
diff
changeset
|
563 * oct-shlib.h: Remove stray declarations. |
14ed68363284
remove stray decls from oct-shlib.h
Jaroslav Hajek <highegg@gmail.com>
parents:
9971
diff
changeset
|
564 |
9971
d0680ace5fcb
oct-shlib.cc (octave_dlopen_shlib): reverse sense of test and improve error message
John W. Eaton <jwe@octave.org>
parents:
9967
diff
changeset
|
565 2009-12-11 John W. Eaton <jwe@octave.org> |
d0680ace5fcb
oct-shlib.cc (octave_dlopen_shlib): reverse sense of test and improve error message
John W. Eaton <jwe@octave.org>
parents:
9967
diff
changeset
|
566 |
d0680ace5fcb
oct-shlib.cc (octave_dlopen_shlib): reverse sense of test and improve error message
John W. Eaton <jwe@octave.org>
parents:
9967
diff
changeset
|
567 * oct-shlib.cc (octave_dlopen_shlib::octave_dlopen_shlib): |
d0680ace5fcb
oct-shlib.cc (octave_dlopen_shlib): reverse sense of test and improve error message
John W. Eaton <jwe@octave.org>
parents:
9967
diff
changeset
|
568 Print filename along with message from dlerror. |
d0680ace5fcb
oct-shlib.cc (octave_dlopen_shlib): reverse sense of test and improve error message
John W. Eaton <jwe@octave.org>
parents:
9967
diff
changeset
|
569 Reverse sense of test. |
d0680ace5fcb
oct-shlib.cc (octave_dlopen_shlib): reverse sense of test and improve error message
John W. Eaton <jwe@octave.org>
parents:
9967
diff
changeset
|
570 |
9958
80432f0ee895
improve octave_shlib for safer shared libs treatment
Jaroslav Hajek <highegg@gmail.com>
parents:
9947
diff
changeset
|
571 2009-12-09 Jaroslav Hajek <highegg@gmail.com> |
80432f0ee895
improve octave_shlib for safer shared libs treatment
Jaroslav Hajek <highegg@gmail.com>
parents:
9947
diff
changeset
|
572 |
80432f0ee895
improve octave_shlib for safer shared libs treatment
Jaroslav Hajek <highegg@gmail.com>
parents:
9947
diff
changeset
|
573 * oct-shlib.h (octave_shlib): Rewrite. |
80432f0ee895
improve octave_shlib for safer shared libs treatment
Jaroslav Hajek <highegg@gmail.com>
parents:
9947
diff
changeset
|
574 * oct-shlib.cc (octave_shlib): Rewrite. |
80432f0ee895
improve octave_shlib for safer shared libs treatment
Jaroslav Hajek <highegg@gmail.com>
parents:
9947
diff
changeset
|
575 |
9947
31436dcf7d0f
call nstrftime, not my_strftime
John W. Eaton <jwe@octave.org>
parents:
9946
diff
changeset
|
576 2009-12-09 John W. Eaton <jwe@octave.org> |
31436dcf7d0f
call nstrftime, not my_strftime
John W. Eaton <jwe@octave.org>
parents:
9946
diff
changeset
|
577 |
31436dcf7d0f
call nstrftime, not my_strftime
John W. Eaton <jwe@octave.org>
parents:
9946
diff
changeset
|
578 * oct-time.cc (octave_base_tm::strftime): Call nstrftime instead |
31436dcf7d0f
call nstrftime, not my_strftime
John W. Eaton <jwe@octave.org>
parents:
9946
diff
changeset
|
579 of my_strftime. |
31436dcf7d0f
call nstrftime, not my_strftime
John W. Eaton <jwe@octave.org>
parents:
9946
diff
changeset
|
580 |
9946 | 581 2009-12-09 John W. Eaton <jwe@octave.org> |
582 | |
583 * oct-time.cc: Include strftime.h. Don't provide decl for strftime. | |
584 (octave_base_tm::strftime): Call my_strftime instead of ::strftime. | |
585 * Makefile.am (AM_CPPFLAGS): Add -I$(top_srcdir)/libgnu to the list. | |
586 (LINK_DEPS): Add ../libgnu/libgnu.la to the list. | |
587 (LIBOCTAVE_C_SOURCES): Remove strftime.c from the list. | |
588 * strftime.c: Delete. | |
589 | |
9941
1369f13ae6b2
several fixes by M. Goffioul
Jaroslav Hajek <highegg@gmail.com>
parents:
9922
diff
changeset
|
590 2009-12-08 Michael Goffioul <michael.goffioul@gmail.com> |
1369f13ae6b2
several fixes by M. Goffioul
Jaroslav Hajek <highegg@gmail.com>
parents:
9922
diff
changeset
|
591 |
1369f13ae6b2
several fixes by M. Goffioul
Jaroslav Hajek <highegg@gmail.com>
parents:
9922
diff
changeset
|
592 * Array-d.cc (Array<double>::is_sorted): Declare as OCTAVE_API. |
1369f13ae6b2
several fixes by M. Goffioul
Jaroslav Hajek <highegg@gmail.com>
parents:
9922
diff
changeset
|
593 * Array-f.cc (Array<float>::is_sorted): Ditto. |
1369f13ae6b2
several fixes by M. Goffioul
Jaroslav Hajek <highegg@gmail.com>
parents:
9922
diff
changeset
|
594 * lo-sysdep.cc: Undef min and max after including windows.h |
1369f13ae6b2
several fixes by M. Goffioul
Jaroslav Hajek <highegg@gmail.com>
parents:
9922
diff
changeset
|
595 |
9922
3a8327d51ed4
optimize issorted for doubles & floats
Jaroslav Hajek <highegg@gmail.com>
parents:
9921
diff
changeset
|
596 2009-12-05 Jaroslav Hajek <highegg@gmail.com> |
3a8327d51ed4
optimize issorted for doubles & floats
Jaroslav Hajek <highegg@gmail.com>
parents:
9921
diff
changeset
|
597 |
3a8327d51ed4
optimize issorted for doubles & floats
Jaroslav Hajek <highegg@gmail.com>
parents:
9921
diff
changeset
|
598 * Array-d.cc (Array<double>::is_sorted): Optimized specialization. |
3a8327d51ed4
optimize issorted for doubles & floats
Jaroslav Hajek <highegg@gmail.com>
parents:
9921
diff
changeset
|
599 * Array-f.cc (Array<float>::is_sorted): Ditto. |
3a8327d51ed4
optimize issorted for doubles & floats
Jaroslav Hajek <highegg@gmail.com>
parents:
9921
diff
changeset
|
600 |
9921
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
601 2009-12-05 Jaroslav Hajek <highegg@gmail.com> |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
602 |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
603 * oct-sort.cc (lookup_binary): Remove. |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
604 (octave_sort<T>::lookup (const T*, octave_idx_type, const T&, comp)): Move |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
605 code here. |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
606 (octave_sort<T>::lookup (const T*, octave_idx_type, const T*, |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
607 octave_idx_type, octave_idx_type *, comp)): Remove offset parameter. |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
608 Use a simple sequence of lookups. |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
609 (octave_sort<T>::lookup (const T*, octave_idx_type, const T*, |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
610 octave_idx_type, octave_idx_type *)): Update. |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
611 (octave_sort<T>::lookupm, octave_sort<T>::lookupb): Remove. |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
612 (octave_sort<T>::lookup_sorted): New overloaded method. |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
613 |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
614 * Array.cc (Array<T>::lookup (const Array<T>&, sortmode)): Remove |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
615 linf & rinf params. Rewrite using is_sorted to check for sortedness, |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
616 call octave_sort::lookup_sorted to do the sorted merge. |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
617 (Array<T>::lookupm, Array<T>::lookupb): Remove. |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
618 (NO_INSTANTIATE_ARRAY_SORT): Update. |
7c8392a034e6
fix & improve lookup API
Jaroslav Hajek <highegg@gmail.com>
parents:
9920
diff
changeset
|
619 |
9920
56fbe170d354
fix issorted with NaNs in middle
Jaroslav Hajek <highegg@gmail.com>
parents:
9906
diff
changeset
|
620 2009-12-05 Jaroslav Hajek <highegg@gmail.com> |
56fbe170d354
fix issorted with NaNs in middle
Jaroslav Hajek <highegg@gmail.com>
parents:
9906
diff
changeset
|
621 |
56fbe170d354
fix issorted with NaNs in middle
Jaroslav Hajek <highegg@gmail.com>
parents:
9906
diff
changeset
|
622 * Array.cc (sortrows_comparator): Rename to safe_comparator. |
56fbe170d354
fix issorted with NaNs in middle
Jaroslav Hajek <highegg@gmail.com>
parents:
9906
diff
changeset
|
623 (Array<T>::is_sorted): Use it here. |
56fbe170d354
fix issorted with NaNs in middle
Jaroslav Hajek <highegg@gmail.com>
parents:
9906
diff
changeset
|
624 * Array-d.cc: Update. |
56fbe170d354
fix issorted with NaNs in middle
Jaroslav Hajek <highegg@gmail.com>
parents:
9906
diff
changeset
|
625 * Array-f.cc: Update. |
56fbe170d354
fix issorted with NaNs in middle
Jaroslav Hajek <highegg@gmail.com>
parents:
9906
diff
changeset
|
626 * Array-C.cc: Update. |
56fbe170d354
fix issorted with NaNs in middle
Jaroslav Hajek <highegg@gmail.com>
parents:
9906
diff
changeset
|
627 * Array-fC.cc: Update. |
56fbe170d354
fix issorted with NaNs in middle
Jaroslav Hajek <highegg@gmail.com>
parents:
9906
diff
changeset
|
628 |
9906 | 629 2009-12-03 John W. Eaton <jwe@octave.org> |
630 | |
631 * Makefile.am (BUILT_NODISTFILES): New variable. | |
632 | |
9894
83bd7f34f9da
improve idx_vector->octave_value conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
9886
diff
changeset
|
633 2009-12-01 Jaroslav Hajek <highegg@gmail.com> |
83bd7f34f9da
improve idx_vector->octave_value conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
9886
diff
changeset
|
634 |
83bd7f34f9da
improve idx_vector->octave_value conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
9886
diff
changeset
|
635 * idx-vector.cc (idx_vector::idx_range_rep::unconvert, |
83bd7f34f9da
improve idx_vector->octave_value conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
9886
diff
changeset
|
636 idx_vector::idx_scalar_rep::unconvert, |
83bd7f34f9da
improve idx_vector->octave_value conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
9886
diff
changeset
|
637 idx_vector::idx_vector_rep::unconvert, |
83bd7f34f9da
improve idx_vector->octave_value conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
9886
diff
changeset
|
638 idx_vector::idx_mask_rep::unconvert): New methods. |
83bd7f34f9da
improve idx_vector->octave_value conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
9886
diff
changeset
|
639 (idx_vector::unconvert): Use them here. Add mask output. |
83bd7f34f9da
improve idx_vector->octave_value conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
9886
diff
changeset
|
640 * idx-vector.h: Update decls. |
83bd7f34f9da
improve idx_vector->octave_value conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
9886
diff
changeset
|
641 |
9886
cddd5c3d5f04
fix & extend special-case optimizations for indexed assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
9879
diff
changeset
|
642 2009-11-28 Jaroslav Hajek <highegg@gmail.com> |
cddd5c3d5f04
fix & extend special-case optimizations for indexed assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
9879
diff
changeset
|
643 |
cddd5c3d5f04
fix & extend special-case optimizations for indexed assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
9879
diff
changeset
|
644 * dim-vector.h (dim_vector::zero_by_zero): New method. |
cddd5c3d5f04
fix & extend special-case optimizations for indexed assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
9879
diff
changeset
|
645 * idx-vector.h (idx_vector::idx_mask_rep::is_colon_equiv): Fix. |
9967 | 646 * Array.cc (Array<T>::assign): Minor tweaks. Optimize |
9886
cddd5c3d5f04
fix & extend special-case optimizations for indexed assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
9879
diff
changeset
|
647 A = []; A(1:m,1:n,1:k) = X for all cases. Use a shallow copy |
cddd5c3d5f04
fix & extend special-case optimizations for indexed assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
9879
diff
changeset
|
648 for all colon-equivalent indices. |
cddd5c3d5f04
fix & extend special-case optimizations for indexed assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
9879
diff
changeset
|
649 |
9879
034677ab6865
smarter treatment of mask indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9878
diff
changeset
|
650 2009-11-27 Jaroslav Hajek <highegg@gmail.com> |
034677ab6865
smarter treatment of mask indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9878
diff
changeset
|
651 |
034677ab6865
smarter treatment of mask indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9878
diff
changeset
|
652 * idx-vector.h (idx_vector::index_class): New member: class_mask. |
034677ab6865
smarter treatment of mask indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9878
diff
changeset
|
653 (idx_vector::idx_mask_rep): New class. |
034677ab6865
smarter treatment of mask indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9878
diff
changeset
|
654 (idx_vector::idx_vector (bool)): Construct idx_mask_rep. |
034677ab6865
smarter treatment of mask indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9878
diff
changeset
|
655 (idx_vector::unmask): New method decl. |
034677ab6865
smarter treatment of mask indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9878
diff
changeset
|
656 * idx-vector.cc (idx_vector::idx_vector (const boolNDArray&)): |
034677ab6865
smarter treatment of mask indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9878
diff
changeset
|
657 Construct idx_mask_rep conditionally. |
034677ab6865
smarter treatment of mask indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9878
diff
changeset
|
658 (idx_vector::unmask): New method. |
034677ab6865
smarter treatment of mask indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9878
diff
changeset
|
659 (idx_vector::unconvert): Make non-const. unmask when called on a mask |
034677ab6865
smarter treatment of mask indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9878
diff
changeset
|
660 vector. |
034677ab6865
smarter treatment of mask indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9878
diff
changeset
|
661 (idx_vector::is_cont_range): Check also for idx_mask_rep. |
034677ab6865
smarter treatment of mask indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9878
diff
changeset
|
662 |
9878
ead4f9c82a9a
implement Array<T>::nnz
Jaroslav Hajek <highegg@gmail.com>
parents:
9862
diff
changeset
|
663 2009-11-27 Jaroslav Hajek <highegg@gmail.com> |
ead4f9c82a9a
implement Array<T>::nnz
Jaroslav Hajek <highegg@gmail.com>
parents:
9862
diff
changeset
|
664 |
ead4f9c82a9a
implement Array<T>::nnz
Jaroslav Hajek <highegg@gmail.com>
parents:
9862
diff
changeset
|
665 * Array.cc (Array<T>::nnz): New method. |
ead4f9c82a9a
implement Array<T>::nnz
Jaroslav Hajek <highegg@gmail.com>
parents:
9862
diff
changeset
|
666 * Array.h: Declare it. |
ead4f9c82a9a
implement Array<T>::nnz
Jaroslav Hajek <highegg@gmail.com>
parents:
9862
diff
changeset
|
667 * MArray.h (MArray<T>::nnz): Remove. |
ead4f9c82a9a
implement Array<T>::nnz
Jaroslav Hajek <highegg@gmail.com>
parents:
9862
diff
changeset
|
668 * MArrayN.h (MArrayN<T>::nnz): Remove. |
ead4f9c82a9a
implement Array<T>::nnz
Jaroslav Hajek <highegg@gmail.com>
parents:
9862
diff
changeset
|
669 * boolNDArray.h (boolNDArray::nnz): Remove. |
ead4f9c82a9a
implement Array<T>::nnz
Jaroslav Hajek <highegg@gmail.com>
parents:
9862
diff
changeset
|
670 |
9862
c0aeedd8fb86
improve chol Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
9858
diff
changeset
|
671 2009-11-25 Jaroslav Hajek <highegg@gmail.com> |
c0aeedd8fb86
improve chol Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
9858
diff
changeset
|
672 |
c0aeedd8fb86
improve chol Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
9858
diff
changeset
|
673 * dbleCHOL.cc (CHOL::init): Output LAPACK's info. Resize matrix if |
c0aeedd8fb86
improve chol Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
9858
diff
changeset
|
674 nonzero. Use smarter copying. |
c0aeedd8fb86
improve chol Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
9858
diff
changeset
|
675 * floatCHOL.cc (FloatCHOL::init): Ditto. |
c0aeedd8fb86
improve chol Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
9858
diff
changeset
|
676 * CmplxCHOL.cc (ComplexCHOL::init): Ditto. |
c0aeedd8fb86
improve chol Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
9858
diff
changeset
|
677 * fCmplxCHOL.cc (FloatComplexCHOL::init): Ditto. |
c0aeedd8fb86
improve chol Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
9858
diff
changeset
|
678 |
9858
47c5af1868df
move idx_add methods to MArrayN
Jaroslav Hajek <highegg@gmail.com>
parents:
9840
diff
changeset
|
679 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
47c5af1868df
move idx_add methods to MArrayN
Jaroslav Hajek <highegg@gmail.com>
parents:
9840
diff
changeset
|
680 |
47c5af1868df
move idx_add methods to MArrayN
Jaroslav Hajek <highegg@gmail.com>
parents:
9840
diff
changeset
|
681 * MArrayN.cc (MArrayN::idx_add): New methods. |
47c5af1868df
move idx_add methods to MArrayN
Jaroslav Hajek <highegg@gmail.com>
parents:
9840
diff
changeset
|
682 * MArrayN.h: Declare them. |
47c5af1868df
move idx_add methods to MArrayN
Jaroslav Hajek <highegg@gmail.com>
parents:
9840
diff
changeset
|
683 * MArray.cc, MArray.h: Remove from here. |
47c5af1868df
move idx_add methods to MArrayN
Jaroslav Hajek <highegg@gmail.com>
parents:
9840
diff
changeset
|
684 |
9840
c0b54271904b
improve safe numel() calculation for arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9839
diff
changeset
|
685 2009-11-19 Jaroslav Hajek <highegg@gmail.com> |
c0b54271904b
improve safe numel() calculation for arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9839
diff
changeset
|
686 |
c0b54271904b
improve safe numel() calculation for arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9839
diff
changeset
|
687 * dim-vector.h (dim_vector::safe_numel): New method. |
c0b54271904b
improve safe numel() calculation for arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9839
diff
changeset
|
688 * Array.h (Array<T>::Array (const dim_vector&), |
c0b54271904b
improve safe numel() calculation for arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9839
diff
changeset
|
689 Array<T>::Array (const dim_vector&, const T&), |
c0b54271904b
improve safe numel() calculation for arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9839
diff
changeset
|
690 Array<T>::Array (T *, const dim_vector&)): Use it here. |
c0b54271904b
improve safe numel() calculation for arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9839
diff
changeset
|
691 * Array.cc (Array<T>::clear (const dim_vector&)): Also here. |
c0b54271904b
improve safe numel() calculation for arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9839
diff
changeset
|
692 (Array<T>::get_size): Remove. |
c0b54271904b
improve safe numel() calculation for arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9839
diff
changeset
|
693 * Array2.h (Array2::get_size): Remove. |
c0b54271904b
improve safe numel() calculation for arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9839
diff
changeset
|
694 * Array3.h (Array3::get_size): Remove. |
c0b54271904b
improve safe numel() calculation for arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9839
diff
changeset
|
695 |
9839
3e8b4c80ae63
use Array::get_size in Array::clear
Jaroslav Hajek <highegg@gmail.com>
parents:
9835
diff
changeset
|
696 2009-11-19 Jaroslav Hajek <highegg@gmail.com> |
3e8b4c80ae63
use Array::get_size in Array::clear
Jaroslav Hajek <highegg@gmail.com>
parents:
9835
diff
changeset
|
697 |
3e8b4c80ae63
use Array::get_size in Array::clear
Jaroslav Hajek <highegg@gmail.com>
parents:
9835
diff
changeset
|
698 * Array.cc (Array::clear (const dim_vector&)): Use get_size. |
3e8b4c80ae63
use Array::get_size in Array::clear
Jaroslav Hajek <highegg@gmail.com>
parents:
9835
diff
changeset
|
699 |
9835
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9831
diff
changeset
|
700 2009-11-19 Jaroslav Hajek <highegg@gmail.com> |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9831
diff
changeset
|
701 |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9831
diff
changeset
|
702 * lo-mappers.cc (do_erfinv): New static function. |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9831
diff
changeset
|
703 (erfinv (double), erfinv (float)): New mappers. |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9831
diff
changeset
|
704 * lo-mappers.h: Declare them. |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9831
diff
changeset
|
705 |
9831
737624cb7560
list_in_columns: Don't SIGFPE when given empty first argument
David Grundberg <davidg@cs.umu.se>
parents:
9829
diff
changeset
|
706 2009-11-18 David Grundberg <davidg@cs.umu.se> |
737624cb7560
list_in_columns: Don't SIGFPE when given empty first argument
David Grundberg <davidg@cs.umu.se>
parents:
9829
diff
changeset
|
707 |
737624cb7560
list_in_columns: Don't SIGFPE when given empty first argument
David Grundberg <davidg@cs.umu.se>
parents:
9829
diff
changeset
|
708 * str-vec.cc (string_vector::list_in_columns): Avoid crash on |
737624cb7560
list_in_columns: Don't SIGFPE when given empty first argument
David Grundberg <davidg@cs.umu.se>
parents:
9829
diff
changeset
|
709 empty arguments from list_in_columns. |
737624cb7560
list_in_columns: Don't SIGFPE when given empty first argument
David Grundberg <davidg@cs.umu.se>
parents:
9829
diff
changeset
|
710 |
9829
8fd88cc36fa4
fix loading sparse matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9827
diff
changeset
|
711 2009-11-18 Jaroslav Hajek <highegg@gmail.com> |
8fd88cc36fa4
fix loading sparse matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9827
diff
changeset
|
712 |
9967 | 713 * Sparse.h (read_sparse_matrix): Fix order of tests and reads. |
9829
8fd88cc36fa4
fix loading sparse matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9827
diff
changeset
|
714 |
9827
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
715 2009-11-18 Jaroslav Hajek <highegg@gmail.com> |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
716 |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
717 * mx-inlines.cc (mx_inline_any_negative, mx_inline_pow): New loops. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
718 (DEFMXMAPPER2X): New macro. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
719 * bsxfun-decl.h (BSXFUN_OP2_DECL): New macro. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
720 * bsxfun-defs.cc (BSXFUN_OP2_DEF, BSXFUN_OP2_DEF_MXLOOP): New macros. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
721 (do_bsxfun_op): Use OCTAVE_QUIT. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
722 * dNDArray.cc (NDArray::all_integers (void)): New method. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
723 (NDArray::any_element_is_negative): Use mx_inline_any_negative. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
724 (bsxfun_pow (const NDArray&, const NDArray&), |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
725 bsxfun_pow (const ComplexNDArray&, const NDArray&)): New functions. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
726 * dNDArray.h: Update. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
727 * fNDArray.cc (FloatNDArray::all_integers (void)): New method. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
728 (FloatNDArray::any_element_is_negative): Use mx_inline_any_negative. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
729 (bsxfun_pow (const FloatNDArray&, const FloatNDArray&), |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
730 bsxfun_pow (const FloatComplexNDArray&, const FloatNDArray&)): New functions. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
731 * fNDArray.h: Update. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
732 * CNDArray.cc (bsxfun_pow (const ComplexNDArray&, const |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
733 ComplexNDArray&)): New function. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
734 * CNDArray.h: Update. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
735 * fCNDArray.cc (bsxfun_pow (const FloatComplexNDArray&, const |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
736 FloatComplexNDArray&)): New function. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
737 * fCNDArray.h: Update. |
c15a5ed0da58
optimize bsxfun (@power, ...)
Jaroslav Hajek <highegg@gmail.com>
parents:
9825
diff
changeset
|
738 |
9825
7483fe200fab
narrow complex values with negative zero imaginary parts
Jaroslav Hajek <highegg@gmail.com>
parents:
9821
diff
changeset
|
739 2009-11-13 Jaroslav Hajek <highegg@gmail.com> |
7483fe200fab
narrow complex values with negative zero imaginary parts
Jaroslav Hajek <highegg@gmail.com>
parents:
9821
diff
changeset
|
740 |
9967 | 741 * CNDArray.cc (ComplexNDArray::all_elements_are_real): |
9825
7483fe200fab
narrow complex values with negative zero imaginary parts
Jaroslav Hajek <highegg@gmail.com>
parents:
9821
diff
changeset
|
742 Use mx_inline_all_real. |
7483fe200fab
narrow complex values with negative zero imaginary parts
Jaroslav Hajek <highegg@gmail.com>
parents:
9821
diff
changeset
|
743 * CMatrix.cc (ComplexMatrix::all_elements_are_real): Ditto. |
9967 | 744 * fCNDArray.cc (FloatComplexNDArray::all_elements_are_real): |
9825
7483fe200fab
narrow complex values with negative zero imaginary parts
Jaroslav Hajek <highegg@gmail.com>
parents:
9821
diff
changeset
|
745 Use mx_inline_all_real. |
7483fe200fab
narrow complex values with negative zero imaginary parts
Jaroslav Hajek <highegg@gmail.com>
parents:
9821
diff
changeset
|
746 * fCMatrix.cc (FloatComplexMatrix::all_elements_are_real): Ditto. |
7483fe200fab
narrow complex values with negative zero imaginary parts
Jaroslav Hajek <highegg@gmail.com>
parents:
9821
diff
changeset
|
747 * CDiagMatrix.cc (ComplexDiagMatrix::all_elements_are_real): Ditto. |
7483fe200fab
narrow complex values with negative zero imaginary parts
Jaroslav Hajek <highegg@gmail.com>
parents:
9821
diff
changeset
|
748 * fCDiagMatrix.cc (FloatComplexDiagMatrix::all_elements_are_real): Ditto. |
7483fe200fab
narrow complex values with negative zero imaginary parts
Jaroslav Hajek <highegg@gmail.com>
parents:
9821
diff
changeset
|
749 * CSparse.cc (SparseComplexMatrix::all_elements_are_real): Ditto. |
7483fe200fab
narrow complex values with negative zero imaginary parts
Jaroslav Hajek <highegg@gmail.com>
parents:
9821
diff
changeset
|
750 |
9821 | 751 2009-11-17 Jaroslav Hajek <highegg@gmail.com> |
752 | |
753 * base-aepbal.h (permuting_vector): Fix lower part swapping. | |
754 | |
9816
b1462c588dd5
add -DX_DLL_DEFS to CPPFLAGS
John W. Eaton <jwe@octave.org>
parents:
9814
diff
changeset
|
755 2009-11-13 John W. Eaton <jwe@octave.org> |
b1462c588dd5
add -DX_DLL_DEFS to CPPFLAGS
John W. Eaton <jwe@octave.org>
parents:
9814
diff
changeset
|
756 |
b1462c588dd5
add -DX_DLL_DEFS to CPPFLAGS
John W. Eaton <jwe@octave.org>
parents:
9814
diff
changeset
|
757 * Makefile.am (liboctave_la_CPPFLAGS): Add @OCTAVE_DLL_DEFS@ to |
b1462c588dd5
add -DX_DLL_DEFS to CPPFLAGS
John W. Eaton <jwe@octave.org>
parents:
9814
diff
changeset
|
758 the list of flags. |
b1462c588dd5
add -DX_DLL_DEFS to CPPFLAGS
John W. Eaton <jwe@octave.org>
parents:
9814
diff
changeset
|
759 |
9814
2b29f3472e20
add a couple of useful loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9812
diff
changeset
|
760 2009-11-13 Jaroslav Hajek <highegg@gmail.com> |
2b29f3472e20
add a couple of useful loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9812
diff
changeset
|
761 |
2b29f3472e20
add a couple of useful loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9812
diff
changeset
|
762 * mx-inlines.cc (mx_inline_any_nan): Rewrite. |
2b29f3472e20
add a couple of useful loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9812
diff
changeset
|
763 (mx_inline_all_real): New reduction loop. |
2b29f3472e20
add a couple of useful loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9812
diff
changeset
|
764 |
9812
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
765 2009-11-12 Jaroslav Hajek <highegg@gmail.com> |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
766 |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
767 * lo-mappers.cc ( rc_acos, rc_acos, rc_acosh, rc_acosh, rc_asin, |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
768 rc_asin, rc_atanh, rc_atanh, rc_log, rc_log, rc_xlog2, rc_log2, |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
769 rc_log10, rc_log10, rc_sqrt, rc_sqrt): New mappers. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
770 * lo-mappers.h: Declare them. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
771 |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
772 * lo-specfun.cc (rc_lgamma, rc_lgamma, rc_log1p, rc_log1p): New |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
773 mappers. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
774 * lo-specfun.h: Declare them. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
775 * Array.h (Array<T>::map): Unroll loop to reduce OCTAVE_QUIT checking. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
776 Provide function-reference overloads. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
777 |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
778 * MArray.h (MArray<T>::map): Provide function-reference overloads. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
779 * Array2.h (Array2<T>::map): Ditto. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
780 * MArray2.h (MArray2<T>::map): Ditto. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
781 |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
782 * Sparse.h (Sparse<T>::map): Ditto. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
783 * MSparse.h (MSparse<T>::map): Ditto. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
784 |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
785 * dNDArray.h (NDArray::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
786 * dNDArray.cc (NDArray::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
787 * fNDArray.h (FloatNDArray::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
788 * fNDArray.cc (FloatNDArray::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
789 * CNDArray.h (ComplexNDArray::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
790 * CNDArray.cc (ComplexNDArray::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
791 * fCNDArray.h (FloatComplexNDArray::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
792 * fCNDArray.cc (FloatComplexNDArray::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
793 |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
794 * dMatrix.h (Matrix::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
795 * dMatrix.cc (Matrix::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
796 * fMatrix.h (FloatMatrix::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
797 * fMatrix.cc (FloatMatrix::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
798 * CMatrix.h (ComplexMatrix::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
799 * CMatrix.cc (ComplexMatrix::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
800 * fCMatrix.h (FloatComplexMatrix::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
801 * fCMatrix.cc (FloatComplexMatrix::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
802 |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
803 * dRowVector.h (RowVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
804 * dRowVector.cc (RowVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
805 * fRowVector.h (FloatRowVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
806 * fRowVector.cc (FloatRowVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
807 * CRowVector.h (ComplexRowVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
808 * CRowVector.cc (ComplexRowVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
809 * fCRowVector.h (FloatComplexRowVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
810 * fCRowVector.cc (FloatComplexRowVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
811 |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
812 * dColVector.h (ColumnVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
813 * dColVector.cc (ColumnVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
814 * fColVector.h (FloatColumnVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
815 * fColVector.cc (FloatColumnVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
816 * CColVector.h (ComplexColumnVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
817 * CColVector.cc (ComplexColumnVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
818 * fCColVector.h (FloatComplexColumnVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
819 * fCColVector.cc (FloatComplexColumnVector::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
820 |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
821 * dSparse.h (SparseMatrix::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
822 * dSparse.cc (SparseMatrix::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
823 * CSparse.h (SparseComplexMatrix::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
824 * CSparse.cc (SparseComplexMatrix::map): Remove. |
f80c566bc751
improve unary mapper system
Jaroslav Hajek <highegg@gmail.com>
parents:
9805
diff
changeset
|
825 |
9805
bb70d16cca3b
fail at configure time if IEEE floating point format is not detected
John W. Eaton <jwe@octave.org>
parents:
9800
diff
changeset
|
826 2009-11-11 John W. Eaton <jwe@octave.org> |
bb70d16cca3b
fail at configure time if IEEE floating point format is not detected
John W. Eaton <jwe@octave.org>
parents:
9800
diff
changeset
|
827 |
bb70d16cca3b
fail at configure time if IEEE floating point format is not detected
John W. Eaton <jwe@octave.org>
parents:
9800
diff
changeset
|
828 * lo-ieee.cc (octave_ieee_init): Improve comment about systems |
bb70d16cca3b
fail at configure time if IEEE floating point format is not detected
John W. Eaton <jwe@octave.org>
parents:
9800
diff
changeset
|
829 without IEEE floating point format. |
bb70d16cca3b
fail at configure time if IEEE floating point format is not detected
John W. Eaton <jwe@octave.org>
parents:
9800
diff
changeset
|
830 |
9800
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
831 2009-11-11 Jaroslav Hajek <highegg@gmail.com> |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
832 |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
833 * mx-inlines.cc (mx_inline_map): New template loop. |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
834 (DEFMXMAPPER): New macro. |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
835 (DEFMXMAPPER2): Rename from DEFMXMAPPER. |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
836 (do_mx_unary_map): New applier. |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
837 (mx_inline_real, mx_inline_complex): New loops. |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
838 * dNDArray.cc (NDArray::abs, NDArray::isnan, NDArray::isinf, |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
839 NDArray::isfinite, real, imag): Use new constructs. |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
840 * fNDArray.cc (FloatNDArray::abs, FloatNDArray::isnan, |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
841 FloatNDArray::isinf, FloatNDArray::isfinite, real, imag): Ditto. |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
842 * CNDArray.cc (ComplexNDArray::abs, ComplexNDArray::isnan, |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
843 ComplexNDArray::isinf, ComplexNDArray::isfinite, conj): Use new |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
844 constructs. |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
845 * fCNDArray.cc (FloatComplexNDArray::abs, FloatComplexNDArray::isnan, |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
846 FloatComplexNDArray::isinf, FloatComplexNDArray::isfinite, conj): Use |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
847 new constructs. |
ef4c4186cb47
improve some mx_inline loops
Jaroslav Hajek <highegg@gmail.com>
parents:
9794
diff
changeset
|
848 |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9790
diff
changeset
|
849 2009-11-10 John W. Eaton <jwe@octave.org> |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9790
diff
changeset
|
850 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9790
diff
changeset
|
851 * mx-ops, sparse-mx-ops, vx-ops b/liboctave/vx-ops: |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9790
diff
changeset
|
852 Add comment about updating. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9790
diff
changeset
|
853 * Makefile.am, config-ops.sh: New files. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9790
diff
changeset
|
854 * Makefile.in: Delete. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9790
diff
changeset
|
855 |
9789
97f5de91427b
support sparse templated extractors
Jaroslav Hajek <highegg@gmail.com>
parents:
9780
diff
changeset
|
856 2009-11-09 Jaroslav Hajek <highegg@gmail.com> |
97f5de91427b
support sparse templated extractors
Jaroslav Hajek <highegg@gmail.com>
parents:
9780
diff
changeset
|
857 |
97f5de91427b
support sparse templated extractors
Jaroslav Hajek <highegg@gmail.com>
parents:
9780
diff
changeset
|
858 * dSparse.h (Sparse::max): Use Array<octave_idx_type>. |
97f5de91427b
support sparse templated extractors
Jaroslav Hajek <highegg@gmail.com>
parents:
9780
diff
changeset
|
859 * dSparse.cc: Update. |
97f5de91427b
support sparse templated extractors
Jaroslav Hajek <highegg@gmail.com>
parents:
9780
diff
changeset
|
860 * CSparse.h (Sparse::max): Use Array<octave_idx_type>. |
97f5de91427b
support sparse templated extractors
Jaroslav Hajek <highegg@gmail.com>
parents:
9780
diff
changeset
|
861 * CSparse.cc: Update. |
9790
a5035bc7fbfb
rewrite dispatch part & slightly improve min,max,cummin,cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
9789
diff
changeset
|
862 * dNDArray.h (NDArray::max, NDArray::min, NDArray::cummax, |
a5035bc7fbfb
rewrite dispatch part & slightly improve min,max,cummin,cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
9789
diff
changeset
|
863 NDArray::cummin, NDArray::diff): Use dim = -1 as default. |
a5035bc7fbfb
rewrite dispatch part & slightly improve min,max,cummin,cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
9789
diff
changeset
|
864 * fNDArray.h (FloatNDArray::max, FloatNDArray::min, FloatNDArray::cummax, |
a5035bc7fbfb
rewrite dispatch part & slightly improve min,max,cummin,cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
9789
diff
changeset
|
865 FloatNDArray::cummin, FloatNDArray::diff): Use dim = -1 as default. |
a5035bc7fbfb
rewrite dispatch part & slightly improve min,max,cummin,cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
9789
diff
changeset
|
866 * CNDArray.h (ComplexNDArray::max, ComplexNDArray::min, |
a5035bc7fbfb
rewrite dispatch part & slightly improve min,max,cummin,cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
9789
diff
changeset
|
867 ComplexNDArray::cummax, ComplexNDArray::cummin, ComplexNDArray::diff): |
a5035bc7fbfb
rewrite dispatch part & slightly improve min,max,cummin,cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
9789
diff
changeset
|
868 Use dim = -1 as default. |
a5035bc7fbfb
rewrite dispatch part & slightly improve min,max,cummin,cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
9789
diff
changeset
|
869 * fCNDArray.h (FloatComplexNDArray::max, FloatComplexNDArray::min, |
a5035bc7fbfb
rewrite dispatch part & slightly improve min,max,cummin,cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
9789
diff
changeset
|
870 FloatComplexNDArray::cummax, FloatComplexNDArray::cummin, |
a5035bc7fbfb
rewrite dispatch part & slightly improve min,max,cummin,cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
9789
diff
changeset
|
871 FloatComplexNDArray::diff): Use dim = -1 as default. |
a5035bc7fbfb
rewrite dispatch part & slightly improve min,max,cummin,cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
9789
diff
changeset
|
872 * intNDArray.h (intNDArray::max, intNDArray::min, intNDArray::cummax, |
a5035bc7fbfb
rewrite dispatch part & slightly improve min,max,cummin,cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
9789
diff
changeset
|
873 intNDArray::cummin, intNDArray::diff): Use dim = -1 as default. |
9789
97f5de91427b
support sparse templated extractors
Jaroslav Hajek <highegg@gmail.com>
parents:
9780
diff
changeset
|
874 |
9780
6dafc60dde31
rename oct-mem functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9773
diff
changeset
|
875 2009-11-03 Jaroslav Hajek <highegg@gmail.com> |
6dafc60dde31
rename oct-mem functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9773
diff
changeset
|
876 |
6dafc60dde31
rename oct-mem functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9773
diff
changeset
|
877 * oct-mem.h: Rename octave_ucopy -> copy_or_memcpy, |
6dafc60dde31
rename oct-mem functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9773
diff
changeset
|
878 octave_fill -> fill_or_memset, octave_new -> no_ctor_new, |
6dafc60dde31
rename oct-mem functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9773
diff
changeset
|
879 octave_delete -> no_ctor_delete. |
6dafc60dde31
rename oct-mem functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9773
diff
changeset
|
880 * Array.h: Update. |
6dafc60dde31
rename oct-mem functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9773
diff
changeset
|
881 * Array.cc: Update. |
6dafc60dde31
rename oct-mem functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9773
diff
changeset
|
882 * idx-vector.h: Update. |
6dafc60dde31
rename oct-mem functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9773
diff
changeset
|
883 * idx-vector.cc: Update. |
6dafc60dde31
rename oct-mem functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9773
diff
changeset
|
884 |
9773
01f897d8a130
optimize memory manipulation by arrays & indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9772
diff
changeset
|
885 2009-11-03 Jaroslav Hajek <highegg@gmail.com> |
01f897d8a130
optimize memory manipulation by arrays & indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9772
diff
changeset
|
886 |
01f897d8a130
optimize memory manipulation by arrays & indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9772
diff
changeset
|
887 * oct-mem.h: New source. |
01f897d8a130
optimize memory manipulation by arrays & indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9772
diff
changeset
|
888 * Makefile.in: Include it. |
01f897d8a130
optimize memory manipulation by arrays & indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9772
diff
changeset
|
889 * Array.h (Array<T>::ArrayRep::ArrayRep (...)): Use octave_new, |
01f897d8a130
optimize memory manipulation by arrays & indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9772
diff
changeset
|
890 octave_ucopy and octave_fill. |
01f897d8a130
optimize memory manipulation by arrays & indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9772
diff
changeset
|
891 (Array<T>::ArrayRep::~ArrayRep): Use octave_delete. |
01f897d8a130
optimize memory manipulation by arrays & indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9772
diff
changeset
|
892 (Array<T>::coerce): Use octave_new. |
01f897d8a130
optimize memory manipulation by arrays & indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9772
diff
changeset
|
893 * Array.cc (Array<T>::fill, rec_resize_helper::do_resize_fill, |
01f897d8a130
optimize memory manipulation by arrays & indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9772
diff
changeset
|
894 Array<T>::resize_fill, rec_permute_helper::do_permute, |
01f897d8a130
optimize memory manipulation by arrays & indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9772
diff
changeset
|
895 Array<T>::delete_elements): Use octave_ucopy and octave_fill. |
01f897d8a130
optimize memory manipulation by arrays & indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9772
diff
changeset
|
896 * idx-vector.h (index_vector::index, index_vector::assign): Use |
01f897d8a130
optimize memory manipulation by arrays & indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9772
diff
changeset
|
897 octave_ucopy. |
01f897d8a130
optimize memory manipulation by arrays & indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9772
diff
changeset
|
898 * idx-vector.cc (index_vector::copy_data): Ditto. |
01f897d8a130
optimize memory manipulation by arrays & indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9772
diff
changeset
|
899 |
9772
3ac8ea48279b
improve index reduction rules
Jaroslav Hajek <highegg@gmail.com>
parents:
9766
diff
changeset
|
900 2009-11-03 Jaroslav Hajek <highegg@gmail.com> |
3ac8ea48279b
improve index reduction rules
Jaroslav Hajek <highegg@gmail.com>
parents:
9766
diff
changeset
|
901 |
3ac8ea48279b
improve index reduction rules
Jaroslav Hajek <highegg@gmail.com>
parents:
9766
diff
changeset
|
902 * idx-vector.cc (idx_vector::maybe_reduce): Implement (i:k:end, :) |
3ac8ea48279b
improve index reduction rules
Jaroslav Hajek <highegg@gmail.com>
parents:
9766
diff
changeset
|
903 and (i:k:end, p:q) reductions. |
3ac8ea48279b
improve index reduction rules
Jaroslav Hajek <highegg@gmail.com>
parents:
9766
diff
changeset
|
904 |
9766
82fe4db20dec
fix bad FLOAT_TRUNCATE in mx-inlines.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9760
diff
changeset
|
905 2009-11-02 Jaroslav Hajek <highegg@gmail.com> |
82fe4db20dec
fix bad FLOAT_TRUNCATE in mx-inlines.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9760
diff
changeset
|
906 |
82fe4db20dec
fix bad FLOAT_TRUNCATE in mx-inlines.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9760
diff
changeset
|
907 * mx-inlines.cc (twosum_accum): Remove FLOAT_TRUNCATE. |
82fe4db20dec
fix bad FLOAT_TRUNCATE in mx-inlines.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9760
diff
changeset
|
908 |
9760
c6b97d218345
PermMatrix.cc: don't include error.h
John W. Eaton <jwe@octave.org>
parents:
9759
diff
changeset
|
909 2009-10-28 John W. Eaton <jwe@octave.org> |
c6b97d218345
PermMatrix.cc: don't include error.h
John W. Eaton <jwe@octave.org>
parents:
9759
diff
changeset
|
910 |
c6b97d218345
PermMatrix.cc: don't include error.h
John W. Eaton <jwe@octave.org>
parents:
9759
diff
changeset
|
911 * PermMatrix.cc: Don't include error.h. |
c6b97d218345
PermMatrix.cc: don't include error.h
John W. Eaton <jwe@octave.org>
parents:
9759
diff
changeset
|
912 |
9759
97de6c916498
Fix test for valid threshold value in sparse LU factorization
David Bateman <dbateman@free.fr>
parents:
9757
diff
changeset
|
913 2009-10-27 David Bateman <dbateman@free.fr> |
97de6c916498
Fix test for valid threshold value in sparse LU factorization
David Bateman <dbateman@free.fr>
parents:
9757
diff
changeset
|
914 |
97de6c916498
Fix test for valid threshold value in sparse LU factorization
David Bateman <dbateman@free.fr>
parents:
9757
diff
changeset
|
915 * SparsedbleLU.cc (SparseLU::SparseLU (const SparseMatrix&, |
97de6c916498
Fix test for valid threshold value in sparse LU factorization
David Bateman <dbateman@free.fr>
parents:
9757
diff
changeset
|
916 const Matrix&, bool), SparseLU::SparseLU (const SparseMatrix&, |
97de6c916498
Fix test for valid threshold value in sparse LU factorization
David Bateman <dbateman@free.fr>
parents:
9757
diff
changeset
|
917 const ColumnVector&, const Matrix&, boo, bool, double, bool, |
97de6c916498
Fix test for valid threshold value in sparse LU factorization
David Bateman <dbateman@free.fr>
parents:
9757
diff
changeset
|
918 bool)): Fix test for valid pivot tolerance. |
9967 | 919 * SparseCmplxLU.cc (SparseComplexLU::SparseComplexLU |
920 (const SparseComplexMatrix&, const Matrix&, bool), | |
9759
97de6c916498
Fix test for valid threshold value in sparse LU factorization
David Bateman <dbateman@free.fr>
parents:
9757
diff
changeset
|
921 SparseComplexLU::SparseComplexLU (const SparseComplexMatrix&, |
97de6c916498
Fix test for valid threshold value in sparse LU factorization
David Bateman <dbateman@free.fr>
parents:
9757
diff
changeset
|
922 const ColumnVector&, const Matrix&, boo, bool, double, bool, |
97de6c916498
Fix test for valid threshold value in sparse LU factorization
David Bateman <dbateman@free.fr>
parents:
9757
diff
changeset
|
923 bool)): Ditto. |
97de6c916498
Fix test for valid threshold value in sparse LU factorization
David Bateman <dbateman@free.fr>
parents:
9757
diff
changeset
|
924 |
9757
95ad9c2a27e2
fix idx_vector construction checks
Jaroslav Hajek <highegg@gmail.com>
parents:
9748
diff
changeset
|
925 2009-10-23 Jaroslav Hajek <highegg@gmail.com> |
95ad9c2a27e2
fix idx_vector construction checks
Jaroslav Hajek <highegg@gmail.com>
parents:
9748
diff
changeset
|
926 |
95ad9c2a27e2
fix idx_vector construction checks
Jaroslav Hajek <highegg@gmail.com>
parents:
9748
diff
changeset
|
927 * idx-vector.cc (idx_vector::idx_range_rep::idx_range_rep |
95ad9c2a27e2
fix idx_vector construction checks
Jaroslav Hajek <highegg@gmail.com>
parents:
9748
diff
changeset
|
928 (octave_idx_type, octave_idx_type, octave_idx_type)): |
95ad9c2a27e2
fix idx_vector construction checks
Jaroslav Hajek <highegg@gmail.com>
parents:
9748
diff
changeset
|
929 Improve checking. |
95ad9c2a27e2
fix idx_vector construction checks
Jaroslav Hajek <highegg@gmail.com>
parents:
9748
diff
changeset
|
930 |
9748
d6b2b708b6b0
load-path: compare directory timestamps with tolerance
John W. Eaton <jwe@octave.org>
parents:
9743
diff
changeset
|
931 2009-10-21 John W. Eaton <jwe@octave.org> |
d6b2b708b6b0
load-path: compare directory timestamps with tolerance
John W. Eaton <jwe@octave.org>
parents:
9743
diff
changeset
|
932 |
d6b2b708b6b0
load-path: compare directory timestamps with tolerance
John W. Eaton <jwe@octave.org>
parents:
9743
diff
changeset
|
933 * oct-time.h (octave_time::octave_time (time_t t, int us)): |
d6b2b708b6b0
load-path: compare directory timestamps with tolerance
John W. Eaton <jwe@octave.org>
parents:
9743
diff
changeset
|
934 New constructor. |
d6b2b708b6b0
load-path: compare directory timestamps with tolerance
John W. Eaton <jwe@octave.org>
parents:
9743
diff
changeset
|
935 (operator + (const octave_time&, const octave_time&)): New function. |
d6b2b708b6b0
load-path: compare directory timestamps with tolerance
John W. Eaton <jwe@octave.org>
parents:
9743
diff
changeset
|
936 |
d6b2b708b6b0
load-path: compare directory timestamps with tolerance
John W. Eaton <jwe@octave.org>
parents:
9743
diff
changeset
|
937 * file-stat.h (base_file_stat::time_resolution): New function. |
d6b2b708b6b0
load-path: compare directory timestamps with tolerance
John W. Eaton <jwe@octave.org>
parents:
9743
diff
changeset
|
938 |
9743
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
939 2009-10-20 Jaroslav Hajek <highegg@gmail.com> |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
940 |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
941 * bsxfun-decl.h, bsxfun-defs.cc: New sources. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
942 * Makefile.in: Add them. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
943 * dim-vector.h (dim_vector::compute_index, |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
944 dim_vector::increment_index): Fix. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
945 * mx-inlines.cc (DEFMXMAPPER, DEFMXLOCALMAPPER): New macros. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
946 (mx_inline_xmin, mx_inline_xmax): New loops. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
947 (mx_inline_fun): Remove. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
948 * oct-inttypes.h (xmin (const octave_int<T>&, const octave_int<T>&), |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
949 xmax (const octave_int<T>&, const octave_int<T>&)): |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
950 New inline functions. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
951 |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
952 * CNDArray.cc: Define bsxfun operations. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
953 * boolNDArray.cc: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
954 * dNDArray.cc: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
955 * fCNDArray.cc: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
956 * fNDArray.cc: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
957 * int16NDArray.cc: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
958 * int32NDArray.cc: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
959 * int64NDArray.cc: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
960 * int8NDArray.cc: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
961 * uint16NDArray.cc: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
962 * uint32NDArray.cc: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
963 * uint64NDArray.cc: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
964 * uint8NDArray.cc: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
965 |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
966 * CNDArray.h: Declare bsxfun operations. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
967 * boolNDArray.h: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
968 * dNDArray.h: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
969 * fCNDArray.h: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
970 * fNDArray.h: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
971 * int16NDArray.h: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
972 * int32NDArray.h: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
973 * int64NDArray.h: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
974 * int8NDArray.h: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
975 * uint16NDArray.h: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
976 * uint32NDArray.h: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
977 * uint64NDArray.h: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
978 * uint8NDArray.h: Ditto. |
26abff55f6fe
optimize bsxfun for common built-in operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9739
diff
changeset
|
979 |
9739
13b57eec9440
a few handy methods for dim_vector
Jaroslav Hajek <highegg@gmail.com>
parents:
9738
diff
changeset
|
980 2009-10-19 Jaroslav Hajek <highegg@gmail.com> |
13b57eec9440
a few handy methods for dim_vector
Jaroslav Hajek <highegg@gmail.com>
parents:
9738
diff
changeset
|
981 |
13b57eec9440
a few handy methods for dim_vector
Jaroslav Hajek <highegg@gmail.com>
parents:
9738
diff
changeset
|
982 * dim-vector.h (dim_vector::compute_index, |
13b57eec9440
a few handy methods for dim_vector
Jaroslav Hajek <highegg@gmail.com>
parents:
9738
diff
changeset
|
983 dim_vector::increment_index, dim_vector::cumulative, |
13b57eec9440
a few handy methods for dim_vector
Jaroslav Hajek <highegg@gmail.com>
parents:
9738
diff
changeset
|
984 dim_vector::cum_compute_index): New methods. |
13b57eec9440
a few handy methods for dim_vector
Jaroslav Hajek <highegg@gmail.com>
parents:
9738
diff
changeset
|
985 |
9738
a141154ee825
Remove ArrayN.cc from Makefile.in
Carsten Clark <tantumquantum+gnuoctave@gmail.com>
parents:
9737
diff
changeset
|
986 2009-10-18 Carsten Clark <tantumquantum+gnuoctave@gmail.com> |
a141154ee825
Remove ArrayN.cc from Makefile.in
Carsten Clark <tantumquantum+gnuoctave@gmail.com>
parents:
9737
diff
changeset
|
987 |
a141154ee825
Remove ArrayN.cc from Makefile.in
Carsten Clark <tantumquantum+gnuoctave@gmail.com>
parents:
9737
diff
changeset
|
988 * Makefile.in: Remove ArrayN.cc. |
a141154ee825
Remove ArrayN.cc from Makefile.in
Carsten Clark <tantumquantum+gnuoctave@gmail.com>
parents:
9737
diff
changeset
|
989 |
9737
9bc642ea9006
include base-qr sources in install
Jaroslav Hajek <highegg@gmail.com>
parents:
9734
diff
changeset
|
990 2009-10-18 Jaroslav Hajek <highegg@gmail.com> |
9bc642ea9006
include base-qr sources in install
Jaroslav Hajek <highegg@gmail.com>
parents:
9734
diff
changeset
|
991 |
9bc642ea9006
include base-qr sources in install
Jaroslav Hajek <highegg@gmail.com>
parents:
9734
diff
changeset
|
992 * Makefile.in: Include base-qr.h and base-qr.cc. |
9bc642ea9006
include base-qr sources in install
Jaroslav Hajek <highegg@gmail.com>
parents:
9734
diff
changeset
|
993 |
9734
1a9508872af0
initialize QR:: constants
Jaroslav Hajek <highegg@gmail.com>
parents:
9732
diff
changeset
|
994 2009-10-17 Jaroslav Hajek <highegg@gmail.com> |
1a9508872af0
initialize QR:: constants
Jaroslav Hajek <highegg@gmail.com>
parents:
9732
diff
changeset
|
995 |
1a9508872af0
initialize QR:: constants
Jaroslav Hajek <highegg@gmail.com>
parents:
9732
diff
changeset
|
996 * dbleQR.cc: Initialize QR::raw, QR::economy and QR::std. |
1a9508872af0
initialize QR:: constants
Jaroslav Hajek <highegg@gmail.com>
parents:
9732
diff
changeset
|
997 |
9732
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
998 2009-10-16 Jaroslav Hajek <highegg@gmail.com> |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
999 |
9967 | 1000 * ArrayN.h: Remove everything, just #define ArrayN Array. |
9732
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1001 Warn if under gcc. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1002 * ArrayN.cc: Remove. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1003 * Array.cc (operator >>): New operator. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1004 * Array.h: Declare it. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1005 |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1006 * Array-C.cc: Remove traces of ArrayN. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1007 * Array-b.cc: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1008 * Array-ch.cc: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1009 * Array-d.cc: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1010 * Array-f.cc: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1011 * Array-fC.cc: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1012 * CNDArray.cc: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1013 * CNDArray.h: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1014 * MArrayN.h: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1015 * boolNDArray.cc: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1016 * boolNDArray.h: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1017 * chNDArray.h: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1018 * dNDArray.cc: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1019 * dNDArray.h: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1020 * fCNDArray.cc: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1021 * fCNDArray.h: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1022 * fNDArray.cc: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1023 * fNDArray.h: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1024 * intNDArray.cc: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1025 * intNDArray.h: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1026 * lo-specfun.cc: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1027 * lo-specfun.h: Ditto. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1028 |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1029 * mx-op-defs.h (DMS_BIN_OP, SDM_BIN_OP): Rewrite. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1030 (DMS_BIN_OPS, SDM_BIN_OPS): Define dm*s and dm/s rather than dm+s and |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1031 dm-s which are rather useless. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1032 * mx-ops: Update. |
b4fdfee405b5
remove ArrayN<T> + fix nonhom. diag-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9731
diff
changeset
|
1033 |
9731 | 1034 2009-10-16 Jaroslav Hajek <highegg@gmail.com> |
1035 | |
1036 * Array.cc (Array<T>::column, Array<T>::page, Array<T>::linearize, | |
1037 Array<T>::linear_slice): New methods. | |
1038 * Array.h: Declare them | |
1039 * ArrayN.h: Forward them. | |
1040 | |
9725 | 1041 2009-10-14 Jaroslav Hajek <highegg@gmail.com> |
1042 | |
1043 * oct-sort.cc (octave_sort<T>::nth_element): New overloaded method. | |
1044 * oct-sort.h: Declare it. | |
1045 * Array.cc (Array<T>::nth_element): New method. | |
1046 * Array.h: Declare it. | |
1047 (Array<T>::sort): Use int for dim argument. | |
1048 * ArrayN.h (ArrayN<T>::nth_element): Wrap. | |
1049 (ArrayN<T>::sort): Use int for dim argument. | |
1050 | |
9721
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1051 2009-10-13 Jaroslav Hajek <highegg@gmail.com> |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1052 |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1053 * lo-traits.h (equal_types, is_instance, subst_template_param): New |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1054 traits classes. |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1055 * mx-inlines.cc (op_dble_sum, twosum_accum): New helper funcs. |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1056 (mx_inline_dsum, mx_inline_xsum): New reduction loops. |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1057 * fNDArray.cc (FloatNDArray::dsum): New method. |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1058 * fNDArray.h: Declare it. |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1059 * fCNDArray.cc (FloatComplexNDArray::dsum): New method. |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1060 * fCNDArray.h: Declare it. |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1061 * dNDArray.cc (NDArray::xsum): New method. |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1062 * dNDArray.h: Declare it. |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1063 * CNDArray.cc (ComplexNDArray::xsum): New method. |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1064 * CNDArray.h: Declare it. |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1065 * intNDArray.cc (intNDArray::dsum): New method. |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1066 * intNDArray.h: Declare it. |
192d94cff6c1
improve sum & implement the 'extra' option, refactor some code
Jaroslav Hajek <highegg@gmail.com>
parents:
9715
diff
changeset
|
1067 |
9715
9f27172fbd1e
auto-set MatrixType from certain functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9713
diff
changeset
|
1068 2009-10-12 Jaroslav Hajek <highegg@gmail.com> |
9f27172fbd1e
auto-set MatrixType from certain functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9713
diff
changeset
|
1069 |
9f27172fbd1e
auto-set MatrixType from certain functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9713
diff
changeset
|
1070 * base-qr.cc (base_qr::regular): New method. |
9f27172fbd1e
auto-set MatrixType from certain functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9713
diff
changeset
|
1071 * base-qr.h: Declare it. |
9f27172fbd1e
auto-set MatrixType from certain functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9713
diff
changeset
|
1072 * base-lu.cc (base_lu::regular): New method. |
9f27172fbd1e
auto-set MatrixType from certain functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9713
diff
changeset
|
1073 * base-lu.h: Declare it. |
9f27172fbd1e
auto-set MatrixType from certain functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9713
diff
changeset
|
1074 |
9713
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1075 2009-10-12 Jaroslav Hajek <highegg@gmail.com> |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1076 |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1077 * base-qr.h: New source. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1078 * base-qr.cc: New source. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1079 * dbleQR.h (QR): Rebase on base_qr<Matrix>. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1080 * dbleQR.cc: Ditto. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1081 * floatQR.h (QR): Rebase on base_qr<FloatMatrix>. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1082 * floatQR.cc: Ditto. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1083 * CmplxQR.h (QR): Rebase on base_qr<ComplexMatrix>. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1084 * CmplxQR.cc: Ditto. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1085 * fCmplxQR.h (QR): Rebase on base_qr<FloatComplexMatrix>. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1086 * fCmplxQR.cc: Ditto. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1087 * dbleQRP.h (QR): Update. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1088 * dbleQRP.cc: Ditto. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1089 * floatQRP.h (QR): Update. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1090 * floatQRP.cc: Ditto. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1091 * CmplxQRP.h (QR): Update. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1092 * CmplxQRP.cc: Ditto. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1093 * fCmplxQRP.h (QR): Update. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1094 * fCmplxQRP.cc: Ditto. |
7918eb15040c
refactor the QR classes onto a templated base
Jaroslav Hajek <highegg@gmail.com>
parents:
9708
diff
changeset
|
1095 |
9708 | 1096 2009-10-08 Jaroslav Hajek <highegg@gmail.com> |
1097 | |
1098 * PermMatrix.cc (PermMatrix::eye): New method. | |
1099 * PermMatrix.h: Declare it. | |
1100 * dbleLU.cc (LU::update, LU::update_piv): New overloaded methods. | |
1101 * dbleLU.h: Declare them. | |
1102 * floatLU.cc (FloatLU::update, FloatLU::update_piv): New overloaded | |
1103 methods. | |
1104 * floatLU.h: Declare them. | |
1105 * CmplxLU.cc (ComplexLU::update, ComplexLU::update_piv): New | |
1106 overloaded methods. | |
1107 * CmplxLU.h: Declare them. | |
1108 * fCmplxLU.cc (FloatComplexLU::update, FloatComplexLU::update_piv): | |
1109 New overloaded methods. | |
1110 * fCmplxLU.h: Declare them. | |
1111 | |
9702
9ecd35a606e3
avoid some warnings from g++
John W. Eaton <jwe@octave.org>
parents:
9698
diff
changeset
|
1112 2009-10-07 John W. Eaton <jwe@octave.org> |
9ecd35a606e3
avoid some warnings from g++
John W. Eaton <jwe@octave.org>
parents:
9698
diff
changeset
|
1113 |
9ecd35a606e3
avoid some warnings from g++
John W. Eaton <jwe@octave.org>
parents:
9698
diff
changeset
|
1114 * mx-inlines.cc (mx_inline_diff): Avoid uninitialized variable warning. |
9ecd35a606e3
avoid some warnings from g++
John W. Eaton <jwe@octave.org>
parents:
9698
diff
changeset
|
1115 |
9698
7c6d5d8c8d37
fix diag*diag multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
9697
diff
changeset
|
1116 2009-10-06 Jaroslav Hajek <highegg@gmail.com> |
7c6d5d8c8d37
fix diag*diag multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
9697
diff
changeset
|
1117 |
7c6d5d8c8d37
fix diag*diag multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
9697
diff
changeset
|
1118 * dDiagMatrix.cc (operator *(const DiagMatrix&, const DiagMatrix&)): |
7c6d5d8c8d37
fix diag*diag multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
9697
diff
changeset
|
1119 Rewrite. |
7c6d5d8c8d37
fix diag*diag multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
9697
diff
changeset
|
1120 * fDiagMatrix.cc (operator *(const FloatDiagMatrix&, const FloatDiagMatrix&)): |
7c6d5d8c8d37
fix diag*diag multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
9697
diff
changeset
|
1121 Rewrite. |
7c6d5d8c8d37
fix diag*diag multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
9697
diff
changeset
|
1122 * CDiagMatrix.cc (operator *(const ComplexDiagMatrix&, const ComplexDiagMatrix&)): |
7c6d5d8c8d37
fix diag*diag multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
9697
diff
changeset
|
1123 Rewrite. |
7c6d5d8c8d37
fix diag*diag multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
9697
diff
changeset
|
1124 * fCDiagMatrix.cc (operator *(const FloatComplexDiagMatrix&, const |
7c6d5d8c8d37
fix diag*diag multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
9697
diff
changeset
|
1125 FloatComplexDiagMatrix&)): |
7c6d5d8c8d37
fix diag*diag multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
9697
diff
changeset
|
1126 Rewrite. |
7c6d5d8c8d37
fix diag*diag multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
9697
diff
changeset
|
1127 * DiagArray2.h (DiagArray2::diag_length): New method. |
7c6d5d8c8d37
fix diag*diag multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
9697
diff
changeset
|
1128 * PermMatrix.h (PermMatrix::length): Make consistent with |
7c6d5d8c8d37
fix diag*diag multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
9697
diff
changeset
|
1129 DiagArray2::length. |
7c6d5d8c8d37
fix diag*diag multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
9697
diff
changeset
|
1130 |
9697
51c17bd18563
omission in base-lu::unpack
Jaroslav Hajek <highegg@gmail.com>
parents:
9695
diff
changeset
|
1131 2009-10-05 Jaroslav Hajek <highegg@gmail.com> |
51c17bd18563
omission in base-lu::unpack
Jaroslav Hajek <highegg@gmail.com>
parents:
9695
diff
changeset
|
1132 |
51c17bd18563
omission in base-lu::unpack
Jaroslav Hajek <highegg@gmail.com>
parents:
9695
diff
changeset
|
1133 * base-lu.cc (base_lu::unpack): Unpack getp as well. |
51c17bd18563
omission in base-lu::unpack
Jaroslav Hajek <highegg@gmail.com>
parents:
9695
diff
changeset
|
1134 |
9695
9fba7e1da785
correct algorithm for perm matrix det (sign)
Jaroslav Hajek <highegg@gmail.com>
parents:
9694
diff
changeset
|
1135 2009-10-05 Jaroslav Hajek <highegg@gmail.com> |
9fba7e1da785
correct algorithm for perm matrix det (sign)
Jaroslav Hajek <highegg@gmail.com>
parents:
9694
diff
changeset
|
1136 |
9fba7e1da785
correct algorithm for perm matrix det (sign)
Jaroslav Hajek <highegg@gmail.com>
parents:
9694
diff
changeset
|
1137 * PermMatrix.cc (PermMatrix::determinant): Implement a (hopefully) |
9fba7e1da785
correct algorithm for perm matrix det (sign)
Jaroslav Hajek <highegg@gmail.com>
parents:
9694
diff
changeset
|
1138 working algorithm. |
9fba7e1da785
correct algorithm for perm matrix det (sign)
Jaroslav Hajek <highegg@gmail.com>
parents:
9694
diff
changeset
|
1139 |
9694
50db3c5175b5
allow unpacked form of LU
Jaroslav Hajek <highegg@gmail.com>
parents:
9685
diff
changeset
|
1140 2009-10-05 Jaroslav Hajek <highegg@gmail.com> |
50db3c5175b5
allow unpacked form of LU
Jaroslav Hajek <highegg@gmail.com>
parents:
9685
diff
changeset
|
1141 |
50db3c5175b5
allow unpacked form of LU
Jaroslav Hajek <highegg@gmail.com>
parents:
9685
diff
changeset
|
1142 * dim-vector.h (operator ==): Include fast case. |
50db3c5175b5
allow unpacked form of LU
Jaroslav Hajek <highegg@gmail.com>
parents:
9685
diff
changeset
|
1143 * base-lu.cc (base_lu::packed, base_lu::unpack): New methods. |
50db3c5175b5
allow unpacked form of LU
Jaroslav Hajek <highegg@gmail.com>
parents:
9685
diff
changeset
|
1144 (base_lu::L, base_lu::U, base_lu::Y, base_lu::getp): Distinguish |
50db3c5175b5
allow unpacked form of LU
Jaroslav Hajek <highegg@gmail.com>
parents:
9685
diff
changeset
|
1145 packed vs. unpacked case. |
50db3c5175b5
allow unpacked form of LU
Jaroslav Hajek <highegg@gmail.com>
parents:
9685
diff
changeset
|
1146 * base-lu.h: Update decls. |
50db3c5175b5
allow unpacked form of LU
Jaroslav Hajek <highegg@gmail.com>
parents:
9685
diff
changeset
|
1147 (base_lu::l_fact): New member field. |
50db3c5175b5
allow unpacked form of LU
Jaroslav Hajek <highegg@gmail.com>
parents:
9685
diff
changeset
|
1148 |
9685 | 1149 2009-10-02 Jaroslav Hajek <highegg@gmail.com> |
1150 | |
1151 * lo-traits.h (strip_template_param): New trait class. | |
1152 | |
9678
c929f09457b7
rewrite num2cell for speed-up + a few associated fixes
Jaroslav Hajek <highegg@gmail.com>
parents:
9667
diff
changeset
|
1153 2009-10-01 Jaroslav Hajek <highegg@gmail.com> |
c929f09457b7
rewrite num2cell for speed-up + a few associated fixes
Jaroslav Hajek <highegg@gmail.com>
parents:
9667
diff
changeset
|
1154 |
c929f09457b7
rewrite num2cell for speed-up + a few associated fixes
Jaroslav Hajek <highegg@gmail.com>
parents:
9667
diff
changeset
|
1155 * Array.cc (Array<T>::permute): Fast case identity permutation. |
c929f09457b7
rewrite num2cell for speed-up + a few associated fixes
Jaroslav Hajek <highegg@gmail.com>
parents:
9667
diff
changeset
|
1156 |
9667
641a788c82a4
fix complex-real comparisons
Jaroslav Hajek <highegg@gmail.com>
parents:
9666
diff
changeset
|
1157 2009-09-27 Jaroslav Hajek <highegg@gmail.com> |
641a788c82a4
fix complex-real comparisons
Jaroslav Hajek <highegg@gmail.com>
parents:
9666
diff
changeset
|
1158 |
641a788c82a4
fix complex-real comparisons
Jaroslav Hajek <highegg@gmail.com>
parents:
9666
diff
changeset
|
1159 * oct-cmplx.h: Fix complex-real orderings. |
641a788c82a4
fix complex-real comparisons
Jaroslav Hajek <highegg@gmail.com>
parents:
9666
diff
changeset
|
1160 |
9666
a531dec450c4
allow 1D case for sub2ind and ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9665
diff
changeset
|
1161 2009-09-27 Jaroslav Hajek <highegg@gmail.com> |
a531dec450c4
allow 1D case for sub2ind and ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9665
diff
changeset
|
1162 |
a531dec450c4
allow 1D case for sub2ind and ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9665
diff
changeset
|
1163 * dim-vector.h (dim_vector::redim): Rewrite. |
a531dec450c4
allow 1D case for sub2ind and ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9665
diff
changeset
|
1164 * Array-util.cc (sub2ind): Allow single index case. |
a531dec450c4
allow 1D case for sub2ind and ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9665
diff
changeset
|
1165 |
9665
1dba57e9d08d
use blas_trans_type for xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9663
diff
changeset
|
1166 2009-09-26 Jaroslav Hajek <highegg@gmail.com> |
1dba57e9d08d
use blas_trans_type for xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9663
diff
changeset
|
1167 |
1dba57e9d08d
use blas_trans_type for xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9663
diff
changeset
|
1168 * dMatrix.cc (xgemm): Use blas_trans_type to indicate transposes. |
1dba57e9d08d
use blas_trans_type for xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9663
diff
changeset
|
1169 (operator *(const Matrix&, const Matrix&)): Update. |
1dba57e9d08d
use blas_trans_type for xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9663
diff
changeset
|
1170 * fMatrix.cc (xgemm): Use blas_trans_type to indicate transposes. |
1dba57e9d08d
use blas_trans_type for xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9663
diff
changeset
|
1171 (operator *(const FloatMatrix&, const FloatMatrix&)): Update. |
1dba57e9d08d
use blas_trans_type for xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9663
diff
changeset
|
1172 * CMatrix.cc (xgemm): Use blas_trans_type to indicate transposes. |
1dba57e9d08d
use blas_trans_type for xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9663
diff
changeset
|
1173 (operator *(const ComplexMatrix&, const ComplexMatrix&)): Update. |
1dba57e9d08d
use blas_trans_type for xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9663
diff
changeset
|
1174 * fCMatrix.cc (xgemm): Use blas_trans_type to indicate transposes. |
1dba57e9d08d
use blas_trans_type for xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9663
diff
changeset
|
1175 (operator *(const FloatComplexMatrix&, const FloatComplexMatrix&)): Update. |
1dba57e9d08d
use blas_trans_type for xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9663
diff
changeset
|
1176 * dMatrix.h: Update decl. |
1dba57e9d08d
use blas_trans_type for xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9663
diff
changeset
|
1177 * fMatrix.h: Update decl. |
1dba57e9d08d
use blas_trans_type for xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9663
diff
changeset
|
1178 * CMatrix.h: Update decl. |
1dba57e9d08d
use blas_trans_type for xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9663
diff
changeset
|
1179 * fCMatrix.h: Update decl. |
1dba57e9d08d
use blas_trans_type for xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9663
diff
changeset
|
1180 |
9663
7e5b4de5fbfe
improve mixed real x complex ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9662
diff
changeset
|
1181 2009-09-23 Jaroslav Hajek <highegg@gmail.com> |
7e5b4de5fbfe
improve mixed real x complex ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9662
diff
changeset
|
1182 |
7e5b4de5fbfe
improve mixed real x complex ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9662
diff
changeset
|
1183 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const Matrix&, const |
7e5b4de5fbfe
improve mixed real x complex ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9662
diff
changeset
|
1184 Matrix&)): New constructor. |
7e5b4de5fbfe
improve mixed real x complex ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9662
diff
changeset
|
1185 (operator * (Matrix, ComplexMatrix), operator * (ComplexMatrix, |
7e5b4de5fbfe
improve mixed real x complex ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9662
diff
changeset
|
1186 Matrix)): Optimize. |
7e5b4de5fbfe
improve mixed real x complex ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9662
diff
changeset
|
1187 * fCMatrix.cc (FloatComplexMatrix::FloatComplexMatrix (const FloatMatrix&, const |
7e5b4de5fbfe
improve mixed real x complex ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9662
diff
changeset
|
1188 FloatMatrix&)): New constructor. |
7e5b4de5fbfe
improve mixed real x complex ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9662
diff
changeset
|
1189 (operator * (FloatMatrix, FloatComplexMatrix), operator * (FloatComplexMatrix, |
7e5b4de5fbfe
improve mixed real x complex ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9662
diff
changeset
|
1190 FloatMatrix)): Optimize. |
7e5b4de5fbfe
improve mixed real x complex ops
Jaroslav Hajek <highegg@gmail.com>
parents:
9662
diff
changeset
|
1191 |
9662
0d3b248f4ab6
further improve mixed real-complex division
Jaroslav Hajek <highegg@gmail.com>
parents:
9661
diff
changeset
|
1192 2009-09-23 Jaroslav Hajek <highegg@gmail.com> |
0d3b248f4ab6
further improve mixed real-complex division
Jaroslav Hajek <highegg@gmail.com>
parents:
9661
diff
changeset
|
1193 |
0d3b248f4ab6
further improve mixed real-complex division
Jaroslav Hajek <highegg@gmail.com>
parents:
9661
diff
changeset
|
1194 * dMatrix.cc (stack_complex_matrix, unstack_complex_matrix): New |
0d3b248f4ab6
further improve mixed real-complex division
Jaroslav Hajek <highegg@gmail.com>
parents:
9661
diff
changeset
|
1195 static funcs. |
0d3b248f4ab6
further improve mixed real-complex division
Jaroslav Hajek <highegg@gmail.com>
parents:
9661
diff
changeset
|
1196 (Matrix::solve (..., const ComplexMatrix&, ...)): Use the above funcs. |
0d3b248f4ab6
further improve mixed real-complex division
Jaroslav Hajek <highegg@gmail.com>
parents:
9661
diff
changeset
|
1197 Improve forwarding. |
0d3b248f4ab6
further improve mixed real-complex division
Jaroslav Hajek <highegg@gmail.com>
parents:
9661
diff
changeset
|
1198 * fMatrix.cc (stack_complex_matrix, unstack_complex_matrix): New |
0d3b248f4ab6
further improve mixed real-complex division
Jaroslav Hajek <highegg@gmail.com>
parents:
9661
diff
changeset
|
1199 static funcs. |
0d3b248f4ab6
further improve mixed real-complex division
Jaroslav Hajek <highegg@gmail.com>
parents:
9661
diff
changeset
|
1200 (FloatMatrix::solve (..., const FloatComplexMatrix&, ...)): Use the |
0d3b248f4ab6
further improve mixed real-complex division
Jaroslav Hajek <highegg@gmail.com>
parents:
9661
diff
changeset
|
1201 above funcs. Improve forwarding. |
0d3b248f4ab6
further improve mixed real-complex division
Jaroslav Hajek <highegg@gmail.com>
parents:
9661
diff
changeset
|
1202 |
9661
afcf852256d2
optimize / and '\ for triangular matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9660
diff
changeset
|
1203 2009-09-23 Jaroslav Hajek <highegg@gmail.com> |
afcf852256d2
optimize / and '\ for triangular matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9660
diff
changeset
|
1204 |
afcf852256d2
optimize / and '\ for triangular matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9660
diff
changeset
|
1205 * mx-defs.h (blas_trans_type): New enum. |
afcf852256d2
optimize / and '\ for triangular matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9660
diff
changeset
|
1206 (get_blas_char): New inline func. |
afcf852256d2
optimize / and '\ for triangular matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9660
diff
changeset
|
1207 * dMatrix.cc (Matrix::utsolve, Matrix::ltsolve, Matrix::solve): |
afcf852256d2
optimize / and '\ for triangular matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9660
diff
changeset
|
1208 Support transt parameter. |
afcf852256d2
optimize / and '\ for triangular matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9660
diff
changeset
|
1209 * fMatrix.cc (FloatMatrix::utsolve, FloatMatrix::ltsolve, |
afcf852256d2
optimize / and '\ for triangular matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9660
diff
changeset
|
1210 FloatMatrix::solve): Ditto. |
afcf852256d2
optimize / and '\ for triangular matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9660
diff
changeset
|
1211 * CMatrix.cc (ComplexMatrix::utsolve, ComplexMatrix::ltsolve, |
afcf852256d2
optimize / and '\ for triangular matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9660
diff
changeset
|
1212 ComplexMatrix::solve): Ditto. |
afcf852256d2
optimize / and '\ for triangular matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9660
diff
changeset
|
1213 * fCMatrix.cc (FloatComplexMatrix::utsolve, |
afcf852256d2
optimize / and '\ for triangular matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9660
diff
changeset
|
1214 FloatComplexMatrix::ltsolve, FloatComplexMatrix::solve): Ditto. |
afcf852256d2
optimize / and '\ for triangular matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9660
diff
changeset
|
1215 * dMatrix.h, fMatrix.h, CMatrix.h, fCMatrix.h: Update. |
afcf852256d2
optimize / and '\ for triangular matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9660
diff
changeset
|
1216 |
9660
0256e187d13b
get rid of VS|SV|VV_BIN_OP macros in mx-op-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
9656
diff
changeset
|
1217 2009-09-21 Jaroslav Hajek <highegg@gmail.com> |
0256e187d13b
get rid of VS|SV|VV_BIN_OP macros in mx-op-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
9656
diff
changeset
|
1218 |
0256e187d13b
get rid of VS|SV|VV_BIN_OP macros in mx-op-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
9656
diff
changeset
|
1219 * mx-op-defs.h (VS_BIN_OP, SV_BIN_OP, VV_BIN_OP): Simplify. |
0256e187d13b
get rid of VS|SV|VV_BIN_OP macros in mx-op-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
9656
diff
changeset
|
1220 |
9656
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1221 2009-09-19 Jaroslav Hajek <highegg@gmail.com> |
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1222 |
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1223 * dNDArray.h (NDArray::matrix_type): New typedef. |
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1224 * fNDArray.h (FloatNDArray::matrix_type): New typedef. |
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1225 * CNDArray.h (ComplexNDArray::matrix_type): New typedef. |
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1226 * fCNDArray.h (FloatComplexNDArray::matrix_type): New typedef. |
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1227 * boolNDArray.h (boolNDArray::matrix_type): New typedef. |
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1228 * charNDArray.h (charNDArray::matrix_type): New typedef. |
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1229 |
9967 | 1230 * dMatrix.h (Matrix::column_vector_type, |
9656
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1231 Matrix::row_vector_type): New typedefs. |
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1232 * fMatrix.h (FloatMatrix::column_vector_type, |
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1233 FloatMatrix::row_vector_type): New typedefs. |
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1234 * CMatrix.h (ComplexMatrix::column_vector_type, |
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1235 ComplexMatrix::row_vector_type): New typedefs. |
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1236 * fCMatrix.h (FloatComplexMatrix::column_vector_type, |
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1237 FloatComplexMatrix::row_vector_type): New typedefs. |
b29504415a2e
provide NDArray->Matrix->Vector typedef mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
9655
diff
changeset
|
1238 |
9655
17971b0f18b1
mach-info.cc: don't include oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9653
diff
changeset
|
1239 2009-09-18 John W. Eaton <jwe@octave.org> |
17971b0f18b1
mach-info.cc: don't include oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9653
diff
changeset
|
1240 |
17971b0f18b1
mach-info.cc: don't include oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9653
diff
changeset
|
1241 * mach-info.cc: Don't include oct-types.h. |
17971b0f18b1
mach-info.cc: don't include oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9653
diff
changeset
|
1242 |
9653
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1243 2009-09-18 Jaroslav Hajek <highegg@gmail.com> |
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1244 |
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1245 * Array.h (NoAlias): New template class. |
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1246 * dRowVector.cc (linspace): Rewrite. |
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1247 * fRowVector.cc (linspace): Rewrite. |
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1248 * CRowVector.cc (linspace): Rewrite. |
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1249 * fCRowVector.cc (linspace): Rewrite. |
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1250 * dMatrix.cc (linspace): New method. |
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1251 * dMatrix.h (linspace): Declare it. |
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1252 * fMatrix.cc (linspace): New method. |
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1253 * fMatrix.h (linspace): Declare it. |
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1254 * CMatrix.cc (linspace): New method. |
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1255 * CMatrix.h (linspace): Declare it. |
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1256 * fCMatrix.cc (linspace): New method. |
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1257 * fCMatrix.h (linspace): Declare it. |
e087d7c77ff9
improve linspace in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9649
diff
changeset
|
1258 |
9648
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9647
diff
changeset
|
1259 2009-09-17 John W. Eaton <jwe@octave.org> |
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9647
diff
changeset
|
1260 |
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9647
diff
changeset
|
1261 * oct-types.h.in: Delete. |
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9647
diff
changeset
|
1262 * Makefile.in (BUILT_INCLUDES, DISTFILES): Remove oct-types.h.in |
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9647
diff
changeset
|
1263 from the list. |
9649
d0e2aa1974e9
changelog fix for previous change
John W. Eaton <jwe@octave.org>
parents:
9648
diff
changeset
|
1264 (distclean, maintainer-clean): Don't remove oct-types.h |
9648
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9647
diff
changeset
|
1265 * DAEFunc.h, MatrixType.h, base-aepbal.h, dim-vector.h, |
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9647
diff
changeset
|
1266 lo-specfun.h, lo-utils.h, mx-op-decl.h, oct-inttypes.h, |
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9647
diff
changeset
|
1267 randgamma.h, randmtzig.h, randpoisson.h: |
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9647
diff
changeset
|
1268 Don't include oct-types.h. |
11844593875a
eliminate oct-dlldefs.h and oct-types.h
John W. Eaton <jwe@octave.org>
parents:
9647
diff
changeset
|
1269 |
9647
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9625
diff
changeset
|
1270 2009-09-16 Jaroslav Hajek <highegg@gmail.com> |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9625
diff
changeset
|
1271 |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9625
diff
changeset
|
1272 * oct-rand.cc (octave_rand::do_matrix, do_nd_array, do_vector): |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9625
diff
changeset
|
1273 Use Array::clear rather than Array::resize. |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9625
diff
changeset
|
1274 |
9625
cbabf50315ca
optimize Matrix*ColumnVector
Jaroslav Hajek <highegg@gmail.com>
parents:
9624
diff
changeset
|
1275 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
cbabf50315ca
optimize Matrix*ColumnVector
Jaroslav Hajek <highegg@gmail.com>
parents:
9624
diff
changeset
|
1276 |
cbabf50315ca
optimize Matrix*ColumnVector
Jaroslav Hajek <highegg@gmail.com>
parents:
9624
diff
changeset
|
1277 * dColVector.h (operator *(const Matrix&, const ColumnVector)): |
cbabf50315ca
optimize Matrix*ColumnVector
Jaroslav Hajek <highegg@gmail.com>
parents:
9624
diff
changeset
|
1278 Optimize. |
cbabf50315ca
optimize Matrix*ColumnVector
Jaroslav Hajek <highegg@gmail.com>
parents:
9624
diff
changeset
|
1279 * fColVector.h (operator *(const FloatMatrix&, const |
cbabf50315ca
optimize Matrix*ColumnVector
Jaroslav Hajek <highegg@gmail.com>
parents:
9624
diff
changeset
|
1280 FloatColumnVector)): Optimize. |
cbabf50315ca
optimize Matrix*ColumnVector
Jaroslav Hajek <highegg@gmail.com>
parents:
9624
diff
changeset
|
1281 * CColVector.h (operator *(const ComplexMatrix&, const |
cbabf50315ca
optimize Matrix*ColumnVector
Jaroslav Hajek <highegg@gmail.com>
parents:
9624
diff
changeset
|
1282 ComplexColumnVector)): Optimize. |
cbabf50315ca
optimize Matrix*ColumnVector
Jaroslav Hajek <highegg@gmail.com>
parents:
9624
diff
changeset
|
1283 * fCColVector.h (operator *(const FloatComplexMatrix&, const |
cbabf50315ca
optimize Matrix*ColumnVector
Jaroslav Hajek <highegg@gmail.com>
parents:
9624
diff
changeset
|
1284 FloatComplexColumnVector)): Optimize. |
cbabf50315ca
optimize Matrix*ColumnVector
Jaroslav Hajek <highegg@gmail.com>
parents:
9624
diff
changeset
|
1285 |
9624
3fc7272937ce
implement Array<T>::clear overloads
Jaroslav Hajek <highegg@gmail.com>
parents:
9612
diff
changeset
|
1286 2009-09-04 Jaroslav Hajek <highegg@gmail.com> |
3fc7272937ce
implement Array<T>::clear overloads
Jaroslav Hajek <highegg@gmail.com>
parents:
9612
diff
changeset
|
1287 |
3fc7272937ce
implement Array<T>::clear overloads
Jaroslav Hajek <highegg@gmail.com>
parents:
9612
diff
changeset
|
1288 * Array.cc (Array<T>::clear (const dim_vector&)): new method. |
3fc7272937ce
implement Array<T>::clear overloads
Jaroslav Hajek <highegg@gmail.com>
parents:
9612
diff
changeset
|
1289 * Array.h: Declare it. |
3fc7272937ce
implement Array<T>::clear overloads
Jaroslav Hajek <highegg@gmail.com>
parents:
9612
diff
changeset
|
1290 (Array<T>::clear (octave_idx_type)): New method. |
3fc7272937ce
implement Array<T>::clear overloads
Jaroslav Hajek <highegg@gmail.com>
parents:
9612
diff
changeset
|
1291 (Array<T>::clear (octave_idx_type, octave_idx_type)): New method. |
3fc7272937ce
implement Array<T>::clear overloads
Jaroslav Hajek <highegg@gmail.com>
parents:
9612
diff
changeset
|
1292 |
9612
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1293 2009-09-04 Jaroslav Hajek <highegg@gmail.com> |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1294 |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1295 * mx-inlines.cc (DEFMXBOOLOPEQ): New macro. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1296 (mx_inline_and2, mx_inline_or2): New loops. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1297 |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1298 * MArray.h (MArray<T>::MArray (const dim_vector&)): New constructor. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1299 (MArray<T>::MArray (const Array<T>&)): Ensure column vector. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1300 (MArray<T>::resize): New method. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1301 * DiagArray2.h (DiagArray2<T>::DiagArray2 (const dim_vector&)): New |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1302 constructor. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1303 * MDiagArray2.h (MDiagArray2<T>::MDiagArray2 (const dim_vector&)): New |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1304 constructor. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1305 * dColVector.h (ColumnVector::ColumnVector (const dim_vector&)): New |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1306 constructor. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1307 * fColVector.h (FloatColumnVector::FloatColumnVector (const |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1308 dim_vector&)): New constructor. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1309 * CColVector.h (ComplexColumnVector::ComplexColumnVector (const |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1310 dim_vector&)): New constructor. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1311 * fCColVector.h (FloatComplexColumnVector::FloatComplexColumnVector |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1312 (const dim_vector&)): New constructor. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1313 * dRowVector.h (RowVector::RowVector (const dim_vector&)): New |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1314 constructor. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1315 * fRowVector.h (FloatRowVector::FloatRowVector (const dim_vector&)): |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1316 New constructor. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1317 * CRowVector.h (ComplexRowVector::ComplexRowVector (const |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1318 dim_vector&)): New constructor. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1319 * fCRowVector.h (FloatComplexRowVector::FloatComplexRowVector (const |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1320 dim_vector&)): New constructor. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1321 |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1322 * CNDArray.cc (operator *= (const ComplexNDArray, double)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1323 * fCNDArray.cc (operator *= (const FloatComplexNDArray, float)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1324 |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1325 * MArray.cc |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1326 (operator += (MArray<T>&, const T&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1327 (operator -= (MArray<T>&, const T&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1328 (operator *= (MArray<T>&, const T&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1329 (operator /= (MArray<T>&, const T&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1330 (operator += (MArray<T>&, const MArray<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1331 (operator -= (MArray<T>&, const MArray<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1332 (product (MArray<T>&, const MArray<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1333 (quotient (MArray<T>&, const MArray<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1334 (MARRAY_AS_OP): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1335 (MARRAY_SA_OP): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1336 (MARRAY_AA_OP): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1337 (operator - (const MArray<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1338 |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1339 * MArray2.cc |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1340 (operator += (MArray2<T>&, const T&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1341 (operator -= (MArray2<T>&, const T&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1342 (operator *= (MArray2<T>&, const T&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1343 (operator /= (MArray2<T>&, const T&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1344 (operator += (MArray2<T>&, const MArray<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1345 (operator -= (MArray2<T>&, const MArray<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1346 (product (MArray2<T>&, const MArray<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1347 (quotient (MArray2<T>&, const MArray<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1348 (MARRAY_A2S_OP): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1349 (MARRAY_SA2_OP): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1350 (MARRAY_A2A2_OP): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1351 (operator - (const MArray2<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1352 |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1353 * MArrayN.cc |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1354 (operator += (MArrayN<T>&, const T&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1355 (operator -= (MArrayN<T>&, const T&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1356 (operator *= (MArrayN<T>&, const T&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1357 (operator /= (MArrayN<T>&, const T&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1358 (operator += (MArrayN<T>&, const MArray<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1359 (operator -= (MArrayN<T>&, const MArray<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1360 (product (MArrayN<T>&, const MArray<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1361 (quotient (MArrayN<T>&, const MArray<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1362 (MARRAY_NDS_OP): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1363 (MARRAY_SND_OP): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1364 (MARRAY_NDND_OP): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1365 (operator - (const MArrayN<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1366 |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1367 * MDiagArray2.cc |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1368 (operator += (MDiagArray2<T>&, const MDiagArray2<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1369 (operator -= (MDiagArray2<T>&, const MDiagArray2<T>&)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1370 (operator *= (MDiagArray2<T>&, T)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1371 (operator /= (MDiagArray2<T>&, T)): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1372 (MARRAY_DAS_OP, MARRAY_SDA_OP, MARRAY_DADA_OP): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1373 * boolNDArray.cc (mx_el_and_assign, mx_el_or_assign): Simplify. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1374 |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1375 * MArray-defs.h (DO_VS_OP, DO_SV_OP, DO_VV_OP, |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1376 DO_VS_OP2, DO_VV_OP2, NEGV): Remove. |
66970dd627f6
further liboctave design improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9607
diff
changeset
|
1377 |
9607
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1378 2009-09-03 Jaroslav Hajek <highegg@gmail.com> |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1379 |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1380 * mx-inlines.cc (DEFMXUNOPEQ): New macro. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1381 (mx_inline_not2, mx_inline_uminus2): New loops. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1382 * boolNDArray.cc (boolNDArray::invert): New method. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1383 * boolNDArray.h: Declare it. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1384 * MArrayN.cc (MArrayN<T>::changesign): New method. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1385 * MArrayN.h: Declare it. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1386 * dNDArray.cc (NDArray::changesign): New method. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1387 * dNDArray.h: Declare it. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1388 * fNDArray.cc (FloatNDArray::changesign): New method. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1389 * fNDArray.h: Declare it. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1390 * CNDArray.cc (ComplexNDArray::changesign): New method. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1391 * CNDArray.h: Declare it. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1392 * fCNDArray.cc (FloatComplexNDArray::changesign): New method. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1393 * fCNDArray.h: Declare it. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1394 * intNDArray.cc (intNDArray::changesign): New method. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1395 * intNDArray.h: Declare it. |
1be3c73ed7b5
reuse temporary arrays in nested expressions
Jaroslav Hajek <highegg@gmail.com>
parents:
9604
diff
changeset
|
1396 |
9603
8bea4e89326f
implement FLOAT_STORE to allow safer complex comparisons on x87
Jaroslav Hajek <highegg@gmail.com>
parents:
9594
diff
changeset
|
1397 2009-09-02 Jaroslav Hajek <highegg@gmail.com> |
8bea4e89326f
implement FLOAT_STORE to allow safer complex comparisons on x87
Jaroslav Hajek <highegg@gmail.com>
parents:
9594
diff
changeset
|
1398 |
9604
4dd8fc7c106c
ChangeLog fix for last change: FLOAT_STORE->FLOAT_TRUNCATE
Jaroslav Hajek <highegg@gmail.com>
parents:
9603
diff
changeset
|
1399 * oct-cmplx.h: Rewrite the comaprison ops. Use FLOAT_TRUNCATE. |
9603
8bea4e89326f
implement FLOAT_STORE to allow safer complex comparisons on x87
Jaroslav Hajek <highegg@gmail.com>
parents:
9594
diff
changeset
|
1400 |
9594
01004c3cde2c
fix non-strict complex comparisons
Jaroslav Hajek <highegg@gmail.com>
parents:
9591
diff
changeset
|
1401 2009-09-01 Jaroslav Hajek <highegg@gmail.com> |
01004c3cde2c
fix non-strict complex comparisons
Jaroslav Hajek <highegg@gmail.com>
parents:
9591
diff
changeset
|
1402 |
01004c3cde2c
fix non-strict complex comparisons
Jaroslav Hajek <highegg@gmail.com>
parents:
9591
diff
changeset
|
1403 * oct-cmplx.h: Correct strict operators in macros. |
01004c3cde2c
fix non-strict complex comparisons
Jaroslav Hajek <highegg@gmail.com>
parents:
9591
diff
changeset
|
1404 |
9591
264fb5520973
abort if floating point format is not recognized as IEEE
John W. Eaton <jwe@octave.org>
parents:
9582
diff
changeset
|
1405 2009-08-31 John W. Eaton <jwe@octave.org> |
264fb5520973
abort if floating point format is not recognized as IEEE
John W. Eaton <jwe@octave.org>
parents:
9582
diff
changeset
|
1406 |
264fb5520973
abort if floating point format is not recognized as IEEE
John W. Eaton <jwe@octave.org>
parents:
9582
diff
changeset
|
1407 * liboctave/lo-ieee.cc (octave_ieee_init): Abort if floating point |
264fb5520973
abort if floating point format is not recognized as IEEE
John W. Eaton <jwe@octave.org>
parents:
9582
diff
changeset
|
1408 format is not recognized as IEEE. |
264fb5520973
abort if floating point format is not recognized as IEEE
John W. Eaton <jwe@octave.org>
parents:
9582
diff
changeset
|
1409 |
9582
bdcfb756d721
improve error messages for ambiguous graphics property names
John W. Eaton <jwe@octave.org>
parents:
9578
diff
changeset
|
1410 2009-08-27 John W. Eaton <jwe@octave.org> |
bdcfb756d721
improve error messages for ambiguous graphics property names
John W. Eaton <jwe@octave.org>
parents:
9578
diff
changeset
|
1411 |
bdcfb756d721
improve error messages for ambiguous graphics property names
John W. Eaton <jwe@octave.org>
parents:
9578
diff
changeset
|
1412 * str-vec.cc, str-vec.h (string_vector::string_vector (const |
bdcfb756d721
improve error messages for ambiguous graphics property names
John W. Eaton <jwe@octave.org>
parents:
9578
diff
changeset
|
1413 std::set<std::string>&)): New constructor. |
bdcfb756d721
improve error messages for ambiguous graphics property names
John W. Eaton <jwe@octave.org>
parents:
9578
diff
changeset
|
1414 |
9578
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1415 2009-08-27 Jaroslav Hajek <highegg@gmail.com> |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1416 |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1417 * mx-inlines.cc (DEFCMPLXCMOP): Remove. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1418 * oct-cmplx.h (operator <, operator >): Remove definitions. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1419 (DEF_COMPLEXR_COMP): New macro. Instantiate for <, >, <=, >=. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1420 * mx-op-defs.h (MM_CMP_OP, MS_CMP_OP, SM_CMP_OP, |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1421 NDND_CMP_OP, NDS_CMP_OP, SND_CMP_OP): Replace by one-liners. Remove |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1422 unused parameters. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1423 (MM_CMP_OPS, MS_CMP_OPS, SM_CMP_OPS, NDND_CMP_OPS, NDS_CMP_OPS, |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1424 SND_CMP_OPS): Update. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1425 (NDS_CMP_OP1, NDS_CMP_OPS1, NDS_CMP_OP2, NDS_CMP_OPS2, |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1426 SND_CMP_OP1, SND_CMP_OPS1, SND_CMP_OP2, SND_CMP_OPS2): Remove. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1427 * mk-ops.awk: Simplify CMP_OPS branch. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1428 * Sparse-op-defs.h (SPARSE_SMSM_CMP_OPS, SPARSE_SMS_CMP_OPS, |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1429 SPARSE_SSM_CMP_OPS, SPARSE_MSM_CMP_OPS, SPARSE_SMM_CMP_OPS): |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1430 Update. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1431 |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1432 * CNDArray.cc: Update syntax. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1433 * boolNDArray.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1434 * chNDArray.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1435 * dNDArray.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1436 * fCNDArray.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1437 * fNDArray.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1438 |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1439 * int16NDArray.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1440 * int32NDArray.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1441 * int64NDArray.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1442 * int8NDArray.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1443 * uint16NDArray.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1444 * uint32NDArray.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1445 * uint64NDArray.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1446 * uint8NDArray.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1447 |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1448 * CMatrix.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1449 * boolMatrix.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1450 * chMatrix.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1451 * dMatrix.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1452 * fCMatrix.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1453 * fMatrix.cc: Ditto. |
7dafdb8b062f
refactor comparison ops implementations
Jaroslav Hajek <highegg@gmail.com>
parents:
9557
diff
changeset
|
1454 |
9557
3a1dd361f978
optimize .*=, ./= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9556
diff
changeset
|
1455 2009-08-24 Jaroslav Hajek <highegg@gmail.com> |
3a1dd361f978
optimize .*=, ./= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9556
diff
changeset
|
1456 |
3a1dd361f978
optimize .*=, ./= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9556
diff
changeset
|
1457 * MArray.cc (MArray<T>::product_eq, MArray<T>::quotient_eq): New |
3a1dd361f978
optimize .*=, ./= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9556
diff
changeset
|
1458 methods. |
3a1dd361f978
optimize .*=, ./= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9556
diff
changeset
|
1459 * MArray2.cc (MArray2<T>::product_eq, MArray2<T>::quotient_eq): Ditto. |
3a1dd361f978
optimize .*=, ./= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9556
diff
changeset
|
1460 * MArrayN.cc (MArrayN<T>::product_eq, MArrayN<T>::quotient_eq): Ditto. |
3a1dd361f978
optimize .*=, ./= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9556
diff
changeset
|
1461 * MArray-decl.h (MARRAY_OP_ASSIGN_DECLX): New macro. |
3a1dd361f978
optimize .*=, ./= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9556
diff
changeset
|
1462 (MARRAY_OP_ASSIGN_DECLS, MARRAY_OP_ASSIGN_FWD_DEFS): Include |
3a1dd361f978
optimize .*=, ./= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9556
diff
changeset
|
1463 product_eq and quotient_eq. |
3a1dd361f978
optimize .*=, ./= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9556
diff
changeset
|
1464 (MARRAY_FORWARD_DEFS): Use MARRAY_OP_ASSIGN_FWD_DEFS1. |
3a1dd361f978
optimize .*=, ./= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9556
diff
changeset
|
1465 (MDIAGARRAY2_OPS_FORWARD_DECLS): Don't instantiate |
3a1dd361f978
optimize .*=, ./= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9556
diff
changeset
|
1466 OP= operators for diag matrices. |
3a1dd361f978
optimize .*=, ./= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9556
diff
changeset
|
1467 (MDIAGARRAY2_FORWARD_DEFS): Ditto. |
3a1dd361f978
optimize .*=, ./= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9556
diff
changeset
|
1468 * MArray-defs.h (INSTANTIATE_MDIAGARRAY2_FRIENDS): Ditto. |
3a1dd361f978
optimize .*=, ./= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9556
diff
changeset
|
1469 |
9556
948795dc1974
make a few Array methods inline
Jaroslav Hajek <highegg@gmail.com>
parents:
9553
diff
changeset
|
1470 2009-08-23 Jaroslav Hajek <highegg@gmail.com> |
948795dc1974
make a few Array methods inline
Jaroslav Hajek <highegg@gmail.com>
parents:
9553
diff
changeset
|
1471 |
948795dc1974
make a few Array methods inline
Jaroslav Hajek <highegg@gmail.com>
parents:
9553
diff
changeset
|
1472 * Array.h (Array::make_unique, Array::~Array, Array::operator =): |
948795dc1974
make a few Array methods inline
Jaroslav Hajek <highegg@gmail.com>
parents:
9553
diff
changeset
|
1473 Move here to allow inlining. |
948795dc1974
make a few Array methods inline
Jaroslav Hajek <highegg@gmail.com>
parents:
9553
diff
changeset
|
1474 * Array.cc: Remove from here. |
948795dc1974
make a few Array methods inline
Jaroslav Hajek <highegg@gmail.com>
parents:
9553
diff
changeset
|
1475 |
9553
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1476 2009-08-20 Jaroslav Hajek <highegg@gmail.com> |
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1477 |
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1478 * mx-inlines.cc (logical_value): New overloaded template. |
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1479 (DEFMXBOOL_OP): Use it in definitions. |
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1480 (mx_inline_not): Also use logical_value. |
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1481 * mx-op-defs.h (ND_LOGICAL_NAN_CHECK, SC_LOGICAL_NAN_CHECK): Remove |
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1482 (also from all macros). |
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1483 |
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1484 * CMatrix.cc (operator !): Simply call mx_inline_not. |
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1485 * CNDArray.cc: Ditto. |
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1486 * dMatrix.cc: Ditto. |
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1487 * dNDArray.cc: Ditto. |
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1488 * fCMatrix.cc: Ditto. |
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1489 * fCNDArray.cc: Ditto. |
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1490 * fMatrix.cc: Ditto. |
0c72d9284087
further bool ops tweaks
Jaroslav Hajek <highegg@gmail.com>
parents:
9551
diff
changeset
|
1491 * fNDArray.cc: Ditto. |
9967 | 1492 |
9551
19d298e6f7e5
make ! operator check for NaNs, simplify implementations in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9550
diff
changeset
|
1493 2009-08-20 Jaroslav Hajek <highegg@gmail.com> |
9967 | 1494 |
9551
19d298e6f7e5
make ! operator check for NaNs, simplify implementations in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9550
diff
changeset
|
1495 * dMatrix.cc (Matrix::operator!): Simplify & check for NaNs. |
19d298e6f7e5
make ! operator check for NaNs, simplify implementations in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9550
diff
changeset
|
1496 * fMatrix.cc (FloatMatrix::operator!): Ditto. |
19d298e6f7e5
make ! operator check for NaNs, simplify implementations in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9550
diff
changeset
|
1497 * CMatrix.cc (ComplexMatrix::operator!): Ditto. |
19d298e6f7e5
make ! operator check for NaNs, simplify implementations in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9550
diff
changeset
|
1498 * fCMatrix.cc (FloatComplexMatrix::operator!): Ditto. |
19d298e6f7e5
make ! operator check for NaNs, simplify implementations in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9550
diff
changeset
|
1499 * dNDArray.cc (NDArray::operator!): Ditto. |
19d298e6f7e5
make ! operator check for NaNs, simplify implementations in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9550
diff
changeset
|
1500 * fNDArray.cc (FloatNDArray::operator!): Ditto. |
19d298e6f7e5
make ! operator check for NaNs, simplify implementations in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9550
diff
changeset
|
1501 * CNDArray.cc (ComplexNDArray::operator!): Ditto. |
19d298e6f7e5
make ! operator check for NaNs, simplify implementations in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9550
diff
changeset
|
1502 * fCNDArray.cc (FloatComplexNDArray::operator!): Ditto. |
19d298e6f7e5
make ! operator check for NaNs, simplify implementations in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9550
diff
changeset
|
1503 |
9550
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1504 2009-08-20 Jaroslav Hajek <highegg@gmail.com> |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1505 |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1506 * mx-inlines.cc (mx_inline_add, mx_inline_sub, mx_inline_mul, |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1507 mx_inline_div, mx_inline_uminus, mx_inline_not, mx_inline_add2, |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1508 mx_inline_sub2, mx_inline_mul2, mx_inline_div2, mx_inline_iszero, |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1509 mx_inline_notzero, mx_inline_and, mx_inline_or, mx_inline_not_and, |
9967 | 1510 mx_inline_not_or, mx_inline_and_not, mx_inline_or_not, |
9550
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1511 mx_inline_lt, mx_inline_le, mx_inline_gt, mx_inline_ge, |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1512 mx_inline_eq, mx_inline_ne): New templates. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1513 (do_mx_unary_op, do_mm_binary_op, do_sm_binary_op, |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1514 do_ms_binary_op, do_mm_inplace_op,do_ms_inplace_op): |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1515 New templates. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1516 |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1517 * mx-op-defs.h (ND_LOGICAL_NAN_CHECK, SC_LOGICAL_NAN_CHECK): |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1518 New macros. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1519 (NDND_BIN_OP, NDS_BIN_OP, SND_BIN_OP): Simplify. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1520 (MM_BIN_OP, MS_BIN_OP, MM_BIN_OP): Simplify. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1521 (NDND_BOOL_OP, NDS_BOOL_OP, SND_BOOL_OP): Simplify. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1522 (MM_BOOL_OP, MS_BOOL_OP, MM_BOOL_OP): Simplify. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1523 (NDND_BOOL_OPS2, NDS_BOOL_OPS2, SND_BOOL_OPS2, |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1524 MM_BOOL_OPS2, MS_BOOL_OPS2, SM_BOOL_OPS2): Remove. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1525 * mx-op-decl.h (NDND_BOOL_OPX_DECLS, NDS_BOOL_OPX_DECLS, |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1526 SND_BOOL_OPX_DECLS): New macros. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1527 * mk-ops.awk: use _BOOL_OPS rather than _BOOL_OPS2. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1528 |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1529 * boolMatrix.cc: Add missing bool op defs. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1530 * boolMatrix.h: Add missing bool op decls. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1531 |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1532 |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1533 * boolNDArray.cc: Remove unused arg to BOOL_OPS. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1534 * CMatrix.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1535 * CNDArray.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1536 * ChangeLog: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1537 * chMatrix.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1538 * chNDArray.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1539 * dMatrix.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1540 * dNDArray.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1541 * fCMatrix.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1542 * fCNDArray.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1543 * fMatrix.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1544 * fNDArray.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1545 * int16NDArray.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1546 * int32NDArray.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1547 * int64NDArray.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1548 * int8NDArray.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1549 * uint16NDArray.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1550 * uint32NDArray.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1551 * uint64NDArray.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1552 * uint8NDArray.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1553 |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1554 * CColVector.cc: Update syntax where needed. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1555 * CDiagMatrix.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1556 * CMatrix.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1557 * CRowVector.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1558 * chMatrix.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1559 * dColVector.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1560 * dDiagMatrix.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1561 * dMatrix.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1562 * dRowVector.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1563 * fCColVector.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1564 * fCDiagMatrix.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1565 * fCMatrix.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1566 * fCRowVector.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1567 * fColVector.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1568 * fDiagMatrix.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1569 * fMatrix.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1570 * fRowVector.cc: Ditto. |
3d6a9aea2aea
refactor binary & bool ops in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9549
diff
changeset
|
1571 |
9549
ed34b1da0e26
zero matrix assignment fix
Jaroslav Hajek <highegg@gmail.com>
parents:
9548
diff
changeset
|
1572 2009-08-19 Jaroslav Hajek <highegg@gmail.com> |
ed34b1da0e26
zero matrix assignment fix
Jaroslav Hajek <highegg@gmail.com>
parents:
9548
diff
changeset
|
1573 |
ed34b1da0e26
zero matrix assignment fix
Jaroslav Hajek <highegg@gmail.com>
parents:
9548
diff
changeset
|
1574 * Array-util.cc (zero_dims_inquire): Add matching ndims case. |
ed34b1da0e26
zero matrix assignment fix
Jaroslav Hajek <highegg@gmail.com>
parents:
9548
diff
changeset
|
1575 |
9548
e5f7aee2ab8c
optimize &=, |= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9546
diff
changeset
|
1576 2009-08-19 Jaroslav Hajek <highegg@gmail.com> |
e5f7aee2ab8c
optimize &=, |= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9546
diff
changeset
|
1577 |
e5f7aee2ab8c
optimize &=, |= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9546
diff
changeset
|
1578 * MArrayN.cc (operator+=, operator-=): Test matching dimensions first. |
e5f7aee2ab8c
optimize &=, |= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9546
diff
changeset
|
1579 * boolNDArray.cc (mx_el_and_assign, mx_el_or_assign): New functions. |
e5f7aee2ab8c
optimize &=, |= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9546
diff
changeset
|
1580 * boolNDArray.h: Declare them. |
e5f7aee2ab8c
optimize &=, |= operators
Jaroslav Hajek <highegg@gmail.com>
parents:
9546
diff
changeset
|
1581 |
9546
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1582 2009-08-19 Jaroslav Hajek <highegg@gmail.com> |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1583 |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1584 * Array.cc (Array<T>::clear): New method. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1585 * Array.h: Declare it. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1586 * MArray-decl.h (MARRAY_OP_ASSIGN_DECLS1, MARRAY_OP_ASSIGN_FWD_DECLS1, |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1587 MARRAY_OP_ASSIGN_FRIENDS1, MARRAY_OP_ASSIGN_FWD_DEFS1): New macros. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1588 (MARRAY_OPS_FORWARD_DECLS, MARRAY_OPS_FRIEND_DECLS): Use them. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1589 * MArray-defs.h (MARRAY_OP_ASSIGN_DEFS1): New macro. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1590 (INSTANTIATE_MARRAY_FRIENDS): Use it. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1591 (INSTANTIATE_MARRAY2_FRIENDS): Use it. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1592 (INSTANTIATE_MARRAYN_FRIENDS): Use it. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1593 * MArray.cc (operator+=, operator-=): |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1594 Operate out-of-place when this is shared copy. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1595 (operator*=, operator/=): New operator overloads. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1596 * MArray2.cc: Ditto. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1597 * MArrayN.cc: Ditto. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1598 * CNDArray.cc (operator *= (ComplexNDArray&, double), |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1599 operator /= (ComplexNDArray&, double)): New operators. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1600 * CNDArray.h: Declare them. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1601 * fCNDArray.cc (operator *= (FloatComplexNDArray&, double), |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1602 operator /= (FloatComplexNDArray&, double)): New operators. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1603 * fCNDArray.h: Declare them. |
1beb23d2b892
optimize op= in common cases
Jaroslav Hajek <highegg@gmail.com>
parents:
9534
diff
changeset
|
1604 |
9534
baeecd69fd44
liboctave/Makefile.in (LINK_DEPS): list LIBS last
John W. Eaton <jwe@octave.org>
parents:
9528
diff
changeset
|
1605 2009-08-17 John W. Eaton <jwe@octave.org> |
baeecd69fd44
liboctave/Makefile.in (LINK_DEPS): list LIBS last
John W. Eaton <jwe@octave.org>
parents:
9528
diff
changeset
|
1606 |
baeecd69fd44
liboctave/Makefile.in (LINK_DEPS): list LIBS last
John W. Eaton <jwe@octave.org>
parents:
9528
diff
changeset
|
1607 * Makefile.in (LINK_DEPS): List LIBS last. |
baeecd69fd44
liboctave/Makefile.in (LINK_DEPS): list LIBS last
John W. Eaton <jwe@octave.org>
parents:
9528
diff
changeset
|
1608 |
9528
ec066ba012c8
more fixes & tests for matrix multiply
Jaroslav Hajek <highegg@gmail.com>
parents:
9527
diff
changeset
|
1609 2009-08-16 Jaroslav Hajek <highegg@gmail.com> |
ec066ba012c8
more fixes & tests for matrix multiply
Jaroslav Hajek <highegg@gmail.com>
parents:
9527
diff
changeset
|
1610 |
ec066ba012c8
more fixes & tests for matrix multiply
Jaroslav Hajek <highegg@gmail.com>
parents:
9527
diff
changeset
|
1611 * dMatrix.cc, fMatrix.cc, CMatrix.cc, fCMatrix.cc: Add more tests. |
ec066ba012c8
more fixes & tests for matrix multiply
Jaroslav Hajek <highegg@gmail.com>
parents:
9527
diff
changeset
|
1612 * CMatrix.cc (xgemm): Fix vector * matrix case. |
ec066ba012c8
more fixes & tests for matrix multiply
Jaroslav Hajek <highegg@gmail.com>
parents:
9527
diff
changeset
|
1613 * fCMatrix.cc (xgemm): Ditto. |
ec066ba012c8
more fixes & tests for matrix multiply
Jaroslav Hajek <highegg@gmail.com>
parents:
9527
diff
changeset
|
1614 |
9527
6a9fd5f653c9
make single prec. matrix mutliply tests really single
Jaroslav Hajek <highegg@gmail.com>
parents:
9526
diff
changeset
|
1615 2009-08-16 Jaroslav Hajek <highegg@gmail.com> |
6a9fd5f653c9
make single prec. matrix mutliply tests really single
Jaroslav Hajek <highegg@gmail.com>
parents:
9526
diff
changeset
|
1616 |
6a9fd5f653c9
make single prec. matrix mutliply tests really single
Jaroslav Hajek <highegg@gmail.com>
parents:
9526
diff
changeset
|
1617 * fMatrix.cc, fCMatrix.cc: Make tests use single precision. |
6a9fd5f653c9
make single prec. matrix mutliply tests really single
Jaroslav Hajek <highegg@gmail.com>
parents:
9526
diff
changeset
|
1618 |
9526
f3ebc728ffd7
fix typos in complex xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9524
diff
changeset
|
1619 2009-08-16 Jaroslav Hajek <highegg@gmail.com> |
f3ebc728ffd7
fix typos in complex xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9524
diff
changeset
|
1620 |
f3ebc728ffd7
fix typos in complex xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9524
diff
changeset
|
1621 * CMatrix.cc (xgemm): Fix typo. Add test. |
f3ebc728ffd7
fix typos in complex xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9524
diff
changeset
|
1622 * fCMatrix.cc (xgemm): Ditto. |
f3ebc728ffd7
fix typos in complex xgemm
Jaroslav Hajek <highegg@gmail.com>
parents:
9524
diff
changeset
|
1623 |
9524
ace0febd263e
link liboctave with blas libs
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
1624 2009-08-14 John W. Eaton <jwe@octave.org> |
ace0febd263e
link liboctave with blas libs
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
1625 |
ace0febd263e
link liboctave with blas libs
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
1626 * Makefile.in (LINK_DEPS): Include BLAS_LIBS in the list. |
ace0febd263e
link liboctave with blas libs
John W. Eaton <jwe@octave.org>
parents:
9523
diff
changeset
|
1627 |
9523
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9518
diff
changeset
|
1628 2009-08-13 John W. Eaton <jwe@octave.org> |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9518
diff
changeset
|
1629 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9518
diff
changeset
|
1630 * CMatrix.cc, CNDArray.cc, dMatrix.cc, dNDArray.cc, fCMatrix.cc, |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9518
diff
changeset
|
1631 fCNDArray.cc, fMatrix.cc, fNDARray.cc, oct-fftw.cc, oct-fftw.h: |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9518
diff
changeset
|
1632 Update for new FFTW defines. |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9518
diff
changeset
|
1633 |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9518
diff
changeset
|
1634 * Makefile.in: Add library-specific CPPFLAGS and LDFLAGS variables |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9518
diff
changeset
|
1635 to CPPFLAGS and LDFLAGS for files that use sparse matrices or fftw. |
0ce82753dd72
more configure changes for libraries
John W. Eaton <jwe@octave.org>
parents:
9518
diff
changeset
|
1636 |
9518
113dba092d8c
include LDFLAGS for shared liboctave and liboctinterp
Jaroslav Hajek <highegg@gmail.com>
parents:
9516
diff
changeset
|
1637 2009-08-12 Jaroslav Hajek <highegg@gmail.com> |
113dba092d8c
include LDFLAGS for shared liboctave and liboctinterp
Jaroslav Hajek <highegg@gmail.com>
parents:
9516
diff
changeset
|
1638 |
113dba092d8c
include LDFLAGS for shared liboctave and liboctinterp
Jaroslav Hajek <highegg@gmail.com>
parents:
9516
diff
changeset
|
1639 * Makefile.in: Include LDFLAGS when linking shared executable. |
113dba092d8c
include LDFLAGS for shared liboctave and liboctinterp
Jaroslav Hajek <highegg@gmail.com>
parents:
9516
diff
changeset
|
1640 |
9516
fb933db0c517
convert fftw planner classes to singleton objects
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
1641 2009-08-11 John W. Eaton <jwe@octave.org> |
fb933db0c517
convert fftw planner classes to singleton objects
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
1642 |
fb933db0c517
convert fftw planner classes to singleton objects
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
1643 * oct-fftw.h, oct-fftw.cc (octave_fftw_planner): Convert to singleton. |
fb933db0c517
convert fftw planner classes to singleton objects
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
1644 (octave_float_fft_planner): Likewise. |
fb933db0c517
convert fftw planner classes to singleton objects
John W. Eaton <jwe@octave.org>
parents:
9515
diff
changeset
|
1645 |
9515 | 1646 2009-08-11 John W. Eaton <jwe@octave.org> |
1647 | |
1648 * Makefile.in (LINK_DEPS): Use READLINE_LIBS instead of | |
1649 LIBREADLINE. Also link with TERM_LIBS and DL_LIBS. | |
1650 | |
9513
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1651 2009-08-11 Jaroslav Hajek <highegg@gmail.com> |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1652 |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1653 * mx-inlines.cc (mx_inline_diff<T>): New overloaded template |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1654 function. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1655 (get_extent_triplet): Use dim_vector::first_non_singleton. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1656 (do_mx_diff_op): New template function. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1657 * dNDArray.cc (NDArray::diff): New method. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1658 * dNDArray.h: Declare it. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1659 * fNDArray.cc (FloatNDArray::diff): New method. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1660 * fNDArray.h: Declare it. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1661 * CNDArray.cc (ComplexNDArray::diff): New method. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1662 * CNDArray.h: Declare it. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1663 * fCNDArray.cc (FloatComplexNDArray::diff): New method. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1664 * fCNDArray.h: Declare it. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1665 * intNDArray.cc (intNDArray<T>::diff): New method. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1666 * intNDArray.h: Declare it. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9511
diff
changeset
|
1667 |
9511
cc1fd3084cb2
implement dim_vector::first_non_singleton
Jaroslav Hajek <highegg@gmail.com>
parents:
9507
diff
changeset
|
1668 2009-08-10 Jaroslav Hajek <highegg@gmail.com> |
cc1fd3084cb2
implement dim_vector::first_non_singleton
Jaroslav Hajek <highegg@gmail.com>
parents:
9507
diff
changeset
|
1669 |
cc1fd3084cb2
implement dim_vector::first_non_singleton
Jaroslav Hajek <highegg@gmail.com>
parents:
9507
diff
changeset
|
1670 * dim-vector.h (dim_vector::first_non_singleton): New method. |
cc1fd3084cb2
implement dim_vector::first_non_singleton
Jaroslav Hajek <highegg@gmail.com>
parents:
9507
diff
changeset
|
1671 |
9507
b096d11237be
dim_vector improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9501
diff
changeset
|
1672 2009-08-06 Jaroslav Hajek <highegg@gmail.com> |
b096d11237be
dim_vector improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9501
diff
changeset
|
1673 |
b096d11237be
dim_vector improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9501
diff
changeset
|
1674 * dim-vector.h (dim_vector): Rewrite. Use single-alloc implementation |
b096d11237be
dim_vector improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9501
diff
changeset
|
1675 aka GCC's basic_string class. |
b096d11237be
dim_vector improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9501
diff
changeset
|
1676 * Array.cc: Use dim_vector::alloc where fitting. |
b096d11237be
dim_vector improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9501
diff
changeset
|
1677 * Array-util.cc: Ditto. |
b096d11237be
dim_vector improvements
Jaroslav Hajek <highegg@gmail.com>
parents:
9501
diff
changeset
|
1678 |
9493 | 1679 2009-08-05 John W. Eaton <jwe@octave.org> |
1680 | |
1681 * oct-shlib.cc (octave_shl_load_shlib::open): Pass BIND_IMMEDIATE, | |
1682 not BIND_DEFERRED to shl_load. | |
1683 (octave_dlopen_shlib::open): Don't pass RTLD_GLOBAL to dlopen. | |
1684 | |
9490 | 1685 2009-08-05 John W. Eaton <jwe@octave.org> |
1686 | |
1687 * Makefile.in (LINK_DEPS): Omit $(BLAS_LIBS) from the list. | |
1688 Include $(RLD_FLAG) in the list. | |
1689 | |
9488
ee572cdd4b97
add configure checks for pthread library and compiler flags
John W. Eaton <jwe@octave.org>
parents:
9485
diff
changeset
|
1690 2009-08-05 John W. Eaton <jwe@octave.org> |
ee572cdd4b97
add configure checks for pthread library and compiler flags
John W. Eaton <jwe@octave.org>
parents:
9485
diff
changeset
|
1691 |
ee572cdd4b97
add configure checks for pthread library and compiler flags
John W. Eaton <jwe@octave.org>
parents:
9485
diff
changeset
|
1692 * Makefile.in (LINK_DEPS): Include $(PTHREAD_LIBS) in the list. |
ee572cdd4b97
add configure checks for pthread library and compiler flags
John W. Eaton <jwe@octave.org>
parents:
9485
diff
changeset
|
1693 |
9485
3cee58bf4acf
selectively complete filenames in some cases
John W. Eaton <jwe@octave.org>
parents:
9479
diff
changeset
|
1694 2009-08-04 Kristian Rumberg <kristianrumberg@gmail.com> |
3cee58bf4acf
selectively complete filenames in some cases
John W. Eaton <jwe@octave.org>
parents:
9479
diff
changeset
|
1695 |
3cee58bf4acf
selectively complete filenames in some cases
John W. Eaton <jwe@octave.org>
parents:
9479
diff
changeset
|
1696 * cmd-edit.cc (gnu_readline::do_get_line_buffer, |
3cee58bf4acf
selectively complete filenames in some cases
John W. Eaton <jwe@octave.org>
parents:
9479
diff
changeset
|
1697 default_command_editor::do_get_line_buffer): New functions. |
3cee58bf4acf
selectively complete filenames in some cases
John W. Eaton <jwe@octave.org>
parents:
9479
diff
changeset
|
1698 (command_editor::get_line_buffer): New function. |
3cee58bf4acf
selectively complete filenames in some cases
John W. Eaton <jwe@octave.org>
parents:
9479
diff
changeset
|
1699 * cmd-edit.h (command_editor::get_line_buffer): Provide decls. |
3cee58bf4acf
selectively complete filenames in some cases
John W. Eaton <jwe@octave.org>
parents:
9479
diff
changeset
|
1700 (command_editor::do_get_line_buffer): New pure virtual function. |
3cee58bf4acf
selectively complete filenames in some cases
John W. Eaton <jwe@octave.org>
parents:
9479
diff
changeset
|
1701 |
9479
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9469
diff
changeset
|
1702 2009-07-31 Jaroslav Hajek <highegg@gmail.com> |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9469
diff
changeset
|
1703 |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9469
diff
changeset
|
1704 * idx-vector.h (idx_vector::is_range): New method. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9469
diff
changeset
|
1705 (idx_vector::copy_data, idx_vector::unconvert): New method decls. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9469
diff
changeset
|
1706 * idx-vector.cc (idx_vector::copy_data, idx_vector::unconvert): New |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9469
diff
changeset
|
1707 methods. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9469
diff
changeset
|
1708 * Array-utils.cc (sub2ind, ind2sub): New functions. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9469
diff
changeset
|
1709 |
9469
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1710 2009-07-29 John W. Eaton <jwe@octave.org> |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1711 |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1712 * fMatrix.cc (operator >>): Use template function to read value. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1713 * fNDArray.cc (operator >>): Likeise. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1714 * fCMatrix.cc (operator >>): Use template function to read value. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1715 * fCNDArray.cc (operator >>): Likeise. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1716 * dMatrix.cc (operator >>): Use template function to read value. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1717 * dNDArray.cc (operator >>): Likeise. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1718 * CMatrix.cc (operator >>): Use template function to read value. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1719 * CNDArray.cc (operator >>): Likeise. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1720 |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1721 * lo-utils.cc, lo-utils.h (octave_read_value): New template |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1722 (octave_read_value<double>, octave_read_value<Complex>): |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1723 Provide specializations. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1724 (octave_read_double, octave_read_complex, octave_read_float, |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1725 octave_rread_float_complex): Define in terms of template functions. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1726 * Sparse.h (read_sparse_matrix): New template function. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1727 * dSparse.cc (operator >>): Call read_sparse_matrix. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1728 * CSparse.cc (operator >>): Likewise. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1729 * boolSparse.cc (operator >>): Likewise. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1730 * sparse-util.cc, sparse-util.h (sparse_indices_ok): New function. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1731 * Sparse.cc (Sparse<T>::indices_ok, Sparse<T>::SparseRep::indices_ok): |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1732 New member functions. |
c6edba80dfae
sanity checks for loading sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9441
diff
changeset
|
1733 |
9441
160c564d5d25
initialize floating point values properly for NetBSD systems
Aleksej Saushev <asau@inbox.ru>
parents:
9431
diff
changeset
|
1734 2009-07-20 John W. Eaton <jwe@octave.org> |
160c564d5d25
initialize floating point values properly for NetBSD systems
Aleksej Saushev <asau@inbox.ru>
parents:
9431
diff
changeset
|
1735 |
160c564d5d25
initialize floating point values properly for NetBSD systems
Aleksej Saushev <asau@inbox.ru>
parents:
9431
diff
changeset
|
1736 * lo-ieee.cc (octave_ieee_init) [__NetBSD__]: Call nan to |
160c564d5d25
initialize floating point values properly for NetBSD systems
Aleksej Saushev <asau@inbox.ru>
parents:
9431
diff
changeset
|
1737 initialize Octave_NaN and nanf, to initialize Octave_Float_NaN. |
160c564d5d25
initialize floating point values properly for NetBSD systems
Aleksej Saushev <asau@inbox.ru>
parents:
9431
diff
changeset
|
1738 |
9431 | 1739 2009-07-11 John W. Eaton <jwe@octave.org> |
1740 | |
1741 * file-ops.cc (file_ops::symlink, file_ops::readlink): | |
1742 Don't use incorrectly sized OCTAVE_LOCAL_BUFFER. | |
1743 | |
9420
434ae96dc10f
dim-vector.h: dim vectors always have two dimensions
John W. Eaton <jwe@octave.org>
parents:
9417
diff
changeset
|
1744 2009-07-08 John W. Eaton <jwe@octave.org> |
434ae96dc10f
dim-vector.h: dim vectors always have two dimensions
John W. Eaton <jwe@octave.org>
parents:
9417
diff
changeset
|
1745 |
434ae96dc10f
dim-vector.h: dim vectors always have two dimensions
John W. Eaton <jwe@octave.org>
parents:
9417
diff
changeset
|
1746 * dim-vector.h (dim_vector::dim_vector_rep::dim_vector_rep |
434ae96dc10f
dim-vector.h: dim vectors always have two dimensions
John W. Eaton <jwe@octave.org>
parents:
9417
diff
changeset
|
1747 (octave_idx_type, const dim_vector_rep *, int)): |
434ae96dc10f
dim-vector.h: dim vectors always have two dimensions
John W. Eaton <jwe@octave.org>
parents:
9417
diff
changeset
|
1748 Enforce 2-d objects here. |
434ae96dc10f
dim-vector.h: dim vectors always have two dimensions
John W. Eaton <jwe@octave.org>
parents:
9417
diff
changeset
|
1749 (dim_vector::dim_vector_rep::dim_vector_rep): Simply copy object. |
434ae96dc10f
dim-vector.h: dim vectors always have two dimensions
John W. Eaton <jwe@octave.org>
parents:
9417
diff
changeset
|
1750 (dim_vector::resize): Allow N < 2. |
434ae96dc10f
dim-vector.h: dim vectors always have two dimensions
John W. Eaton <jwe@octave.org>
parents:
9417
diff
changeset
|
1751 |
9417
5d46c4a894e8
fix bugs in sparse reductions
Jaroslav Hajek <highegg@gmail.com>
parents:
9414
diff
changeset
|
1752 2009-07-03 Jaroslav Hajek <highegg@gmail.com> |
5d46c4a894e8
fix bugs in sparse reductions
Jaroslav Hajek <highegg@gmail.com>
parents:
9414
diff
changeset
|
1753 |
5d46c4a894e8
fix bugs in sparse reductions
Jaroslav Hajek <highegg@gmail.com>
parents:
9414
diff
changeset
|
1754 * Sparse-op-defs.h (SPARSE_ALL_OP): Fix typo. |
5d46c4a894e8
fix bugs in sparse reductions
Jaroslav Hajek <highegg@gmail.com>
parents:
9414
diff
changeset
|
1755 * dSparse.cc (SparseMatrix::prod): Ditto. |
5d46c4a894e8
fix bugs in sparse reductions
Jaroslav Hajek <highegg@gmail.com>
parents:
9414
diff
changeset
|
1756 * CSparse.cc (ComplexSparseMatrix::prod): Ditto. |
5d46c4a894e8
fix bugs in sparse reductions
Jaroslav Hajek <highegg@gmail.com>
parents:
9414
diff
changeset
|
1757 |
9414
79c4dd83d07f
fix sparse +- diag operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9410
diff
changeset
|
1758 2009-07-02 Jaroslav Hajek <highegg@gmail.com> |
79c4dd83d07f
fix sparse +- diag operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9410
diff
changeset
|
1759 |
79c4dd83d07f
fix sparse +- diag operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9410
diff
changeset
|
1760 * Sparse-diag-op-defs.h (inner_do_add_sm_dm): Rewrite to ensure |
79c4dd83d07f
fix sparse +- diag operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9410
diff
changeset
|
1761 ordering of row indices. |
79c4dd83d07f
fix sparse +- diag operations
Jaroslav Hajek <highegg@gmail.com>
parents:
9410
diff
changeset
|
1762 |
9410
2ad67ccd09fd
fix typo in octave_sort::lookupb
Jaroslav Hajek <highegg@gmail.com>
parents:
9407
diff
changeset
|
1763 2009-06-30 Jaroslav Hajek <highegg@gmail.com> |
2ad67ccd09fd
fix typo in octave_sort::lookupb
Jaroslav Hajek <highegg@gmail.com>
parents:
9407
diff
changeset
|
1764 |
2ad67ccd09fd
fix typo in octave_sort::lookupb
Jaroslav Hajek <highegg@gmail.com>
parents:
9407
diff
changeset
|
1765 * oct-sort.cc (octave_sort<T>::lookupb<Comp>): Fix typo. |
2ad67ccd09fd
fix typo in octave_sort::lookupb
Jaroslav Hajek <highegg@gmail.com>
parents:
9407
diff
changeset
|
1766 |
9407
0951174cbb03
remove experimental stuff from lookup, simplify
Jaroslav Hajek <highegg@gmail.com>
parents:
9402
diff
changeset
|
1767 2009-06-29 Jaroslav Hajek <highegg@gmail.com> |
0951174cbb03
remove experimental stuff from lookup, simplify
Jaroslav Hajek <highegg@gmail.com>
parents:
9402
diff
changeset
|
1768 |
0951174cbb03
remove experimental stuff from lookup, simplify
Jaroslav Hajek <highegg@gmail.com>
parents:
9402
diff
changeset
|
1769 * oct-sort.cc (octave_sort<T>::lookup_merge): Delete. |
0951174cbb03
remove experimental stuff from lookup, simplify
Jaroslav Hajek <highegg@gmail.com>
parents:
9402
diff
changeset
|
1770 (octave_sort<T>::lookup<Comp>, |
0951174cbb03
remove experimental stuff from lookup, simplify
Jaroslav Hajek <highegg@gmail.com>
parents:
9402
diff
changeset
|
1771 octave_sort<T>::lookupm<Comp>, |
0951174cbb03
remove experimental stuff from lookup, simplify
Jaroslav Hajek <highegg@gmail.com>
parents:
9402
diff
changeset
|
1772 octave_sort<T>::lookupb<Comp>): Rewrite. |
0951174cbb03
remove experimental stuff from lookup, simplify
Jaroslav Hajek <highegg@gmail.com>
parents:
9402
diff
changeset
|
1773 |
9402
cdfb9ad48080
Add exported symbols
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9400
diff
changeset
|
1774 2009-06-26 Michael Goffioul <michael.goffioul@gmail.com> |
cdfb9ad48080
Add exported symbols
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9400
diff
changeset
|
1775 |
cdfb9ad48080
Add exported symbols
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9400
diff
changeset
|
1776 * pathsearch.h (class dir_path::static_members): Decorate with |
cdfb9ad48080
Add exported symbols
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9400
diff
changeset
|
1777 OCTAVE_API. |
cdfb9ad48080
Add exported symbols
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9400
diff
changeset
|
1778 |
9400
df1ea906c1c4
a slight speed-up in oct-sort.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9399
diff
changeset
|
1779 2009-06-26 Jaroslav Hajek <highegg@gmail.com> |
df1ea906c1c4
a slight speed-up in oct-sort.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9399
diff
changeset
|
1780 |
df1ea906c1c4
a slight speed-up in oct-sort.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9399
diff
changeset
|
1781 * oct-sort.cc (octave_sort<T>::lookup_merge<Comp>): Slightly speed-up |
df1ea906c1c4
a slight speed-up in oct-sort.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9399
diff
changeset
|
1782 the merge case. |
df1ea906c1c4
a slight speed-up in oct-sort.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9399
diff
changeset
|
1783 |
9399
a5f6b5800f86
fix bug in recursive lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
9391
diff
changeset
|
1784 2009-06-26 Jaroslav Hajek <highegg@gmail.com> |
a5f6b5800f86
fix bug in recursive lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
9391
diff
changeset
|
1785 |
a5f6b5800f86
fix bug in recursive lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
9391
diff
changeset
|
1786 * oct-sort.cc (octave_sort<T>::lookup_merge<Comp>): Fix lower-part |
a5f6b5800f86
fix bug in recursive lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
9391
diff
changeset
|
1787 recursion. |
a5f6b5800f86
fix bug in recursive lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
9391
diff
changeset
|
1788 |
9391
333b31ce3434
eigs-base.cc: use octave_idx_type for Fortran LOGICAL values
Alexander Barth <barth.alexander@gmail.com>
parents:
9370
diff
changeset
|
1789 2009-06-24 Alexander Barth <barth.alexander@gmail.com> |
333b31ce3434
eigs-base.cc: use octave_idx_type for Fortran LOGICAL values
Alexander Barth <barth.alexander@gmail.com>
parents:
9370
diff
changeset
|
1790 |
333b31ce3434
eigs-base.cc: use octave_idx_type for Fortran LOGICAL values
Alexander Barth <barth.alexander@gmail.com>
parents:
9370
diff
changeset
|
1791 * eigs-base.cc (EigsRealSymmetricMatrix, |
333b31ce3434
eigs-base.cc: use octave_idx_type for Fortran LOGICAL values
Alexander Barth <barth.alexander@gmail.com>
parents:
9370
diff
changeset
|
1792 EigsRealSymmetricMatrixShift, EigsRealSymmetricFunc, |
333b31ce3434
eigs-base.cc: use octave_idx_type for Fortran LOGICAL values
Alexander Barth <barth.alexander@gmail.com>
parents:
9370
diff
changeset
|
1793 EigsRealNonSymmetricMatrix, EigsRealNonSymmetricMatrixShift, |
333b31ce3434
eigs-base.cc: use octave_idx_type for Fortran LOGICAL values
Alexander Barth <barth.alexander@gmail.com>
parents:
9370
diff
changeset
|
1794 EigsRealNonSymmetricFunc, EigsComplexNonSymmetricMatrix, |
333b31ce3434
eigs-base.cc: use octave_idx_type for Fortran LOGICAL values
Alexander Barth <barth.alexander@gmail.com>
parents:
9370
diff
changeset
|
1795 EigsComplexNonSymmetricMatrixShift, EigsComplexNonSymmetricFunc): |
333b31ce3434
eigs-base.cc: use octave_idx_type for Fortran LOGICAL values
Alexander Barth <barth.alexander@gmail.com>
parents:
9370
diff
changeset
|
1796 Use octave_idx_type for parameters of type LOGICAL in ARPACK. |
333b31ce3434
eigs-base.cc: use octave_idx_type for Fortran LOGICAL values
Alexander Barth <barth.alexander@gmail.com>
parents:
9370
diff
changeset
|
1797 |
9370
4ff6f8efdda2
fix slow cellstr -> char matrix conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
9362
diff
changeset
|
1798 2009-06-22 Jaroslav Hajek <highegg@gmail.com> |
4ff6f8efdda2
fix slow cellstr -> char matrix conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
9362
diff
changeset
|
1799 |
4ff6f8efdda2
fix slow cellstr -> char matrix conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
9362
diff
changeset
|
1800 * chMatrix.cc (charMatrix::charMatrix (const string_vector&)): |
4ff6f8efdda2
fix slow cellstr -> char matrix conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
9362
diff
changeset
|
1801 Optimize w.r.t. COW of std::string. |
4ff6f8efdda2
fix slow cellstr -> char matrix conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
9362
diff
changeset
|
1802 |
9362
2ebf3ca62add
use a smarter algorithm for default lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
9359
diff
changeset
|
1803 2009-06-18 Jaroslav Hajek <highegg@gmail.com> |
2ebf3ca62add
use a smarter algorithm for default lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
9359
diff
changeset
|
1804 |
2ebf3ca62add
use a smarter algorithm for default lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
9359
diff
changeset
|
1805 * oct-sort.cc (lookup_impl<T, Comp>): New helper inline function. |
2ebf3ca62add
use a smarter algorithm for default lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
9359
diff
changeset
|
1806 (octave_sort<T>::lookup_merge<Comp>): New private template method. |
2ebf3ca62add
use a smarter algorithm for default lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
9359
diff
changeset
|
1807 (octave_sort<T>::lookup<Comp>): Rewrite. |
2ebf3ca62add
use a smarter algorithm for default lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
9359
diff
changeset
|
1808 (octave_sort<T>::lookupm<Comp>): use lookup_impl. |
2ebf3ca62add
use a smarter algorithm for default lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
9359
diff
changeset
|
1809 (octave_sort<T>::lookupb<Comp>): use lookup_impl. |
2ebf3ca62add
use a smarter algorithm for default lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
9359
diff
changeset
|
1810 (out_of_range_pred, out_of_range): Remove. |
2ebf3ca62add
use a smarter algorithm for default lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
9359
diff
changeset
|
1811 |
9359
be6867ba8104
avoid useless zero initialization when doing matrix multiply
Jaroslav Hajek <highegg@gmail.com>
parents:
9341
diff
changeset
|
1812 2009-06-18 Jaroslav Hajek <highegg@gmail.com> |
be6867ba8104
avoid useless zero initialization when doing matrix multiply
Jaroslav Hajek <highegg@gmail.com>
parents:
9341
diff
changeset
|
1813 |
be6867ba8104
avoid useless zero initialization when doing matrix multiply
Jaroslav Hajek <highegg@gmail.com>
parents:
9341
diff
changeset
|
1814 * dMatrix.cc (xgemm): Replace resize() with uninitialized allocations |
be6867ba8104
avoid useless zero initialization when doing matrix multiply
Jaroslav Hajek <highegg@gmail.com>
parents:
9341
diff
changeset
|
1815 where appropriate. |
be6867ba8104
avoid useless zero initialization when doing matrix multiply
Jaroslav Hajek <highegg@gmail.com>
parents:
9341
diff
changeset
|
1816 * fMatrix.cc (xgemm): Ditto. |
be6867ba8104
avoid useless zero initialization when doing matrix multiply
Jaroslav Hajek <highegg@gmail.com>
parents:
9341
diff
changeset
|
1817 * CMatrix.cc (xgemm): Ditto. |
be6867ba8104
avoid useless zero initialization when doing matrix multiply
Jaroslav Hajek <highegg@gmail.com>
parents:
9341
diff
changeset
|
1818 * fCMatrix.cc (xgemm): Ditto. |
be6867ba8104
avoid useless zero initialization when doing matrix multiply
Jaroslav Hajek <highegg@gmail.com>
parents:
9341
diff
changeset
|
1819 |
9341
9fd5c56ce57a
extend lookup capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
9321
diff
changeset
|
1820 2009-06-12 Jaroslav Hajek <highegg@gmail.com> |
9fd5c56ce57a
extend lookup capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
9321
diff
changeset
|
1821 |
9fd5c56ce57a
extend lookup capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
9321
diff
changeset
|
1822 * oct-sort.cc (octave_sort::lookupm, octave_sort::lookupb): New |
9fd5c56ce57a
extend lookup capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
9321
diff
changeset
|
1823 overloaded methods. |
9fd5c56ce57a
extend lookup capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
9321
diff
changeset
|
1824 * oct-sort.h: Declare them. |
9fd5c56ce57a
extend lookup capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
9321
diff
changeset
|
1825 * Array.cc (Array<T>::lookupm, Array<T>::lookupb): New methods. |
9fd5c56ce57a
extend lookup capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
9321
diff
changeset
|
1826 * Array.h: Declare them. |
9fd5c56ce57a
extend lookup capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
9321
diff
changeset
|
1827 |
9321
9b87aeb24ea9
avoid using readline at all when line editing suppressed or interpreter embedded
Jaroslav Hajek <highegg@gmail.com>
parents:
9319
diff
changeset
|
1828 2009-06-09 Jaroslav Hajek <highegg@gmail.com> |
9b87aeb24ea9
avoid using readline at all when line editing suppressed or interpreter embedded
Jaroslav Hajek <highegg@gmail.com>
parents:
9319
diff
changeset
|
1829 |
9b87aeb24ea9
avoid using readline at all when line editing suppressed or interpreter embedded
Jaroslav Hajek <highegg@gmail.com>
parents:
9319
diff
changeset
|
1830 * cmd-edit.cc (command_editor::force_default_editor): New static |
9b87aeb24ea9
avoid using readline at all when line editing suppressed or interpreter embedded
Jaroslav Hajek <highegg@gmail.com>
parents:
9319
diff
changeset
|
1831 method. |
9b87aeb24ea9
avoid using readline at all when line editing suppressed or interpreter embedded
Jaroslav Hajek <highegg@gmail.com>
parents:
9319
diff
changeset
|
1832 * cmd-edit.h: Declare it. |
9b87aeb24ea9
avoid using readline at all when line editing suppressed or interpreter embedded
Jaroslav Hajek <highegg@gmail.com>
parents:
9319
diff
changeset
|
1833 |
9319
0d9178575dd7
fix log2 with 2 outargs, loosen tests to meet IEEE
Jaroslav Hajek <highegg@gmail.com>
parents:
9310
diff
changeset
|
1834 2009-06-09 Jaroslav Hajek <highegg@gmail.com> |
0d9178575dd7
fix log2 with 2 outargs, loosen tests to meet IEEE
Jaroslav Hajek <highegg@gmail.com>
parents:
9310
diff
changeset
|
1835 |
0d9178575dd7
fix log2 with 2 outargs, loosen tests to meet IEEE
Jaroslav Hajek <highegg@gmail.com>
parents:
9310
diff
changeset
|
1836 * lo-mappers.cc (xlog2 (const Complex&, int&), xlog2 (const |
0d9178575dd7
fix log2 with 2 outargs, loosen tests to meet IEEE
Jaroslav Hajek <highegg@gmail.com>
parents:
9310
diff
changeset
|
1837 FloatComplex&, int&)): Use more robust expression. |
0d9178575dd7
fix log2 with 2 outargs, loosen tests to meet IEEE
Jaroslav Hajek <highegg@gmail.com>
parents:
9310
diff
changeset
|
1838 |
9310 | 1839 2009-06-07 Jaroslav Hajek <highegg@gmail.com> |
1840 | |
1841 * Array.cc (Array<T>::find): Avoid allocating excessive memory. Fix | |
1842 order for backward searches. | |
1843 | |
9287
a407e894ec74
conditionally enable MSVC-specific DiagArray2<T>::Proxy instantiations
Jaroslav Hajek <highegg@gmail.com>
parents:
9267
diff
changeset
|
1844 2009-06-02 Jaroslav Hajek <highegg@gmail.com> |
a407e894ec74
conditionally enable MSVC-specific DiagArray2<T>::Proxy instantiations
Jaroslav Hajek <highegg@gmail.com>
parents:
9267
diff
changeset
|
1845 |
a407e894ec74
conditionally enable MSVC-specific DiagArray2<T>::Proxy instantiations
Jaroslav Hajek <highegg@gmail.com>
parents:
9267
diff
changeset
|
1846 * Array-C.cc (class DiagArray2<Complex>::Proxy): Only explicitly |
a407e894ec74
conditionally enable MSVC-specific DiagArray2<T>::Proxy instantiations
Jaroslav Hajek <highegg@gmail.com>
parents:
9267
diff
changeset
|
1847 instantiate DiagArray2<T>::Proxy on MSVC. |
a407e894ec74
conditionally enable MSVC-specific DiagArray2<T>::Proxy instantiations
Jaroslav Hajek <highegg@gmail.com>
parents:
9267
diff
changeset
|
1848 * Array-d.cc (class DiagArray2<double>::Proxy): Ditto. |
a407e894ec74
conditionally enable MSVC-specific DiagArray2<T>::Proxy instantiations
Jaroslav Hajek <highegg@gmail.com>
parents:
9267
diff
changeset
|
1849 * Array-f.cc (class DiagArray2<float>::Proxy): Ditto. |
a407e894ec74
conditionally enable MSVC-specific DiagArray2<T>::Proxy instantiations
Jaroslav Hajek <highegg@gmail.com>
parents:
9267
diff
changeset
|
1850 * Array-fC.cc (class DiagArray2<FloatComplex>::Proxy): Ditto. |
a407e894ec74
conditionally enable MSVC-specific DiagArray2<T>::Proxy instantiations
Jaroslav Hajek <highegg@gmail.com>
parents:
9267
diff
changeset
|
1851 |
9267 | 1852 2009-05-26 John W. Eaton <jwe@octave.org> |
1853 | |
1854 * pathsearch.h (dir_path::path_sep_char (char), | |
1855 dir_path::static_members::path_sep_char (char)): New functions. | |
1856 | |
9232
7319e4de9e44
Add missing return statement in base-aepbal.h
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9228
diff
changeset
|
1857 2009-05-21 Michael Goffioul <michael.goffioul@gmail.com> |
7319e4de9e44
Add missing return statement in base-aepbal.h
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9228
diff
changeset
|
1858 |
9237
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1859 * Array-C.cc (class DiagArray2<Complex>::Proxy): Tag with OCTAVE_API. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1860 * Array-d.cc (class DiagArray2<double>::Proxy): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1861 * Array-f.cc (class DiagArray2<float>::Proxy): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1862 * Array-fC.cc (class DiagArray2<FloatComplex>::Proxy): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1863 * Array.cc (class octave_sort<T>): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1864 * CColVector.h (conj, operator*, operator>>, operator<<): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1865 * CDiagMatrix.h (class ComplexDiagMatrix, conj, operator*): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1866 * CMatrix.h (conj): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1867 * CNDArray.h (conj): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1868 * PermMatrix.h (class PermMatrix, operator*): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1869 * dDiagMatrix.h (class DiagMatrix): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1870 * fCColVector.h (conj, operator*, operator>>, operator<<): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1871 * fCDiagMatrix.h (class FloatComplexDiagMatrix, conj, operator*): |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1872 Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1873 * fCMatrix.h (conj): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1874 * fCNDArray.h (conj): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1875 * fDiagMatrix.h (operator*): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1876 * oct-locbuf.h (octave_chunk_buffer::octave_chunk_buffer, |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1877 octave_chunk_buffer::~octave_chunk_buffer): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1878 * oct-inttypes.cc (octave_int_cmp_op::emulate_op): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1879 * DET.h (class base_det<T>): Remove OCTAVE_API (cannot be applied on |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1880 templates). |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1881 * oct-inttypes.cc (octave_int_cmp_op::emulate_op<class xop>): Ditto. |
3c1762c7e787
Add missing xxx_API decoration and remove misplaced ones
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9235
diff
changeset
|
1882 |
9235
b03953732530
Copy volatile variable to avoid MSVC compilation error
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9233
diff
changeset
|
1883 * CmplxQR.cc (ComplexQR::insert_col, ComplexQR::delete_col): Copy |
b03953732530
Copy volatile variable to avoid MSVC compilation error
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9233
diff
changeset
|
1884 volatile variable to avoid MSVC compilation error (cannot pass |
b03953732530
Copy volatile variable to avoid MSVC compilation error
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9233
diff
changeset
|
1885 volatile variable as const& argument). |
b03953732530
Copy volatile variable to avoid MSVC compilation error
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9233
diff
changeset
|
1886 * dbleQR.cc (QR::insert_col, QR::delete_col): Ditto. |
b03953732530
Copy volatile variable to avoid MSVC compilation error
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9233
diff
changeset
|
1887 * fCmplxQR.cc (FloatComplexQR::insert_col, |
b03953732530
Copy volatile variable to avoid MSVC compilation error
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9233
diff
changeset
|
1888 FloatComplexQR::delete_col): Ditto. |
b03953732530
Copy volatile variable to avoid MSVC compilation error
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9233
diff
changeset
|
1889 * floatQR.cc (FloatQR::insert_col, FloatQR::delete_col): Ditto. |
b03953732530
Copy volatile variable to avoid MSVC compilation error
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9233
diff
changeset
|
1890 |
9233
b935bbfab7c4
Exclude pthread.h inclusion under Win32
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9232
diff
changeset
|
1891 * oct-mutex.cc: Exclude pthread.h inclusion under Win32. |
b935bbfab7c4
Exclude pthread.h inclusion under Win32
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9232
diff
changeset
|
1892 |
9232
7319e4de9e44
Add missing return statement in base-aepbal.h
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9228
diff
changeset
|
1893 * base-aepbal.h (base_aepbal::operator=): Add missing return |
7319e4de9e44
Add missing return statement in base-aepbal.h
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9228
diff
changeset
|
1894 statement. |
7319e4de9e44
Add missing return statement in base-aepbal.h
Michael Goffioul <michael.goffioul@gmail.com>
parents:
9228
diff
changeset
|
1895 |
9228
ab40ef1e232f
fix tests within eigs-base.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9227
diff
changeset
|
1896 2009-05-20 Jaroslav Hajek <highegg@gmail.com> |
ab40ef1e232f
fix tests within eigs-base.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9227
diff
changeset
|
1897 |
ab40ef1e232f
fix tests within eigs-base.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9227
diff
changeset
|
1898 * eigs-base.cc ( |
ab40ef1e232f
fix tests within eigs-base.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9227
diff
changeset
|
1899 EigsRealSymmetricMatrix, |
ab40ef1e232f
fix tests within eigs-base.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9227
diff
changeset
|
1900 EigsRealSymmetricMatrixShift, |
ab40ef1e232f
fix tests within eigs-base.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9227
diff
changeset
|
1901 EigsRealSymmetricFunc, |
ab40ef1e232f
fix tests within eigs-base.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9227
diff
changeset
|
1902 EigsRealNonSymmetricMatrix, |
ab40ef1e232f
fix tests within eigs-base.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9227
diff
changeset
|
1903 EigsRealNonSymmetricMatrixShift, |
ab40ef1e232f
fix tests within eigs-base.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9227
diff
changeset
|
1904 EigsRealNonSymmetricFunc, |
ab40ef1e232f
fix tests within eigs-base.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9227
diff
changeset
|
1905 EigsComplexNonSymmetricMatrix, |
ab40ef1e232f
fix tests within eigs-base.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9227
diff
changeset
|
1906 EigsComplexNonSymmetricMatrixShift, |
ab40ef1e232f
fix tests within eigs-base.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9227
diff
changeset
|
1907 EigsComplexNonSymmetricFunc): Update tests. |
ab40ef1e232f
fix tests within eigs-base.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
9227
diff
changeset
|
1908 |
9227
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1909 2009-05-21 Jaroslav Hajek <highegg@gmail.com> |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1910 |
9967 | 1911 * CMatrix.cc |
9227
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1912 (ComplexMatrix::all, ComplexMatrix::any, ComplexMatrix::cumprod, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1913 ComplexMatrix::cumsum, ComplexMatrix::prod, ComplexMatrix::sum, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1914 ComplexMatrix::sumsq): Use explicit template qualifications |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1915 to workaround bugs in Intel C++ and MSVC++ compilers. |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1916 * CNDArray.cc |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1917 (ComplexNDArray::all, ComplexNDArray::any, ComplexNDArray::cumprod, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1918 ComplexNDArray::cumsum, ComplexNDArray::prod, ComplexNDArray::sum, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1919 ComplexNDArray::sumsq): Ditto. |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1920 * boolMatrix.cc |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1921 (boolMatrix::all, boolMatrix::any): Ditto. |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1922 * boolNDArray.cc |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1923 (boolNDArray::all, boolNDArray::any): Ditto. |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1924 * chMatrix.cc |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1925 (charMatrix::all, charMatrix::any): Ditto. |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1926 * chNDArray.cc |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1927 (charNDArray::all, charNDArray::any): Ditto. |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1928 * dMatrix.cc |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1929 (Matrix::all, Matrix::any, Matrix::cumprod, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1930 Matrix::cumsum, Matrix::prod, Matrix::sum, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1931 Matrix::sumsq): Ditto. |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1932 * dNDArray.cc |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1933 (NDArray::all, NDArray::any, NDArray::cumprod, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1934 NDArray::cumsum, NDArray::prod, NDArray::sum, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1935 NDArray::sumsq): Ditto. |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1936 * fCMatrix.cc |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1937 (FloatComplexMatrix::all, FloatComplexMatrix::any, FloatComplexMatrix::cumprod, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1938 FloatComplexMatrix::cumsum, FloatComplexMatrix::prod, FloatComplexMatrix::sum, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1939 FloatComplexMatrix::sumsq): Ditto. |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1940 * fCNDArray.cc |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1941 (FloatComplexNDArray::all, FloatComplexNDArray::any, FloatComplexNDArray::cumprod, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1942 FloatComplexNDArray::cumsum, FloatComplexNDArray::prod, FloatComplexNDArray::sum, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1943 FloatComplexNDArray::sumsq): Ditto. |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1944 * fMatrix.cc |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1945 (FloatMatrix::all, FloatMatrix::any, FloatMatrix::cumprod, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1946 FloatMatrix::cumsum, FloatMatrix::prod, FloatMatrix::sum, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1947 FloatMatrix::sumsq): Ditto. |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1948 * fNDArray.cc |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1949 (FloatNDArray::all, FloatNDArray::any, FloatNDArray::cumprod, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1950 FloatNDArray::cumsum, FloatNDArray::prod, FloatNDArray::sum, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1951 FloatNDArray::sumsq): Ditto. |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1952 * intNDArray.cc |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1953 (intNDArray<T>::all, intNDArray<T>::any, |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1954 intNDArray<T>::cumsum, intNDArray<T>::sum): Ditto. |
8145f2255276
use explicit template qualifs to please Intel C++ and MSVC++
Jaroslav Hajek <highegg@gmail.com>
parents:
9225
diff
changeset
|
1955 |
9225
3161ccb261ec
delete ArrayN-idx from Makefile.in
Jaroslav Hajek <highegg@gmail.com>
parents:
9222
diff
changeset
|
1956 2009-05-20 Jaroslav Hajek <highegg@gmail.com> |
3161ccb261ec
delete ArrayN-idx from Makefile.in
Jaroslav Hajek <highegg@gmail.com>
parents:
9222
diff
changeset
|
1957 |
3161ccb261ec
delete ArrayN-idx from Makefile.in
Jaroslav Hajek <highegg@gmail.com>
parents:
9222
diff
changeset
|
1958 * Makefile.in: Remove reference to ArrayN-idx.h. |
3161ccb261ec
delete ArrayN-idx from Makefile.in
Jaroslav Hajek <highegg@gmail.com>
parents:
9222
diff
changeset
|
1959 |
9222
7bd406e12e4d
instantiate Array<void *> in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9201
diff
changeset
|
1960 2009-05-20 Jaroslav Hajek <highegg@gmail.com> |
7bd406e12e4d
instantiate Array<void *> in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9201
diff
changeset
|
1961 |
7bd406e12e4d
instantiate Array<void *> in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9201
diff
changeset
|
1962 * Array-voidp.cc: New source. |
7bd406e12e4d
instantiate Array<void *> in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9201
diff
changeset
|
1963 * Array.cc (NO_INSTANTIATE_ARRAY_SORT): const T& -> T const & |
7bd406e12e4d
instantiate Array<void *> in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9201
diff
changeset
|
1964 * Makefile.in: Include it. |
7bd406e12e4d
instantiate Array<void *> in liboctave
Jaroslav Hajek <highegg@gmail.com>
parents:
9201
diff
changeset
|
1965 |
9201
472f0e22aa60
guard against implicit instantiation
Jaroslav Hajek <highegg@gmail.com>
parents:
9200
diff
changeset
|
1966 2009-05-15 Jaroslav Hajek <highegg@gmail.com> |
9967 | 1967 |
9201
472f0e22aa60
guard against implicit instantiation
Jaroslav Hajek <highegg@gmail.com>
parents:
9200
diff
changeset
|
1968 * Array.cc (Array<T>::instantiation_guard): New function |
472f0e22aa60
guard against implicit instantiation
Jaroslav Hajek <highegg@gmail.com>
parents:
9200
diff
changeset
|
1969 (INSTANTIATE_ARRAY): Always override it here. |
472f0e22aa60
guard against implicit instantiation
Jaroslav Hajek <highegg@gmail.com>
parents:
9200
diff
changeset
|
1970 * Array.h: Declare it. |
472f0e22aa60
guard against implicit instantiation
Jaroslav Hajek <highegg@gmail.com>
parents:
9200
diff
changeset
|
1971 |
9200
72620af9cbaf
remove obsolete ArrayN-idx.h
Jaroslav Hajek <highegg@gmail.com>
parents:
9192
diff
changeset
|
1972 2009-05-15 Jaroslav Hajek <highegg@gmail.com> |
72620af9cbaf
remove obsolete ArrayN-idx.h
Jaroslav Hajek <highegg@gmail.com>
parents:
9192
diff
changeset
|
1973 |
72620af9cbaf
remove obsolete ArrayN-idx.h
Jaroslav Hajek <highegg@gmail.com>
parents:
9192
diff
changeset
|
1974 * ArrayN-idx.h: Remove file. |
72620af9cbaf
remove obsolete ArrayN-idx.h
Jaroslav Hajek <highegg@gmail.com>
parents:
9192
diff
changeset
|
1975 * ArrayN.cc: Don't include it. |
72620af9cbaf
remove obsolete ArrayN-idx.h
Jaroslav Hajek <highegg@gmail.com>
parents:
9192
diff
changeset
|
1976 * MArrayN.cc: Dtto. |
72620af9cbaf
remove obsolete ArrayN-idx.h
Jaroslav Hajek <highegg@gmail.com>
parents:
9192
diff
changeset
|
1977 |
9192
864805896876
fix zero-dims assignment bug
Jaroslav Hajek <highegg@gmail.com>
parents:
9186
diff
changeset
|
1978 2009-05-09 Jaroslav Hajek <highegg@gmail.com> |
864805896876
fix zero-dims assignment bug
Jaroslav Hajek <highegg@gmail.com>
parents:
9186
diff
changeset
|
1979 |
864805896876
fix zero-dims assignment bug
Jaroslav Hajek <highegg@gmail.com>
parents:
9186
diff
changeset
|
1980 * Array-util.cc (zero_dims_inquire): Move j++ out of branch. |
864805896876
fix zero-dims assignment bug
Jaroslav Hajek <highegg@gmail.com>
parents:
9186
diff
changeset
|
1981 |
9186
49a0c58a7dcf
Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents:
9182
diff
changeset
|
1982 2009-05-07 Marco Atzeri <marco_atzeri@yahoo.it> |
49a0c58a7dcf
Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents:
9182
diff
changeset
|
1983 |
9967 | 1984 * Makefile.in: (SHLPRE): Rename from SHLLIBPRE. |
9186
49a0c58a7dcf
Added SHLPRE for SHLEXT instead of SHLLIBPRE
marco_atzeri@yahoo.it
parents:
9182
diff
changeset
|
1985 |
9182
23af5910e5f5
make load work for derived classses
Robert T. Short <octave@phaselockedsystems.com>
parents:
9179
diff
changeset
|
1986 2009-05-05 Robert T. Short <octave@phaselockedsystems.com> |
23af5910e5f5
make load work for derived classses
Robert T. Short <octave@phaselockedsystems.com>
parents:
9179
diff
changeset
|
1987 |
23af5910e5f5
make load work for derived classses
Robert T. Short <octave@phaselockedsystems.com>
parents:
9179
diff
changeset
|
1988 * file-ops.h (file_ops::tail) New function. |
23af5910e5f5
make load work for derived classses
Robert T. Short <octave@phaselockedsystems.com>
parents:
9179
diff
changeset
|
1989 |
9179
5be2e6696772
use access_double and assign_double on sparc only
Carsten Clark <tantumquantum+gnuoctave@gmail.com>
parents:
9177
diff
changeset
|
1990 2009-05-05 Carsten Clark <tantumquantum+gnuoctave@gmail.com> |
5be2e6696772
use access_double and assign_double on sparc only
Carsten Clark <tantumquantum+gnuoctave@gmail.com>
parents:
9177
diff
changeset
|
1991 |
5be2e6696772
use access_double and assign_double on sparc only
Carsten Clark <tantumquantum+gnuoctave@gmail.com>
parents:
9177
diff
changeset
|
1992 * Quad.cc (user_function): Use access_double and assign_double on |
5be2e6696772
use access_double and assign_double on sparc only
Carsten Clark <tantumquantum+gnuoctave@gmail.com>
parents:
9177
diff
changeset
|
1993 SPARC only, not on all Sun systems. |
5be2e6696772
use access_double and assign_double on sparc only
Carsten Clark <tantumquantum+gnuoctave@gmail.com>
parents:
9177
diff
changeset
|
1994 * sun-utils.h: Likewise, define these functions on SPARC only. |
5be2e6696772
use access_double and assign_double on sparc only
Carsten Clark <tantumquantum+gnuoctave@gmail.com>
parents:
9177
diff
changeset
|
1995 |
9177
39be2c4531c8
fix sparse indexing bug
Jaroslav Hajek <highegg@gmail.com>
parents:
9169
diff
changeset
|
1996 2009-05-05 Jaroslav Hajek <highegg@gmail.com> |
39be2c4531c8
fix sparse indexing bug
Jaroslav Hajek <highegg@gmail.com>
parents:
9169
diff
changeset
|
1997 |
39be2c4531c8
fix sparse indexing bug
Jaroslav Hajek <highegg@gmail.com>
parents:
9169
diff
changeset
|
1998 * Sparse.cc (assign1): Fix an old indexing bug. |
39be2c4531c8
fix sparse indexing bug
Jaroslav Hajek <highegg@gmail.com>
parents:
9169
diff
changeset
|
1999 |
9169
b1e82cc8a9f3
eliminate broken special case for copying floats on Sun systems
Carsten Clark <tantumquantum+gnuoctave@gmail.com>
parents:
9124
diff
changeset
|
2000 2009-05-04 Carsten Clark <tantumquantum+gnuoctave@gmail.com> |
b1e82cc8a9f3
eliminate broken special case for copying floats on Sun systems
Carsten Clark <tantumquantum+gnuoctave@gmail.com>
parents:
9124
diff
changeset
|
2001 |
b1e82cc8a9f3
eliminate broken special case for copying floats on Sun systems
Carsten Clark <tantumquantum+gnuoctave@gmail.com>
parents:
9124
diff
changeset
|
2002 * Quad.cc (float_user_function): Remove Sun/GCC special case. |
b1e82cc8a9f3
eliminate broken special case for copying floats on Sun systems
Carsten Clark <tantumquantum+gnuoctave@gmail.com>
parents:
9124
diff
changeset
|
2003 |
9124
47f19c11b558
fix checking valid range subscripts
Jaroslav Hajek <highegg@gmail.com>
parents:
9121
diff
changeset
|
2004 2009-04-16 Jaroslav Hajek <highegg@gmail.com> |
47f19c11b558
fix checking valid range subscripts
Jaroslav Hajek <highegg@gmail.com>
parents:
9121
diff
changeset
|
2005 |
47f19c11b558
fix checking valid range subscripts
Jaroslav Hajek <highegg@gmail.com>
parents:
9121
diff
changeset
|
2006 * idx-vector.cc (idx_vector::idx_range_rep::idx_range_rep (const |
47f19c11b558
fix checking valid range subscripts
Jaroslav Hajek <highegg@gmail.com>
parents:
9121
diff
changeset
|
2007 Range&)): Check for positive integer indices. Unify gripes. |
47f19c11b558
fix checking valid range subscripts
Jaroslav Hajek <highegg@gmail.com>
parents:
9121
diff
changeset
|
2008 |
9121
bb62bc406ea7
reuse fast blocked transpose implementation from rec_permute_helper in Array<T>::transpose
Jaroslav Hajek <highegg@gmail.com>
parents:
9100
diff
changeset
|
2009 2009-04-15 Jaroslav Hajek <highegg@gmail.com> |
bb62bc406ea7
reuse fast blocked transpose implementation from rec_permute_helper in Array<T>::transpose
Jaroslav Hajek <highegg@gmail.com>
parents:
9100
diff
changeset
|
2010 |
bb62bc406ea7
reuse fast blocked transpose implementation from rec_permute_helper in Array<T>::transpose
Jaroslav Hajek <highegg@gmail.com>
parents:
9100
diff
changeset
|
2011 * Array.cc (rec_permute_helper::blk_trans): Declare as static. |
bb62bc406ea7
reuse fast blocked transpose implementation from rec_permute_helper in Array<T>::transpose
Jaroslav Hajek <highegg@gmail.com>
parents:
9100
diff
changeset
|
2012 (Array<T>::transpose): Reuse it. |
bb62bc406ea7
reuse fast blocked transpose implementation from rec_permute_helper in Array<T>::transpose
Jaroslav Hajek <highegg@gmail.com>
parents:
9100
diff
changeset
|
2013 |
9100
1a8bbfb2f7cf
optimize simple stack operations on arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9058
diff
changeset
|
2014 2009-04-04 Jaroslav Hajek <highegg@gmail.com> |
1a8bbfb2f7cf
optimize simple stack operations on arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9058
diff
changeset
|
2015 |
1a8bbfb2f7cf
optimize simple stack operations on arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9058
diff
changeset
|
2016 * Array.cc (Array<T>::make_unique): Don't economize when unique. |
1a8bbfb2f7cf
optimize simple stack operations on arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9058
diff
changeset
|
2017 (Array<T>::resize_fill (octave_idx_type, const T&)): Optimize push & |
1a8bbfb2f7cf
optimize simple stack operations on arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9058
diff
changeset
|
2018 pop operations. |
1a8bbfb2f7cf
optimize simple stack operations on arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9058
diff
changeset
|
2019 (Array<T>::delete_elements (const idx_vector&)): Do pop operation |
1a8bbfb2f7cf
optimize simple stack operations on arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9058
diff
changeset
|
2020 using resize. |
1a8bbfb2f7cf
optimize simple stack operations on arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
9058
diff
changeset
|
2021 |
9058
2da105bf2507
remove redundant checks from Array<T>::index
Jaroslav Hajek <highegg@gmail.com>
parents:
9046
diff
changeset
|
2022 2009-03-29 Jaroslav Hajek <highegg@gmail.com> |
2da105bf2507
remove redundant checks from Array<T>::index
Jaroslav Hajek <highegg@gmail.com>
parents:
9046
diff
changeset
|
2023 |
2da105bf2507
remove redundant checks from Array<T>::index
Jaroslav Hajek <highegg@gmail.com>
parents:
9046
diff
changeset
|
2024 * Array.cc (Array<T>::assign): Remove redundant checks after invalid |
2da105bf2507
remove redundant checks from Array<T>::index
Jaroslav Hajek <highegg@gmail.com>
parents:
9046
diff
changeset
|
2025 resize. |
2da105bf2507
remove redundant checks from Array<T>::index
Jaroslav Hajek <highegg@gmail.com>
parents:
9046
diff
changeset
|
2026 |
9046
88bf56bbccca
make Array::find already return Matlab-compatible dimensions
Jaroslav Hajek <highegg@gmail.com>
parents:
9045
diff
changeset
|
2027 2009-03-26 Jaroslav Hajek <highegg@gmail.com> |
88bf56bbccca
make Array::find already return Matlab-compatible dimensions
Jaroslav Hajek <highegg@gmail.com>
parents:
9045
diff
changeset
|
2028 |
88bf56bbccca
make Array::find already return Matlab-compatible dimensions
Jaroslav Hajek <highegg@gmail.com>
parents:
9045
diff
changeset
|
2029 * Array.cc (Array<T>::find): Reshape result for Matlab compatibility. |
88bf56bbccca
make Array::find already return Matlab-compatible dimensions
Jaroslav Hajek <highegg@gmail.com>
parents:
9045
diff
changeset
|
2030 * Array.h (Array<T>): Add friend template declaration. |
88bf56bbccca
make Array::find already return Matlab-compatible dimensions
Jaroslav Hajek <highegg@gmail.com>
parents:
9045
diff
changeset
|
2031 |
9045
ac0a23e9f5c5
more compatible indexing by logical empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9027
diff
changeset
|
2032 2009-03-27 Jaroslav Hajek <highegg@gmail.com> |
ac0a23e9f5c5
more compatible indexing by logical empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9027
diff
changeset
|
2033 |
ac0a23e9f5c5
more compatible indexing by logical empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9027
diff
changeset
|
2034 * idx-vector.cc (idx_vector::idx_vector_rep::idx_vector_rep (const |
ac0a23e9f5c5
more compatible indexing by logical empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9027
diff
changeset
|
2035 Array<bool>&): Use more M*b-compatible behaviour. |
ac0a23e9f5c5
more compatible indexing by logical empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9027
diff
changeset
|
2036 |
9027
9a46ba093db4
generalize dim_vector::numel
Jaroslav Hajek <highegg@gmail.com>
parents:
9026
diff
changeset
|
2037 2009-03-26 Jaroslav Hajek <highegg@gmail.com> |
9a46ba093db4
generalize dim_vector::numel
Jaroslav Hajek <highegg@gmail.com>
parents:
9026
diff
changeset
|
2038 |
9a46ba093db4
generalize dim_vector::numel
Jaroslav Hajek <highegg@gmail.com>
parents:
9026
diff
changeset
|
2039 * dim-vector.h (dim_vector::numel): Add optional argument, simplify. |
9a46ba093db4
generalize dim_vector::numel
Jaroslav Hajek <highegg@gmail.com>
parents:
9026
diff
changeset
|
2040 |
9026
6890d411a0b8
adjust some array dim query methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9025
diff
changeset
|
2041 2009-03-26 Jaroslav Hajek <highegg@gmail.com> |
6890d411a0b8
adjust some array dim query methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9025
diff
changeset
|
2042 |
6890d411a0b8
adjust some array dim query methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9025
diff
changeset
|
2043 * Array.h (Array<T>::dims): Return a const reference. |
6890d411a0b8
adjust some array dim query methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9025
diff
changeset
|
2044 (Array<T>::is_vector): New method. |
6890d411a0b8
adjust some array dim query methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9025
diff
changeset
|
2045 |
9025 | 2046 2009-03-26 Jaroslav Hajek <highegg@gmail.com> |
2047 | |
2048 * Array.cc (Array<T>::find): New method. | |
2049 * Array.h: Declare it. | |
2050 | |
9018
9057df9bb8a1
liboctave/Makefile.in (MATRIX_INC): add missing files to the list
John W. Eaton <jwe@octave.org>
parents:
9013
diff
changeset
|
2051 2009-03-25 John W. Eaton <jwe@octave.org> |
9057df9bb8a1
liboctave/Makefile.in (MATRIX_INC): add missing files to the list
John W. Eaton <jwe@octave.org>
parents:
9013
diff
changeset
|
2052 |
9020
728e7943752d
EIG.cc: avoid volatile decl for tmp variable
John W. Eaton <jwe@octave.org>
parents:
9018
diff
changeset
|
2053 * EIG.cc (EIG::init (const Matrix&, bool), |
728e7943752d
EIG.cc: avoid volatile decl for tmp variable
John W. Eaton <jwe@octave.org>
parents:
9018
diff
changeset
|
2054 EIG::init (const Matrix&, const Matrix&, bool)): |
9021 | 2055 Avoid volatile declaration for tmp variable. |
9020
728e7943752d
EIG.cc: avoid volatile decl for tmp variable
John W. Eaton <jwe@octave.org>
parents:
9018
diff
changeset
|
2056 |
9018
9057df9bb8a1
liboctave/Makefile.in (MATRIX_INC): add missing files to the list
John W. Eaton <jwe@octave.org>
parents:
9013
diff
changeset
|
2057 * Makefile.in (MATRIX_INC): Add Sparse-diag-op-defs.h and |
9057df9bb8a1
liboctave/Makefile.in (MATRIX_INC): add missing files to the list
John W. Eaton <jwe@octave.org>
parents:
9013
diff
changeset
|
2058 Sparse-perm-op-defs.h to the list. |
9057df9bb8a1
liboctave/Makefile.in (MATRIX_INC): add missing files to the list
John W. Eaton <jwe@octave.org>
parents:
9013
diff
changeset
|
2059 |
9013
3b1908b58662
fixes in mixed int64-double multiply emulation
Jaroslav Hajek <highegg@gmail.com>
parents:
9012
diff
changeset
|
2060 2009-03-25 Jaroslav Hajek <highegg@gmail.com> |
9967 | 2061 |
9013
3b1908b58662
fixes in mixed int64-double multiply emulation
Jaroslav Hajek <highegg@gmail.com>
parents:
9012
diff
changeset
|
2062 * oct-inttypes.cc (INT_DOUBLE_BINOP_DECL (*, uint64), |
3b1908b58662
fixes in mixed int64-double multiply emulation
Jaroslav Hajek <highegg@gmail.com>
parents:
9012
diff
changeset
|
2063 INT_DOUBLE_BINOP_DECL (*, int64)): x -> y where appropriate. |
3b1908b58662
fixes in mixed int64-double multiply emulation
Jaroslav Hajek <highegg@gmail.com>
parents:
9012
diff
changeset
|
2064 |
9012
9f5e095555fc
smarter algorithm for permute
Jaroslav Hajek <highegg@gmail.com>
parents:
9007
diff
changeset
|
2065 2009-03-25 Jaroslav Hajek <highegg@gmail.com> |
9f5e095555fc
smarter algorithm for permute
Jaroslav Hajek <highegg@gmail.com>
parents:
9007
diff
changeset
|
2066 |
9f5e095555fc
smarter algorithm for permute
Jaroslav Hajek <highegg@gmail.com>
parents:
9007
diff
changeset
|
2067 * Array.cc (rec_permute_helper::use_blk): New field. |
9f5e095555fc
smarter algorithm for permute
Jaroslav Hajek <highegg@gmail.com>
parents:
9007
diff
changeset
|
2068 (rec_permute_helper::blk_trans): New method. |
9f5e095555fc
smarter algorithm for permute
Jaroslav Hajek <highegg@gmail.com>
parents:
9007
diff
changeset
|
2069 (rec_permute_helper::rec_permute_helper): Use smart reductions, |
9f5e095555fc
smarter algorithm for permute
Jaroslav Hajek <highegg@gmail.com>
parents:
9007
diff
changeset
|
2070 detect possibility of using blocked transpose. |
9f5e095555fc
smarter algorithm for permute
Jaroslav Hajek <highegg@gmail.com>
parents:
9007
diff
changeset
|
2071 (rec_permute_helper::do_permute): Use blocked transpose if possible. |
9f5e095555fc
smarter algorithm for permute
Jaroslav Hajek <highegg@gmail.com>
parents:
9007
diff
changeset
|
2072 |
9007
7e31df9a0334
simplify double->int conversion in indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9003
diff
changeset
|
2073 2009-03-23 Jaroslav Hajek <highegg@gmail.com> |
7e31df9a0334
simplify double->int conversion in indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9003
diff
changeset
|
2074 |
7e31df9a0334
simplify double->int conversion in indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9003
diff
changeset
|
2075 * idx-vector.cc (convert_index(double,...)): Simplify. |
7e31df9a0334
simplify double->int conversion in indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
9003
diff
changeset
|
2076 |
9003
0631d397fbe0
replace lo_ieee_isnan by xisnan, add missing includes
Jaroslav Hajek <highegg@gmail.com>
parents:
8999
diff
changeset
|
2077 2009-03-21 Jaroslav Hajek <highegg@gmail.com> |
0631d397fbe0
replace lo_ieee_isnan by xisnan, add missing includes
Jaroslav Hajek <highegg@gmail.com>
parents:
8999
diff
changeset
|
2078 |
0631d397fbe0
replace lo_ieee_isnan by xisnan, add missing includes
Jaroslav Hajek <highegg@gmail.com>
parents:
8999
diff
changeset
|
2079 * Array-d.cc: lo_ieee_isnan -> xisnan. |
0631d397fbe0
replace lo_ieee_isnan by xisnan, add missing includes
Jaroslav Hajek <highegg@gmail.com>
parents:
8999
diff
changeset
|
2080 * Array-f.cc: Ditto. |
0631d397fbe0
replace lo_ieee_isnan by xisnan, add missing includes
Jaroslav Hajek <highegg@gmail.com>
parents:
8999
diff
changeset
|
2081 * oct-inttypes.cc: Ditto. |
0631d397fbe0
replace lo_ieee_isnan by xisnan, add missing includes
Jaroslav Hajek <highegg@gmail.com>
parents:
8999
diff
changeset
|
2082 * oct-inttypes.h: Ditto. |
0631d397fbe0
replace lo_ieee_isnan by xisnan, add missing includes
Jaroslav Hajek <highegg@gmail.com>
parents:
8999
diff
changeset
|
2083 * CDiagMatrix.cc: Add missing include. |
0631d397fbe0
replace lo_ieee_isnan by xisnan, add missing includes
Jaroslav Hajek <highegg@gmail.com>
parents:
8999
diff
changeset
|
2084 * fCDiagMatrix.cc: Ditto. |
0631d397fbe0
replace lo_ieee_isnan by xisnan, add missing includes
Jaroslav Hajek <highegg@gmail.com>
parents:
8999
diff
changeset
|
2085 |
8999
dc07bc4157b8
allow empty matrices in stream input operators
Jaroslav Hajek <highegg@gmail.com>
parents:
8998
diff
changeset
|
2086 2009-03-20 Jaroslav Hajek <highegg@gmail.com> |
9967 | 2087 |
8999
dc07bc4157b8
allow empty matrices in stream input operators
Jaroslav Hajek <highegg@gmail.com>
parents:
8998
diff
changeset
|
2088 * CColVector.cc, CMatrix.cc, CNDArray.cc, CRowVector.cc, CSparse.cc, |
dc07bc4157b8
allow empty matrices in stream input operators
Jaroslav Hajek <highegg@gmail.com>
parents:
8998
diff
changeset
|
2089 boolSparse.cc, dColVector.cc, dMatrix.cc, dNDArray.cc, dRowVector.cc, |
dc07bc4157b8
allow empty matrices in stream input operators
Jaroslav Hajek <highegg@gmail.com>
parents:
8998
diff
changeset
|
2090 dSparse.cc, fCColVector.cc, fCMatrix.cc, fCNDArray.cc, fCRowVector.cc, |
dc07bc4157b8
allow empty matrices in stream input operators
Jaroslav Hajek <highegg@gmail.com>
parents:
8998
diff
changeset
|
2091 fColVector.cc, fMatrix.cc, fNDArray.cc, fRowVector.cc, intNDArray.cc: |
dc07bc4157b8
allow empty matrices in stream input operators
Jaroslav Hajek <highegg@gmail.com>
parents:
8998
diff
changeset
|
2092 Allow empty arrays in stream input operators. |
dc07bc4157b8
allow empty matrices in stream input operators
Jaroslav Hajek <highegg@gmail.com>
parents:
8998
diff
changeset
|
2093 |
8998
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2094 2009-03-20 Jaroslav Hajek <highegg@gmail.com> |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2095 |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2096 * Array.h (Array<T>::fastmap): New method. |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2097 * dNDArray.cc (NDArray::isnan, NDArray::isinf, NDArray::isfinite): |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2098 New methods. |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2099 * dNDArray.h: Declare them. |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2100 * fNDArray.cc (FloatNDArray::isnan, FloatNDArray::isinf, |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2101 FloatNDArray::isfinite): New methods. |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2102 * fNDArray.h: Declare them. |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2103 * CNDArray.cc (ComplexNDArray::isnan, ComplexNDArray::isinf, |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2104 ComplexNDArray::isfinite): New methods. |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2105 * CNDArray.h: Declare them. |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2106 * fCNDArray.cc (FloatComplexNDArray::isnan, FloatComplexNDArray::isinf, |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2107 FloatComplexNDArray::isfinite): New methods. |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2108 * fCNDArray.h: Declare them. |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2109 * lo-mappers.h (xisnan, xisinf, xfinite): If possible, use definitions |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2110 from <cmath>. |
a48fba01e4ac
optimize isnan/isinf/isfinite mappers
Jaroslav Hajek <highegg@gmail.com>
parents:
8995
diff
changeset
|
2111 |
9501 | 2112 2009-03-18 Jaroslav Hajek <highegg@gmail.com> |
8995
1b097d86a61a
remove a TODO in oct-norm.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8987
diff
changeset
|
2113 |
1b097d86a61a
remove a TODO in oct-norm.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8987
diff
changeset
|
2114 * oct-norm.cc (get_eps): Remove that hack. |
1b097d86a61a
remove a TODO in oct-norm.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8987
diff
changeset
|
2115 (higham): Use std::numeric_limits instead. |
1b097d86a61a
remove a TODO in oct-norm.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8987
diff
changeset
|
2116 Include OCTAVE_QUIT. |
1b097d86a61a
remove a TODO in oct-norm.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8987
diff
changeset
|
2117 |
8987
542015fada9e
Eliminate the workspace in sparse transpose.
Jason Riedy <jason@acm.org>
parents:
8983
diff
changeset
|
2118 2009-03-16 Jason Riedy <jason@acm.org> |
542015fada9e
Eliminate the workspace in sparse transpose.
Jason Riedy <jason@acm.org>
parents:
8983
diff
changeset
|
2119 |
542015fada9e
Eliminate the workspace in sparse transpose.
Jason Riedy <jason@acm.org>
parents:
8983
diff
changeset
|
2120 * Sparse.cc (transpose): Eliminate the workspace by computing in |
542015fada9e
Eliminate the workspace in sparse transpose.
Jason Riedy <jason@acm.org>
parents:
8983
diff
changeset
|
2121 retval.xcidx. |
542015fada9e
Eliminate the workspace in sparse transpose.
Jason Riedy <jason@acm.org>
parents:
8983
diff
changeset
|
2122 * CSparse.cc (hermitian): Eliminate the workspace by computing in |
542015fada9e
Eliminate the workspace in sparse transpose.
Jason Riedy <jason@acm.org>
parents:
8983
diff
changeset
|
2123 retval.xcidx. |
542015fada9e
Eliminate the workspace in sparse transpose.
Jason Riedy <jason@acm.org>
parents:
8983
diff
changeset
|
2124 |
8982
dc6bda6f9994
implement compound logical ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8981
diff
changeset
|
2125 2009-03-14 Jaroslav Hajek <highegg@gmail.com> |
dc6bda6f9994
implement compound logical ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8981
diff
changeset
|
2126 |
8983
e781ab1aee39
optimize comparison ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8982
diff
changeset
|
2127 * mx-op-decl.h (NDS_BOOL_OP_DECLS, SND_BOOL_OP_DECLS, NDND_BOOL_OP_DECLS): Support compound binary ops. |
e781ab1aee39
optimize comparison ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8982
diff
changeset
|
2128 * mx-op-defs.h (NDS_BOOL_OPS, SND_BOOL_OPS, NDND_BOOL_OPS): Ditto. Optimize. |
e781ab1aee39
optimize comparison ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8982
diff
changeset
|
2129 * mx-op-defs.h (NDS_CMP_OP, SND_CMP_OP, NDND_CMP_OP): Optimize. |
8982
dc6bda6f9994
implement compound logical ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8981
diff
changeset
|
2130 |
8981
ed5055b0a476
fix & simplify ndarray->matrix conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8972
diff
changeset
|
2131 2009-03-14 Jaroslav Hajek <highegg@gmail.com> |
ed5055b0a476
fix & simplify ndarray->matrix conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8972
diff
changeset
|
2132 |
ed5055b0a476
fix & simplify ndarray->matrix conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8972
diff
changeset
|
2133 * fNDArray.h (FloatMatrix::matrix_value): Fix return type. |
ed5055b0a476
fix & simplify ndarray->matrix conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8972
diff
changeset
|
2134 * dNDArray.cc (Matrix::matrix_value): Simplify. |
ed5055b0a476
fix & simplify ndarray->matrix conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8972
diff
changeset
|
2135 * fNDArray.cc (FloatMatrix::matrix_value): Simplify. |
ed5055b0a476
fix & simplify ndarray->matrix conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8972
diff
changeset
|
2136 * CNDArray.cc (ComplexMatrix::matrix_value): Simplify. |
ed5055b0a476
fix & simplify ndarray->matrix conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8972
diff
changeset
|
2137 * fCNDArray.cc (FloatComplexMatrix::matrix_value): Simplify. |
ed5055b0a476
fix & simplify ndarray->matrix conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8972
diff
changeset
|
2138 |
8971 | 2139 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
2140 | |
2141 * Range.h (Range::Range (double, double, octave_idx_type)): Remove | |
2142 constructor body. | |
2143 * Range.cc: Move it here. Check for invalid range op results. | |
2144 (all operators): Validate cache for invalid range op results. | |
8972
5fa53d1b6247
more indexing optimizations
Jaroslav Hajek <highegg@gmail.com>
parents:
8971
diff
changeset
|
2145 * idx-vector.h (idx_vector::index): Optimize zero-step range case. |
5fa53d1b6247
more indexing optimizations
Jaroslav Hajek <highegg@gmail.com>
parents:
8971
diff
changeset
|
2146 * idx-vector.cc (idx_vector::maybe_reduce): Always reduce colon in |
5fa53d1b6247
more indexing optimizations
Jaroslav Hajek <highegg@gmail.com>
parents:
8971
diff
changeset
|
2147 singleton dimension. |
8971 | 2148 |
8969
3ecbc236e2e0
Have sparse LU return permutation matrices rather than sparse matrices.
Jason Riedy <jason@acm.org>
parents:
8968
diff
changeset
|
2149 2009-03-10 Jason Riedy <jason@acm.org> |
3ecbc236e2e0
Have sparse LU return permutation matrices rather than sparse matrices.
Jason Riedy <jason@acm.org>
parents:
8968
diff
changeset
|
2150 |
3ecbc236e2e0
Have sparse LU return permutation matrices rather than sparse matrices.
Jason Riedy <jason@acm.org>
parents:
8968
diff
changeset
|
2151 * sparse-base-lu.cc (Pr_mat): New member function. Return the row |
3ecbc236e2e0
Have sparse LU return permutation matrices rather than sparse matrices.
Jason Riedy <jason@acm.org>
parents:
8968
diff
changeset
|
2152 permutation as a PermMatrix. |
3ecbc236e2e0
Have sparse LU return permutation matrices rather than sparse matrices.
Jason Riedy <jason@acm.org>
parents:
8968
diff
changeset
|
2153 (Pc_mat): New member function. Return the col permutation as a |
3ecbc236e2e0
Have sparse LU return permutation matrices rather than sparse matrices.
Jason Riedy <jason@acm.org>
parents:
8968
diff
changeset
|
2154 PermMatrix. |
3ecbc236e2e0
Have sparse LU return permutation matrices rather than sparse matrices.
Jason Riedy <jason@acm.org>
parents:
8968
diff
changeset
|
2155 |
3ecbc236e2e0
Have sparse LU return permutation matrices rather than sparse matrices.
Jason Riedy <jason@acm.org>
parents:
8968
diff
changeset
|
2156 * sparse-base-lu.h (sparse_base_lu): Declare Pc_mat and Pr_mat |
3ecbc236e2e0
Have sparse LU return permutation matrices rather than sparse matrices.
Jason Riedy <jason@acm.org>
parents:
8968
diff
changeset
|
2157 member functions. |
3ecbc236e2e0
Have sparse LU return permutation matrices rather than sparse matrices.
Jason Riedy <jason@acm.org>
parents:
8968
diff
changeset
|
2158 |
8966
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2159 2009-03-09 Jason Riedy <jason@acm.org> |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2160 |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2161 * Sparse-diag-op-defs.h (octave_impl::inner_do_add_sm_dm): New |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2162 template function. Implementation for adding sparse and diagonal |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2163 matrices. Takes two functional arguments, opa and opd, to |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2164 generate both subtraction variants. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2165 (octave_impl::do_commutative_add_dm_sm): New template function. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2166 Ensure A+D and D+A use the same generated code. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2167 (octave_impl::do_add_dm_sm): New template function. Check |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2168 arguments for diag + sparse and call inner routine. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2169 (octave_impl::do_sub_dm_sm): New template function. Check |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2170 arguments for diag - sparse and call inner routine. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2171 (octave_impl::do_add_sm_dm): New template function. Check |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2172 arguments for sparse + diag and call inner routine. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2173 (octave_impl::do_sub_sm_dm): New template function. Check |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2174 arguments for sparse - diag and call inner routine. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2175 |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2176 * dSparse.h (operator +): Declare overrides for real diag + |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2177 sparse. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2178 (operator -): Declare overrides for real diag - sparse, sparse - |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2179 diag. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2180 |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2181 * dSparse.cc (operator +): Define overrides for real diag + |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2182 sparse. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2183 (operator -): Define overrides for real diag - sparse, sparse - |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2184 diag. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2185 |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2186 * CSparse.h (operator +): Declare overrides for complex and real |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2187 combinations of diag + sparse. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2188 (operator -): Declare overrides for complex and real combinations |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2189 of diag - sparse, sparse - diag. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2190 |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2191 * CSparse.cc (operator +): Define overrides for complex and real |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2192 combinations of diag + sparse. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2193 (operator -): Define overrides for complex and real combinations |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2194 of diag - sparse, sparse - diag. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
2195 |
8964
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8963
diff
changeset
|
2196 2009-03-08 Jason Riedy <jason@acm.org> |
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8963
diff
changeset
|
2197 |
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8963
diff
changeset
|
2198 * Sparse-diag-op-defs.h (octave_impl::do_mul_dm_sm) |
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8963
diff
changeset
|
2199 (octave_impl::do_mul_sm_dm): New template |
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8963
diff
changeset
|
2200 functions. Implementations for sparse * diag and diag * sparse. |
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8963
diff
changeset
|
2201 |
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8963
diff
changeset
|
2202 * CSparse.h (operator *, trans_mul, herm_mul): Add overloads for |
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8963
diff
changeset
|
2203 DiagMatrix and ComplexDiagMatrix. |
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8963
diff
changeset
|
2204 * CSparse.cc (operator *, trans_mul, herm_mul): Implement |
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8963
diff
changeset
|
2205 operations by calling approprate functions in |
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8963
diff
changeset
|
2206 Sparse-diag-op-defs.h. |
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8963
diff
changeset
|
2207 * dSparse.h (operator *, trans_mul): Add overloads for DiagMatrix. |
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8963
diff
changeset
|
2208 * dSparse.cc (operator *, trans_mul): Implement operations by |
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8963
diff
changeset
|
2209 calling approprate functions in Sparse-diag-op-defs.h. |
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8963
diff
changeset
|
2210 |
8963
d1eab3ddb02d
oct-inttypes.h (bitshift): apply mask even if not shifting
John W. Eaton <jwe@octave.org>
parents:
8959
diff
changeset
|
2211 2009-03-12 John W. Eaton <jwe@octave.org> |
d1eab3ddb02d
oct-inttypes.h (bitshift): apply mask even if not shifting
John W. Eaton <jwe@octave.org>
parents:
8959
diff
changeset
|
2212 |
d1eab3ddb02d
oct-inttypes.h (bitshift): apply mask even if not shifting
John W. Eaton <jwe@octave.org>
parents:
8959
diff
changeset
|
2213 * oct-inttypes.h (bitshift): Apply mask even if not shifting. |
d1eab3ddb02d
oct-inttypes.h (bitshift): apply mask even if not shifting
John W. Eaton <jwe@octave.org>
parents:
8959
diff
changeset
|
2214 From Seb Astien <se6astien2@googlemail.com>. |
d1eab3ddb02d
oct-inttypes.h (bitshift): apply mask even if not shifting
John W. Eaton <jwe@octave.org>
parents:
8959
diff
changeset
|
2215 |
8958
6ccc12cc65ef
implement raising a permutation matrix to integer power
Jaroslav Hajek <highegg@gmail.com>
parents:
8956
diff
changeset
|
2216 2009-03-11 Jaroslav Hajek <highegg@gmail.com> |
6ccc12cc65ef
implement raising a permutation matrix to integer power
Jaroslav Hajek <highegg@gmail.com>
parents:
8956
diff
changeset
|
2217 |
6ccc12cc65ef
implement raising a permutation matrix to integer power
Jaroslav Hajek <highegg@gmail.com>
parents:
8956
diff
changeset
|
2218 * PermMatrix.cc (PermMatrix::power): New method. |
6ccc12cc65ef
implement raising a permutation matrix to integer power
Jaroslav Hajek <highegg@gmail.com>
parents:
8956
diff
changeset
|
2219 * PermMatrix.h: Declare it. |
6ccc12cc65ef
implement raising a permutation matrix to integer power
Jaroslav Hajek <highegg@gmail.com>
parents:
8956
diff
changeset
|
2220 |
8956
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2221 2009-03-11 Jaroslav Hajek <highegg@gmail.com> |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2222 |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2223 * dNDArray.cc (NDArray::NDArray (const charNDArray&)): New |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2224 constructor. |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2225 * fNDArray.cc (FloatNDArray::FloatNDArray (const charNDArray&)): |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2226 Ditto. |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2227 * CNDArray.cc (ComplexNDArray::ComplexNDArray (const charNDArray&)): |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2228 Ditto. |
9967 | 2229 * fCNDArray.cc (FloatComplexNDArray::FloatComplexNDArray |
8956
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2230 (const charNDArray&)): Ditto. |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2231 |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2232 * dNDArray.h (NDArray::NDArray (const charNDArray&)): Declare. |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2233 * fNDArray.h (FloatNDArray::FloatNDArray (const charNDArray&)): |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2234 Ditto. |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2235 * CNDArray.h (ComplexNDArray::ComplexNDArray (const charNDArray&)): |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2236 Ditto. |
9967 | 2237 * fCNDArray.h (FloatComplexNDArray::FloatComplexNDArray |
8956
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2238 (const charNDArray&)): Ditto. |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2239 |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2240 * dMatrix.cc (Matrix::Matrix (const charMatrix&)): Cast to unsigned |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2241 chars. |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2242 * fMatrix.cc (FloatMatrix::FloatMatrix (const charMatrix&)): Likewise. |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2243 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const charMatrix&)): |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2244 Likewise. |
9967 | 2245 * fCMatrix.cc (FloatComplexMatrix::FloatComplexMatrix |
8956
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2246 (const charMatrix&)): Likewise. |
d91fa4b20bbb
ensure nonnegative char -> real conversion
Jaroslav Hajek <highegg@gmail.com>
parents:
8954
diff
changeset
|
2247 |
8954
97c84c4c2247
Make the column permutation vector in sparse LU cols()-long.
Jason Riedy <jason@acm.org>
parents:
8951
diff
changeset
|
2248 2009-03-10 Jason Riedy <jason@acm.org> |
97c84c4c2247
Make the column permutation vector in sparse LU cols()-long.
Jason Riedy <jason@acm.org>
parents:
8951
diff
changeset
|
2249 |
8968
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2250 * Sparse-perm-op-defs.h (octinternal_do_mul_colpm_sm): New |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2251 template function. Logic for the column permutation * sparse |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2252 matrix operator. |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2253 (octinternal_do_mul_pm_sm): New template function. Logic for the |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2254 permutation matrix * sparse matrix operator. Note that there is |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2255 no special row perm * sparse routine; the permutation is inverted |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2256 and the col perm routine is called. |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2257 (octinternal_do_mul_sm_rowpm): New template function. Logic for |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2258 the sparse matrix * row permutation operator. |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2259 (octinternal_do_mul_sm_colpm): New template function. Logic for |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2260 the sparse matrix * column permutation operator. |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2261 (octinternal_do_mul_sm_pm): New template function. Logic for the |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2262 sparse matrix * permutation matrix operator. |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2263 |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2264 * dSparse.h (operator *): Declare sparse * permutation and |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2265 permutation * sparse. |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2266 * dSparse.cc (operator *): Define sparse * permutation and |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2267 permutation * sparse. |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2268 |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2269 * CSparse.h (operator *): Declare sparse * permutation and |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2270 permutation * sparse. |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2271 * CSparse.cc (operator *): Define sparse * permutation and |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2272 permutation * sparse. |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2273 |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2274 2009-03-10 Jason Riedy <jason@acm.org> |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
2275 |
8954
97c84c4c2247
Make the column permutation vector in sparse LU cols()-long.
Jason Riedy <jason@acm.org>
parents:
8951
diff
changeset
|
2276 * sparse-base-lu.cc (Pc_vec): The column permutation should be |
97c84c4c2247
Make the column permutation vector in sparse LU cols()-long.
Jason Riedy <jason@acm.org>
parents:
8951
diff
changeset
|
2277 Ufact.cols ()-long, not Lfact.rows ()-long. |
97c84c4c2247
Make the column permutation vector in sparse LU cols()-long.
Jason Riedy <jason@acm.org>
parents:
8951
diff
changeset
|
2278 |
8951
5bce1357edd6
Fix conversion from PermMatrix to SparseMatrix.
Jason Riedy <jason@acm.org>
parents:
8950
diff
changeset
|
2279 2009-03-10 Jason Riedy <jason@acm.org> |
5bce1357edd6
Fix conversion from PermMatrix to SparseMatrix.
Jason Riedy <jason@acm.org>
parents:
8950
diff
changeset
|
2280 |
5bce1357edd6
Fix conversion from PermMatrix to SparseMatrix.
Jason Riedy <jason@acm.org>
parents:
8950
diff
changeset
|
2281 * dSparse.cc (SparseMatrix::SparseMatrix (const PermMatrix&)): |
5bce1357edd6
Fix conversion from PermMatrix to SparseMatrix.
Jason Riedy <jason@acm.org>
parents:
8950
diff
changeset
|
2282 Fix conversion to add values to the matrix as well as getting |
5bce1357edd6
Fix conversion from PermMatrix to SparseMatrix.
Jason Riedy <jason@acm.org>
parents:
8950
diff
changeset
|
2283 structure correct. |
5bce1357edd6
Fix conversion from PermMatrix to SparseMatrix.
Jason Riedy <jason@acm.org>
parents:
8950
diff
changeset
|
2284 |
8950
d865363208d6
include <iosfwd> instead of <iostream> in header files
John W. Eaton <jwe@octave.org>
parents:
8949
diff
changeset
|
2285 2009-03-10 John W. Eaton <jwe@octave.org> |
d865363208d6
include <iosfwd> instead of <iostream> in header files
John W. Eaton <jwe@octave.org>
parents:
8949
diff
changeset
|
2286 |
d865363208d6
include <iosfwd> instead of <iostream> in header files
John W. Eaton <jwe@octave.org>
parents:
8949
diff
changeset
|
2287 * Array.h, ArrayN.h, Bounds.h, CmplxAEPBAL.h, CmplxCHOL.h, |
d865363208d6
include <iosfwd> instead of <iostream> in header files
John W. Eaton <jwe@octave.org>
parents:
8949
diff
changeset
|
2288 CmplxGEPBAL.h, CmplxHESS.h, CmplxQR.h, CmplxQRP.h, CmplxSCHUR.h, |
d865363208d6
include <iosfwd> instead of <iostream> in header files
John W. Eaton <jwe@octave.org>
parents:
8949
diff
changeset
|
2289 CmplxSVD.h, CollocWt.h, EIG.h, FEGrid.h, LinConst.h, Range.h, |
d865363208d6
include <iosfwd> instead of <iostream> in header files
John W. Eaton <jwe@octave.org>
parents:
8949
diff
changeset
|
2290 Sparse.h, SparseCmplxQR.h, SparseQR.h, dbleAEPBAL.h, dbleCHOL.h, |
d865363208d6
include <iosfwd> instead of <iostream> in header files
John W. Eaton <jwe@octave.org>
parents:
8949
diff
changeset
|
2291 dbleGEPBAL.h, dbleHESS.h, dbleQR.h, dbleQRP.h, dbleSCHUR.h, |
d865363208d6
include <iosfwd> instead of <iostream> in header files
John W. Eaton <jwe@octave.org>
parents:
8949
diff
changeset
|
2292 dbleSVD.h, dim-vector.h, fCmplxAEPBAL.h, fCmplxCHOL.h, |
d865363208d6
include <iosfwd> instead of <iostream> in header files
John W. Eaton <jwe@octave.org>
parents:
8949
diff
changeset
|
2293 fCmplxGEPBAL.h, fCmplxHESS.h, fCmplxQR.h, fCmplxQRP.h, |
d865363208d6
include <iosfwd> instead of <iostream> in header files
John W. Eaton <jwe@octave.org>
parents:
8949
diff
changeset
|
2294 fCmplxSCHUR.h, fCmplxSVD.h, fEIG.h, floatAEPBAL.h, floatCHOL.h, |
d865363208d6
include <iosfwd> instead of <iostream> in header files
John W. Eaton <jwe@octave.org>
parents:
8949
diff
changeset
|
2295 floatGEPBAL.h, floatHESS.h, floatQR.h, floatQRP.h, floatSCHUR.h, |
d865363208d6
include <iosfwd> instead of <iostream> in header files
John W. Eaton <jwe@octave.org>
parents:
8949
diff
changeset
|
2296 floatSVD.h, idx-vector.h, lo-utils.h, oct-inttypes.h, |
d865363208d6
include <iosfwd> instead of <iostream> in header files
John W. Eaton <jwe@octave.org>
parents:
8949
diff
changeset
|
2297 oct-spparms.h, str-vec.h: Include <iosfwd> instead of <iosstream>. |
d865363208d6
include <iosfwd> instead of <iostream> in header files
John W. Eaton <jwe@octave.org>
parents:
8949
diff
changeset
|
2298 |
8949
e31d47f2c9bb
fixes to row-reducing cummin/cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
8934
diff
changeset
|
2299 2009-03-10 Jaroslav Hajek <highegg@gmail.com> |
e31d47f2c9bb
fixes to row-reducing cummin/cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
8934
diff
changeset
|
2300 |
e31d47f2c9bb
fixes to row-reducing cummin/cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
8934
diff
changeset
|
2301 * mx-inlines.cc (OP_CUMMINMAX_FCN2): r -> r0 where appropriate. |
e31d47f2c9bb
fixes to row-reducing cummin/cummax
Jaroslav Hajek <highegg@gmail.com>
parents:
8934
diff
changeset
|
2302 |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8918
diff
changeset
|
2303 2009-03-08 Jaroslav Hajek <highegg@gmail.com> |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8918
diff
changeset
|
2304 |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8918
diff
changeset
|
2305 * idx-vector.h (idx_vector::bloop): loop --> bloop. |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8918
diff
changeset
|
2306 (idx_vector::loop): New method. |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8918
diff
changeset
|
2307 * MArray.cc (MArray<T>::idx_add (cons idx_vector&, T)) |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8918
diff
changeset
|
2308 (MArray<T>::idx_add (cons idx_vector&, const MArray<T>&)): New methods. |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8918
diff
changeset
|
2309 * MArray.h: Declare them. |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8918
diff
changeset
|
2310 |
8918
f5408862892f
Consistently use element_type in the array classes.
Jason Riedy <jason@acm.org>
parents:
8910
diff
changeset
|
2311 2009-03-05 Jason Riedy <jason@acm.org> |
f5408862892f
Consistently use element_type in the array classes.
Jason Riedy <jason@acm.org>
parents:
8910
diff
changeset
|
2312 |
f5408862892f
Consistently use element_type in the array classes.
Jason Riedy <jason@acm.org>
parents:
8910
diff
changeset
|
2313 * Sparse.h (Sparse<T>::elt_type): Remove typedef, replace with: |
f5408862892f
Consistently use element_type in the array classes.
Jason Riedy <jason@acm.org>
parents:
8910
diff
changeset
|
2314 * Sparse.h (Sparse<T>::element_type): Add typedef to be consistent |
f5408862892f
Consistently use element_type in the array classes.
Jason Riedy <jason@acm.org>
parents:
8910
diff
changeset
|
2315 with Array.h |
f5408862892f
Consistently use element_type in the array classes.
Jason Riedy <jason@acm.org>
parents:
8910
diff
changeset
|
2316 * DiagArray2.h (DiagArray2<T>::elt_type): Likewise, removed. |
f5408862892f
Consistently use element_type in the array classes.
Jason Riedy <jason@acm.org>
parents:
8910
diff
changeset
|
2317 * DiagArray2.h (DiagArray2<T>::element_type): Define by using |
f5408862892f
Consistently use element_type in the array classes.
Jason Riedy <jason@acm.org>
parents:
8910
diff
changeset
|
2318 Array<T>::element_type. |
f5408862892f
Consistently use element_type in the array classes.
Jason Riedy <jason@acm.org>
parents:
8910
diff
changeset
|
2319 * intNDArray.h (intNDArray<T>::element_type): Remove, inherited |
f5408862892f
Consistently use element_type in the array classes.
Jason Riedy <jason@acm.org>
parents:
8910
diff
changeset
|
2320 from MArrayN<T>. |
f5408862892f
Consistently use element_type in the array classes.
Jason Riedy <jason@acm.org>
parents:
8910
diff
changeset
|
2321 |
8910
6e9f26506804
optimize diag -> sparse and perm -> sparse conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8908
diff
changeset
|
2322 2009-03-05 Jaroslav Hajek <highegg@gmail.com> |
6e9f26506804
optimize diag -> sparse and perm -> sparse conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8908
diff
changeset
|
2323 |
6e9f26506804
optimize diag -> sparse and perm -> sparse conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8908
diff
changeset
|
2324 * dSparse.h (SparseMatrix::SparseMatrix(const PermMatrix&)): New |
6e9f26506804
optimize diag -> sparse and perm -> sparse conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8908
diff
changeset
|
2325 constructor. |
6e9f26506804
optimize diag -> sparse and perm -> sparse conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8908
diff
changeset
|
2326 (SparseMatrix::SparseMatrix(const DiagMatrix&)): Fix implementation. |
9967 | 2327 * CSparse.h (SparseComplexMatrix::SparseComplexMatrix(const ComplexDiagMatrix&)): |
8910
6e9f26506804
optimize diag -> sparse and perm -> sparse conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8908
diff
changeset
|
2328 Fix implementation. |
6e9f26506804
optimize diag -> sparse and perm -> sparse conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8908
diff
changeset
|
2329 |
8908
3c9acbb43f48
fix single element query for perm matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8904
diff
changeset
|
2330 2009-03-04 Jaroslav Hajek <highegg@gmail.com> |
3c9acbb43f48
fix single element query for perm matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8904
diff
changeset
|
2331 |
3c9acbb43f48
fix single element query for perm matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8904
diff
changeset
|
2332 * PermMatrix.h (PermMatrix::elem): Fix comparisons. |
3c9acbb43f48
fix single element query for perm matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8904
diff
changeset
|
2333 |
8904
4de5544a1d1d
simplify also float version of xmin/xmax
Jaroslav Hajek <highegg@gmail.com>
parents:
8897
diff
changeset
|
2334 2009-03-03 Jaroslav Hajek <highegg@gmail.com> |
4de5544a1d1d
simplify also float version of xmin/xmax
Jaroslav Hajek <highegg@gmail.com>
parents:
8897
diff
changeset
|
2335 |
4de5544a1d1d
simplify also float version of xmin/xmax
Jaroslav Hajek <highegg@gmail.com>
parents:
8897
diff
changeset
|
2336 * lo-mappers.cc (xmin (float, float), xmax (float, float)): Simplify. |
4de5544a1d1d
simplify also float version of xmin/xmax
Jaroslav Hajek <highegg@gmail.com>
parents:
8897
diff
changeset
|
2337 |
8897 | 2338 2009-03-02 Jaroslav Hajek <highegg@gmail.com> |
2339 | |
2340 * mx-inlines.cc: Add missing #include. | |
2341 | |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8864
diff
changeset
|
2342 2009-02-25 John W. Eaton <jwe@octave.org> |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8864
diff
changeset
|
2343 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8864
diff
changeset
|
2344 * Makefile.in: Make maintainer-clean and distclean the same. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8864
diff
changeset
|
2345 |
8864 | 2346 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
2347 | |
2348 * oct-inttypes.cc (pow (const octave_int<T>&, const octave_int<T>&)): | |
2349 Simplify. | |
2350 | |
8856
ab4db66e286f
workaround gcc 4.3 explicit instantiation bug in octave_int_cmp_op
Jaroslav Hajek <highegg@gmail.com>
parents:
8840
diff
changeset
|
2351 2009-02-23 Jaroslav Hajek <highegg@gmail.com> |
ab4db66e286f
workaround gcc 4.3 explicit instantiation bug in octave_int_cmp_op
Jaroslav Hajek <highegg@gmail.com>
parents:
8840
diff
changeset
|
2352 |
ab4db66e286f
workaround gcc 4.3 explicit instantiation bug in octave_int_cmp_op
Jaroslav Hajek <highegg@gmail.com>
parents:
8840
diff
changeset
|
2353 * oct-inttypes.h (octave_int_cmp_op::mop): Implement as simple |
ab4db66e286f
workaround gcc 4.3 explicit instantiation bug in octave_int_cmp_op
Jaroslav Hajek <highegg@gmail.com>
parents:
8840
diff
changeset
|
2354 forwarders when OCTAVE_INT_USE_LONG_DOUBLE is not defined. |
ab4db66e286f
workaround gcc 4.3 explicit instantiation bug in octave_int_cmp_op
Jaroslav Hajek <highegg@gmail.com>
parents:
8840
diff
changeset
|
2355 (octave_int_cmp_op::emulate_mop): New static overloaded template |
ab4db66e286f
workaround gcc 4.3 explicit instantiation bug in octave_int_cmp_op
Jaroslav Hajek <highegg@gmail.com>
parents:
8840
diff
changeset
|
2356 member function. |
ab4db66e286f
workaround gcc 4.3 explicit instantiation bug in octave_int_cmp_op
Jaroslav Hajek <highegg@gmail.com>
parents:
8840
diff
changeset
|
2357 * oct-inttypes.cc: Turn the octave_int_cmp_op::mop definitions into |
9967 | 2358 defs for octave_int_cmp_op::emulate_mop. |
8856
ab4db66e286f
workaround gcc 4.3 explicit instantiation bug in octave_int_cmp_op
Jaroslav Hajek <highegg@gmail.com>
parents:
8840
diff
changeset
|
2359 (INSTANTIATE_INT64_DOUBLE_CMP_OP0): Instantiate |
ab4db66e286f
workaround gcc 4.3 explicit instantiation bug in octave_int_cmp_op
Jaroslav Hajek <highegg@gmail.com>
parents:
8840
diff
changeset
|
2360 octave_int_cmp_op::emulate_op instead. |
ab4db66e286f
workaround gcc 4.3 explicit instantiation bug in octave_int_cmp_op
Jaroslav Hajek <highegg@gmail.com>
parents:
8840
diff
changeset
|
2361 |
8840
c690e3772583
support diagonal matrices in pinv
Jaroslav Hajek <highegg@gmail.com>
parents:
8820
diff
changeset
|
2362 2009-02-23 Jaroslav Hajek <highegg@gmail.com> |
c690e3772583
support diagonal matrices in pinv
Jaroslav Hajek <highegg@gmail.com>
parents:
8820
diff
changeset
|
2363 |
c690e3772583
support diagonal matrices in pinv
Jaroslav Hajek <highegg@gmail.com>
parents:
8820
diff
changeset
|
2364 * dDiagMatrix.cc (DiagMatrix::pseudo_inverse): New method. |
c690e3772583
support diagonal matrices in pinv
Jaroslav Hajek <highegg@gmail.com>
parents:
8820
diff
changeset
|
2365 * dDiagMatrix.h: Declare it. |
c690e3772583
support diagonal matrices in pinv
Jaroslav Hajek <highegg@gmail.com>
parents:
8820
diff
changeset
|
2366 * fDiagMatrix.cc (FloatDiagMatrix::pseudo_inverse): New method. |
c690e3772583
support diagonal matrices in pinv
Jaroslav Hajek <highegg@gmail.com>
parents:
8820
diff
changeset
|
2367 * fDiagMatrix.h: Declare it. |
c690e3772583
support diagonal matrices in pinv
Jaroslav Hajek <highegg@gmail.com>
parents:
8820
diff
changeset
|
2368 * CDiagMatrix.cc (ComplexDiagMatrix::pseudo_inverse): New method. |
c690e3772583
support diagonal matrices in pinv
Jaroslav Hajek <highegg@gmail.com>
parents:
8820
diff
changeset
|
2369 * CDiagMatrix.h: Declare it. |
c690e3772583
support diagonal matrices in pinv
Jaroslav Hajek <highegg@gmail.com>
parents:
8820
diff
changeset
|
2370 * fCDiagMatrix.cc (FloatComplexDiagMatrix::pseudo_inverse): New method. |
c690e3772583
support diagonal matrices in pinv
Jaroslav Hajek <highegg@gmail.com>
parents:
8820
diff
changeset
|
2371 * fCDiagMatrix.h: Declare it. |
c690e3772583
support diagonal matrices in pinv
Jaroslav Hajek <highegg@gmail.com>
parents:
8820
diff
changeset
|
2372 |
8820
89b95972e178
fix previously introduced problem in octave_sort, improve design
Jaroslav Hajek <highegg@gmail.com>
parents:
8814
diff
changeset
|
2373 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
89b95972e178
fix previously introduced problem in octave_sort, improve design
Jaroslav Hajek <highegg@gmail.com>
parents:
8814
diff
changeset
|
2374 |
89b95972e178
fix previously introduced problem in octave_sort, improve design
Jaroslav Hajek <highegg@gmail.com>
parents:
8814
diff
changeset
|
2375 * oct-sort.h (octave_sort<T>::MergeState::MergeState): New |
89b95972e178
fix previously introduced problem in octave_sort, improve design
Jaroslav Hajek <highegg@gmail.com>
parents:
8814
diff
changeset
|
2376 constructor. |
89b95972e178
fix previously introduced problem in octave_sort, improve design
Jaroslav Hajek <highegg@gmail.com>
parents:
8814
diff
changeset
|
2377 (octave_sort<T>::MergeState::~MergeState): New destructor. |
9967 | 2378 (octave_sort<T>::MergeState::reset, |
8820
89b95972e178
fix previously introduced problem in octave_sort, improve design
Jaroslav Hajek <highegg@gmail.com>
parents:
8814
diff
changeset
|
2379 octave_sort<T>::MergeState::getmem, |
89b95972e178
fix previously introduced problem in octave_sort, improve design
Jaroslav Hajek <highegg@gmail.com>
parents:
8814
diff
changeset
|
2380 octave_sort<T>::MergeState::getmemi): New methods. |
89b95972e178
fix previously introduced problem in octave_sort, improve design
Jaroslav Hajek <highegg@gmail.com>
parents:
8814
diff
changeset
|
2381 (octave_sort<T>::sort, |
89b95972e178
fix previously introduced problem in octave_sort, improve design
Jaroslav Hajek <highegg@gmail.com>
parents:
8814
diff
changeset
|
2382 octave_sort<T>::merge_lo, octave_sort<T>::merge_hi |
89b95972e178
fix previously introduced problem in octave_sort, improve design
Jaroslav Hajek <highegg@gmail.com>
parents:
8814
diff
changeset
|
2383 octave_sort<T>::merge_at): Reflect change. |
89b95972e178
fix previously introduced problem in octave_sort, improve design
Jaroslav Hajek <highegg@gmail.com>
parents:
8814
diff
changeset
|
2384 |
8814
de16ebeef93d
improve lookup, provide Array<T>::lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
8811
diff
changeset
|
2385 2009-02-19 Jaroslav Hajek <highegg@gmail.com> |
de16ebeef93d
improve lookup, provide Array<T>::lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
8811
diff
changeset
|
2386 |
de16ebeef93d
improve lookup, provide Array<T>::lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
8811
diff
changeset
|
2387 * oct-types.h (sortmode): Move enum here. |
de16ebeef93d
improve lookup, provide Array<T>::lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
8811
diff
changeset
|
2388 * oct-sort.h (octave_sort<T>::ms): Declare as pointer. |
de16ebeef93d
improve lookup, provide Array<T>::lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
8811
diff
changeset
|
2389 (octave_sort<T>::lookup): New overloaded method. |
de16ebeef93d
improve lookup, provide Array<T>::lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
8811
diff
changeset
|
2390 * oct-sort.cc: Reflect change to ms. |
de16ebeef93d
improve lookup, provide Array<T>::lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
8811
diff
changeset
|
2391 (octave_sort<T>::lookup): New overloaded method. |
de16ebeef93d
improve lookup, provide Array<T>::lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
8811
diff
changeset
|
2392 (out_of_range_pred): New helper class. |
de16ebeef93d
improve lookup, provide Array<T>::lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
8811
diff
changeset
|
2393 (out_of_range): New helper function. |
de16ebeef93d
improve lookup, provide Array<T>::lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
8811
diff
changeset
|
2394 * oct-lookup.h: Remove file. |
de16ebeef93d
improve lookup, provide Array<T>::lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
8811
diff
changeset
|
2395 * Array.cc (Array<T>::lookup): New overloaded method. |
de16ebeef93d
improve lookup, provide Array<T>::lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
8811
diff
changeset
|
2396 * Array.h: Declare it. |
de16ebeef93d
improve lookup, provide Array<T>::lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
8811
diff
changeset
|
2397 |
8801
f3ff420fccf7
eliminate some unused static variables and functions
John W. Eaton <jwe@octave.org>
parents:
8799
diff
changeset
|
2398 2009-02-18 John W. Eaton <jwe@octave.org> |
f3ff420fccf7
eliminate some unused static variables and functions
John W. Eaton <jwe@octave.org>
parents:
8799
diff
changeset
|
2399 |
8811 | 2400 * dbleQR.cc (QR::init, QR::form): Cast int to octave_idx_type in |
2401 call to std::max. | |
2402 * floatQR.cc (FloatQR::init, FloatQR::form): Ditto. | |
2403 * CmplxQR.cc (ComplexQR::init, ComplexQR::form): Ditto. | |
2404 * fCmplxQR.cc (FloatComplexQR::init, FloatComplexQR::form): Ditto. | |
2405 | |
2406 * dbleQRP.cc (QRP::init): Cast int to octave_idx_type in call to | |
2407 std::max and as operand to -= operator. | |
2408 * CmplxQRP.cc (ComplexQRP::init): Ditto. | |
2409 * floatQRP.cc (FloatQRP::init): Ditto. | |
2410 * fCmplxQRP.cc (FloatComplexQRP::init): Ditto. | |
2411 | |
2412 * CDiagMatrix.cc, CDiagMatrix.h (ComplexDiagMatrix::inverse): | |
2413 Declare info as octave_idx_type, not int. | |
2414 * dDiagMatrix.cc, dDiagMatrix.h (DiagMatrix::inverse): Ditto. | |
2415 * fDiagMatrix.cc, fCDiagMatrix.h (FloatDiagMatrix::inverse): Ditto. | |
2416 * fCDiagMatrix.cc, fCDiagMatrix.h (FloatComplexDiagMatrix::inverse): | |
2417 Ditto. | |
2418 | |
8806 | 2419 * dMatrix.cc (Matrix::determinant): |
2420 Declare local variables volatile as needed to avoid "maybe | |
2421 clobbered by vfork" warning from GCC. | |
2422 * fMatrix.cc (FloatMatrix::determinant): Likewise. | |
2423 * CMatrix.cc (ComplexMatrix::determinant): Likewise. | |
2424 * fCMatrix.cc (FloatComplexMatrix::determinant): Likewise. | |
2425 * dbleQR.cc (QR::update, QR::insert_col, QR::delete_col): Likewise. | |
2426 * floatQR.cc (FloatQR::update, FloatQR::insert_col, | |
2427 FloatQR::delete_col): Likewise. | |
2428 * CmplxQR.cc (ComplexQR::update, ComplexQR::insert_col, | |
2429 ComplexQR::delete_col): Likewise. | |
2430 * fCmplxQR.cc (FloatComplexQR::update, FloatComplexQR::insert_col, | |
2431 FloatComplexQR::delete_col): Likewise. | |
2432 | |
8801
f3ff420fccf7
eliminate some unused static variables and functions
John W. Eaton <jwe@octave.org>
parents:
8799
diff
changeset
|
2433 * dMatrix.cc (padec, solve_singularity_warning): Delete unused |
f3ff420fccf7
eliminate some unused static variables and functions
John W. Eaton <jwe@octave.org>
parents:
8799
diff
changeset
|
2434 static variable and function. |
f3ff420fccf7
eliminate some unused static variables and functions
John W. Eaton <jwe@octave.org>
parents:
8799
diff
changeset
|
2435 * CMatrix.cc (padec, solve_singularity_warning): Ditto. |
f3ff420fccf7
eliminate some unused static variables and functions
John W. Eaton <jwe@octave.org>
parents:
8799
diff
changeset
|
2436 * fMatrix.cc (padec, solve_singularity_warning): Ditto. |
f3ff420fccf7
eliminate some unused static variables and functions
John W. Eaton <jwe@octave.org>
parents:
8799
diff
changeset
|
2437 * fCMatrix.cc (padec, solve_singularity_warning): Ditto. |
f3ff420fccf7
eliminate some unused static variables and functions
John W. Eaton <jwe@octave.org>
parents:
8799
diff
changeset
|
2438 |
8799
f6dc6eb57045
improve resize & resize on assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8797
diff
changeset
|
2439 2009-02-18 Jaroslav Hajek <highegg@gmail.com> |
f6dc6eb57045
improve resize & resize on assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8797
diff
changeset
|
2440 |
f6dc6eb57045
improve resize & resize on assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8797
diff
changeset
|
2441 * Array.cc (Array<T>::resize (const dim_vector&)): Check for negative |
f6dc6eb57045
improve resize & resize on assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8797
diff
changeset
|
2442 dimensions. |
f6dc6eb57045
improve resize & resize on assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8797
diff
changeset
|
2443 |
8797
ee3446ca6157
avoid warning in oct-inttypes.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8784
diff
changeset
|
2444 2009-02-18 Jaroslav Hajek <highegg@gmail.com> |
ee3446ca6157
avoid warning in oct-inttypes.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8784
diff
changeset
|
2445 |
ee3446ca6157
avoid warning in oct-inttypes.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8784
diff
changeset
|
2446 * oct-inttypes.cc (pow (const octave_int<T>&, const octave_int<T>&)): |
ee3446ca6157
avoid warning in oct-inttypes.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8784
diff
changeset
|
2447 Use octave_int comparisons to avoid warning for unsigned types. |
ee3446ca6157
avoid warning in oct-inttypes.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8784
diff
changeset
|
2448 |
8784
374cb30311a8
remove dead branch in Array.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8780
diff
changeset
|
2449 2009-02-17 Jaroslav Hajek <highegg@gmail.com> |
374cb30311a8
remove dead branch in Array.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8780
diff
changeset
|
2450 |
374cb30311a8
remove dead branch in Array.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8780
diff
changeset
|
2451 * Array.cc (Array<T>::resize (const dim_vector&)): Remove dead branch. |
374cb30311a8
remove dead branch in Array.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8780
diff
changeset
|
2452 |
8780
ea76466605ba
support native cumsum, gripe on overflow in sum/cumsum
Jaroslav Hajek <highegg@gmail.com>
parents:
8777
diff
changeset
|
2453 2009-02-17 Jaroslav Hajek <highegg@gmail.com> |
ea76466605ba
support native cumsum, gripe on overflow in sum/cumsum
Jaroslav Hajek <highegg@gmail.com>
parents:
8777
diff
changeset
|
2454 |
ea76466605ba
support native cumsum, gripe on overflow in sum/cumsum
Jaroslav Hajek <highegg@gmail.com>
parents:
8777
diff
changeset
|
2455 * mx-inlines.cc (OP_CUM_FCN, OP_CUM_FCN2, OP_CUM_FCNN): |
ea76466605ba
support native cumsum, gripe on overflow in sum/cumsum
Jaroslav Hajek <highegg@gmail.com>
parents:
8777
diff
changeset
|
2456 Add TSRC/TRES parameters. |
ea76466605ba
support native cumsum, gripe on overflow in sum/cumsum
Jaroslav Hajek <highegg@gmail.com>
parents:
8777
diff
changeset
|
2457 (mx_inline_cumcount): New function. |
ea76466605ba
support native cumsum, gripe on overflow in sum/cumsum
Jaroslav Hajek <highegg@gmail.com>
parents:
8777
diff
changeset
|
2458 * intNDArray.cc (intNDArray::cumsum): New method. |
ea76466605ba
support native cumsum, gripe on overflow in sum/cumsum
Jaroslav Hajek <highegg@gmail.com>
parents:
8777
diff
changeset
|
2459 * intNDArray.h: Declare it. |
ea76466605ba
support native cumsum, gripe on overflow in sum/cumsum
Jaroslav Hajek <highegg@gmail.com>
parents:
8777
diff
changeset
|
2460 * boolNDArray.cc (boolNDArray::cumsum): New method. |
ea76466605ba
support native cumsum, gripe on overflow in sum/cumsum
Jaroslav Hajek <highegg@gmail.com>
parents:
8777
diff
changeset
|
2461 * boolNDArray.h: Declare it. |
ea76466605ba
support native cumsum, gripe on overflow in sum/cumsum
Jaroslav Hajek <highegg@gmail.com>
parents:
8777
diff
changeset
|
2462 |
8777
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2463 2009-02-17 Jaroslav Hajek <highegg@gmail.com> |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2464 |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2465 * mx-inlines.cc (OP_CUMMINMAX_FCN, OP_CUMMINMAX_FCN2, |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2466 OP_CUMMINMAX_FCNN): New macros. |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2467 (mx_inline_cummax, mx_inline_cummin, do_mx_cumminmax_op): |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2468 New overloaded template functions. |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2469 |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2470 * dNDArray.cc (NDArray::cummin, NDArray::cummax): New methods. |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2471 * dNDArray.h: Declare them. |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2472 |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2473 * fNDArray.cc (FloatNDArray::cummin, FloatNDArray::cummax): New |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2474 methods. |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2475 * fNDArray.h: Declare them. |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2476 |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2477 * CNDArray.cc (ComplexNDArray::cummin, ComplexNDArray::cummax): New |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2478 methods. |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2479 * CNDArray.h: Declare them. |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2480 |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2481 * fCNDArray.cc (FloatComplexNDArray::cummin, |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2482 FloatComplexNDArray::cummax): New methods. |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2483 * fCNDArray.h: Declare them. |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2484 |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2485 * intNDArray.cc (intNDArray::cummin, intNDArray::cummax): New methods. |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2486 * intNDArray.h: Declare them. |
724c0f46d9d4
implement cummin/cummax functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8776
diff
changeset
|
2487 |
8776
d23c33ec6bd3
fix min/max behaviour with NaNs
Jaroslav Hajek <highegg@gmail.com>
parents:
8774
diff
changeset
|
2488 2009-02-17 Jaroslav Hajek <highegg@gmail.com> |
d23c33ec6bd3
fix min/max behaviour with NaNs
Jaroslav Hajek <highegg@gmail.com>
parents:
8774
diff
changeset
|
2489 |
d23c33ec6bd3
fix min/max behaviour with NaNs
Jaroslav Hajek <highegg@gmail.com>
parents:
8774
diff
changeset
|
2490 * mx-inlines.cc (OP_MINMAX_FCN): Correct behaviour with NaNs. |
d23c33ec6bd3
fix min/max behaviour with NaNs
Jaroslav Hajek <highegg@gmail.com>
parents:
8774
diff
changeset
|
2491 |
8774
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2492 2009-02-17 Jaroslav Hajek <highegg@gmail.com> |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2493 |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2494 * MArray-defs.h: Move declarative part to MArray-decl.h |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2495 * MArray-decl.h: New source. |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2496 |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2497 * mx-op-defs.h: Move declarative part to mx-op-decl.h. |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2498 * mx-op-decl.h: New source. |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2499 |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2500 * Makefile.in: Include new sources in build. |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2501 * mk-ops.awk: Include mx-op-decl.h in headers, mx-op-defs in .cc |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2502 files. |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2503 |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2504 * CMatrix.cc, CMatrix.h, CNDArray.cc, CNDArray.h, MArray.h, MArray2.h, |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2505 MArrayN.h, MDiagArray2.h, boolMatrix.cc, boolMatrix.h, boolNDArray.cc, |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2506 boolNDArray.h, chMatrix.cc, chMatrix.h, chNDArray.cc, chNDArray.h, |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2507 dMatrix.cc, dMatrix.h, dNDArray.cc, dNDArray.h, fCMatrix.cc, |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2508 fCMatrix.h, fCNDArray.cc, fCNDArray.h, fMatrix.cc, fMatrix.h, |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2509 fNDArray.cc, fNDArray.h, int16NDArray.cc, int16NDArray.h, |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2510 int32NDArray.cc, int32NDArray.h, int64NDArray.cc, int64NDArray.h, |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2511 int8NDArray.cc, int8NDArray.h, uint16NDArray.cc, uint16NDArray.h, |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2512 uint32NDArray.cc, uint32NDArray.h, uint64NDArray.cc, uint64NDArray.h, |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2513 uint8NDArray.cc, uint8NDArray.h: Ditto. |
b756ce0002db
split implementation and interface in mx-op-defs and MArray-defs
Jaroslav Hajek <highegg@gmail.com>
parents:
8760
diff
changeset
|
2514 |
8760
b0356f30a33b
fix 2-subs assigment into n-d arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
8759
diff
changeset
|
2515 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
b0356f30a33b
fix 2-subs assigment into n-d arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
8759
diff
changeset
|
2516 |
b0356f30a33b
fix 2-subs assigment into n-d arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
8759
diff
changeset
|
2517 * Array.cc (Array<T>::assign (const idx_vector& i, |
b0356f30a33b
fix 2-subs assigment into n-d arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
8759
diff
changeset
|
2518 const idx_vector& j,...)): Fix invalid dimension inquiry. |
b0356f30a33b
fix 2-subs assigment into n-d arrays
Jaroslav Hajek <highegg@gmail.com>
parents:
8759
diff
changeset
|
2519 |
8758
83c9d60c3c47
implement short-circuiting row-reduction any/all algorithm
Jaroslav Hajek <highegg@gmail.com>
parents:
8756
diff
changeset
|
2520 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
9967 | 2521 |
8758
83c9d60c3c47
implement short-circuiting row-reduction any/all algorithm
Jaroslav Hajek <highegg@gmail.com>
parents:
8756
diff
changeset
|
2522 * mx-inlines.cc (OP_ROW_SHORT_CIRCUIT): New macro. |
83c9d60c3c47
implement short-circuiting row-reduction any/all algorithm
Jaroslav Hajek <highegg@gmail.com>
parents:
8756
diff
changeset
|
2523 (mx_inline_any, mx_inline_all): Override row-reduction case. |
8759
c32a08dccae6
remove unused macros from mx-inlines.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8758
diff
changeset
|
2524 (MX_CUMULATIVE_OP, MX_BASE_REDUCTION_OP, MX_REDUCTION_OP, |
c32a08dccae6
remove unused macros from mx-inlines.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8758
diff
changeset
|
2525 MX_ANY_OP, MX_ALL_OP, MX_ND_ANY_ALL, MX_ND_REDUCTION, |
c32a08dccae6
remove unused macros from mx-inlines.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8758
diff
changeset
|
2526 MX_ND_COMPLEX_OP_REDUCTION, MX_ND_CUMULATIVE_OP, |
c32a08dccae6
remove unused macros from mx-inlines.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8758
diff
changeset
|
2527 MX_ND_ANY_EVAL, MX_ND_ALL_EVAL, MX_ND_REAL_OP_REDUCTION): |
c32a08dccae6
remove unused macros from mx-inlines.cc
Jaroslav Hajek <highegg@gmail.com>
parents:
8758
diff
changeset
|
2528 Remove unused macros. |
8758
83c9d60c3c47
implement short-circuiting row-reduction any/all algorithm
Jaroslav Hajek <highegg@gmail.com>
parents:
8756
diff
changeset
|
2529 |
8756
d0755c9db5ed
implement fast logical sum (counting)
Jaroslav Hajek <highegg@gmail.com>
parents:
8752
diff
changeset
|
2530 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
9967 | 2531 |
8756
d0755c9db5ed
implement fast logical sum (counting)
Jaroslav Hajek <highegg@gmail.com>
parents:
8752
diff
changeset
|
2532 * mx-inlines.cc (OP_RED_FCNN): Use explicit type qualification. |
d0755c9db5ed
implement fast logical sum (counting)
Jaroslav Hajek <highegg@gmail.com>
parents:
8752
diff
changeset
|
2533 (mx_inline_count): New overloaded template function. |
d0755c9db5ed
implement fast logical sum (counting)
Jaroslav Hajek <highegg@gmail.com>
parents:
8752
diff
changeset
|
2534 * boolNDArray.h (boolNDArray::sum): Return NDArray. |
d0755c9db5ed
implement fast logical sum (counting)
Jaroslav Hajek <highegg@gmail.com>
parents:
8752
diff
changeset
|
2535 * boolNDArray.cc (boolNDArray::sum): Return NDArray, use do_mx-red_op. |
d0755c9db5ed
implement fast logical sum (counting)
Jaroslav Hajek <highegg@gmail.com>
parents:
8752
diff
changeset
|
2536 |
8752
06b9903a029b
fix & clean up complex & sparse sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8751
diff
changeset
|
2537 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
06b9903a029b
fix & clean up complex & sparse sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8751
diff
changeset
|
2538 |
06b9903a029b
fix & clean up complex & sparse sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8751
diff
changeset
|
2539 * Array-C.cc, Array-fC.cc: Don't redefine complex comparison. |
06b9903a029b
fix & clean up complex & sparse sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8751
diff
changeset
|
2540 * Sparse.cc (Sparse::sort): Don't use vec_index. |
06b9903a029b
fix & clean up complex & sparse sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8751
diff
changeset
|
2541 * Sparse-C.cc, Sparse-d.cc, Sparse-b.cc: Don't reinstantiate |
06b9903a029b
fix & clean up complex & sparse sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8751
diff
changeset
|
2542 octave_sort, reflect changes. |
06b9903a029b
fix & clean up complex & sparse sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8751
diff
changeset
|
2543 * sparse-sort.cc: Explicitly instantiate octave_sort for requested |
06b9903a029b
fix & clean up complex & sparse sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8751
diff
changeset
|
2544 pointer types. |
06b9903a029b
fix & clean up complex & sparse sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8751
diff
changeset
|
2545 |
8751
9f7ce4bf7650
optimize min/max functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8750
diff
changeset
|
2546 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
9f7ce4bf7650
optimize min/max functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8750
diff
changeset
|
2547 |
9f7ce4bf7650
optimize min/max functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8750
diff
changeset
|
2548 * oct-cmplx.h (operator <, operator >): New operators. |
9f7ce4bf7650
optimize min/max functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8750
diff
changeset
|
2549 * mx-inlines.cc (OP_MINMAX_FCN, OP_MINMAX_FCN2, OP_MINMAX_FCNN): |
9f7ce4bf7650
optimize min/max functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8750
diff
changeset
|
2550 New macros. |
9f7ce4bf7650
optimize min/max functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8750
diff
changeset
|
2551 (mx_inline_min, mx_inline_max, do_mx_minmax_op): New overloaded |
9f7ce4bf7650
optimize min/max functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8750
diff
changeset
|
2552 template functions. |
9f7ce4bf7650
optimize min/max functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8750
diff
changeset
|
2553 * dNDArray (NDArray::min, NDArray::max): Use do_mx_minmax_op. |
9f7ce4bf7650
optimize min/max functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8750
diff
changeset
|
2554 * fNDArray (FloatNDArray::min, FloatNDArray::max): Ditto. |
9f7ce4bf7650
optimize min/max functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8750
diff
changeset
|
2555 * CNDArray (ComplexNDArray::min, ComplexNDArray::max): Ditto. |
9f7ce4bf7650
optimize min/max functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8750
diff
changeset
|
2556 * fCNDArray (FloatComplexNDArray::min, FloatComplexNDArray::max): |
9f7ce4bf7650
optimize min/max functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8750
diff
changeset
|
2557 Ditto. |
9f7ce4bf7650
optimize min/max functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8750
diff
changeset
|
2558 |
8750
8af4ba6b4216
use new reduction ops for char matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8749
diff
changeset
|
2559 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
8af4ba6b4216
use new reduction ops for char matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8749
diff
changeset
|
2560 |
8af4ba6b4216
use new reduction ops for char matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8749
diff
changeset
|
2561 * chMatrix.cc (charMatrix::all, charMatrix::any): Use do_mx_red_op. |
8af4ba6b4216
use new reduction ops for char matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8749
diff
changeset
|
2562 * chNDArray.cc (charNDArray::all, charNDArray::any): Ditto. |
8af4ba6b4216
use new reduction ops for char matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8749
diff
changeset
|
2563 |
8749
5a7494ee68a3
liboctave/cmd-edit.cc, src/input.cc: use fputs instead of fprintf
John W. Eaton <jwe@octave.org>
parents:
8743
diff
changeset
|
2564 2009-02-16 John W. Eaton <jwe@octave.org> |
5a7494ee68a3
liboctave/cmd-edit.cc, src/input.cc: use fputs instead of fprintf
John W. Eaton <jwe@octave.org>
parents:
8743
diff
changeset
|
2565 |
5a7494ee68a3
liboctave/cmd-edit.cc, src/input.cc: use fputs instead of fprintf
John W. Eaton <jwe@octave.org>
parents:
8743
diff
changeset
|
2566 * cmd-edit.cc (default_command_editor::do_readline): |
5a7494ee68a3
liboctave/cmd-edit.cc, src/input.cc: use fputs instead of fprintf
John W. Eaton <jwe@octave.org>
parents:
8743
diff
changeset
|
2567 Use fputs instead of fprintf. |
5a7494ee68a3
liboctave/cmd-edit.cc, src/input.cc: use fputs instead of fprintf
John W. Eaton <jwe@octave.org>
parents:
8743
diff
changeset
|
2568 |
8743
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2569 2009-02-14 Jaroslav Hajek <highegg@gmail.com> |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2570 |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2571 * mx-inlines.cc (OP_RED_FCN, OP_RED_FCN2, OP_RED_FCNN, OP_CUM_FCN, |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2572 OP_CUM_FCN2, OP_CUM_FCNN): Include TRET parameter. |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2573 (OP_RED_ANYC, OP_RED_ANYR, OP_RED_ALLC, OP_RED_ALLR): New macros. |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2574 (is_true, is_false): New template functions. |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2575 (mx_inline_any, mx_inline_all): New template functions. |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2576 |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2577 * dMatrix.cc (Matrix::any, Matrix::all): Use do_mx_red_op and |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2578 do_mx_cum_op. |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2579 * fMatrix.cc (FloatMatrix::any, FloatMatrix::all): Use do_mx_red_op |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2580 and do_mx_cum_op. |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2581 * CMatrix.cc (ComplexMatrix::any, ComplexMatrix::all): Use |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2582 do_mx_red_op and do_mx_cum_op. |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2583 * fCMatrix.cc (FloatComplexMatrix::any, FloatComplexMatrix::all): Use |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2584 do_mx_red_op and do_mx_cum_op. |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2585 |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2586 * dNDArray.cc (NDArray::any, NDArray::all): Use do_mx_red_op and |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2587 do_mx_cum_op. |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2588 * fNDArray.cc (FloatNDArray::any, FloatNDArray::all): Use do_mx_red_op |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2589 and do_mx_cum_op. |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2590 * CNDArray.cc (ComplexNDArray::any, ComplexNDArray::all): Use |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2591 do_mx_red_op and do_mx_cum_op. |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2592 * fCNDArray.cc (FloatComplexNDArray::any, FloatComplexNDArray::all): |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2593 Use do_mx_red_op and do_mx_cum_op. |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2594 |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2595 * intNDArray.cc (intNDArray::any, intNDArray::all): Use do_mx_red_op and |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2596 do_mx_cum_op. |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2597 |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2598 * boolNDArray.cc (boolNDArray::any, boolNDArray::all): Use do_mx_red_op and |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2599 do_mx_cum_op. |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2600 |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2601 * boolMatrix.cc (boolMatrix::any, boolMatrix::all): Use do_mx_red_op and |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2602 do_mx_cum_op. |
1bd918cfb6e2
reimplement any & all using the new reduction code
Jaroslav Hajek <highegg@gmail.com>
parents:
8742
diff
changeset
|
2603 |
8741
008f3985c8c0
use new summation code for native integer summation
Jaroslav Hajek <highegg@gmail.com>
parents:
8736
diff
changeset
|
2604 2009-02-14 Jaroslav Hajek <highegg@gmail.com> |
008f3985c8c0
use new summation code for native integer summation
Jaroslav Hajek <highegg@gmail.com>
parents:
8736
diff
changeset
|
2605 |
008f3985c8c0
use new summation code for native integer summation
Jaroslav Hajek <highegg@gmail.com>
parents:
8736
diff
changeset
|
2606 * intNDArray.cc: include mx-inlines.cc. |
008f3985c8c0
use new summation code for native integer summation
Jaroslav Hajek <highegg@gmail.com>
parents:
8736
diff
changeset
|
2607 (intNDArray::sum): Use mx_do_red_op (..., mx_inline_sum). |
8742
d2b06871afac
add missing return statement
Jaroslav Hajek <highegg@gmail.com>
parents:
8741
diff
changeset
|
2608 * Range.cc (Range::is_sorted): Add missing return statement. |
8741
008f3985c8c0
use new summation code for native integer summation
Jaroslav Hajek <highegg@gmail.com>
parents:
8736
diff
changeset
|
2609 |
8736
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2610 2009-02-13 Jaroslav Hajek <highegg@gmail.com> |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2611 |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2612 * mx-inlines.cc (OP_RED_SUM, OP_RED_PROD, OP_RED_SUMSQ, OP_RED_SUMSQC, |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2613 OP_RED_FCN, OP_RED_FCN2, OP_RED_FCNN, OP_CUM_FCN, OP_CUM_FCN2, |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2614 OP_CUM_FCNN): New macros. |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2615 (mx_inline_sum, mx_inline_prod, mx_inline_sumsq, mx_inline_cumsum, |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2616 mx_inline_cumprod, get_extent_triplet, do_mx_red_op, do_mx_cum_op): |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2617 New template functions. |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2618 * dMatrix.cc (Matrix::cumprod, Matrix::cumsum, Matrix::prod, |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2619 Matrix::sum, Matrix::sumsq): Use do_mx_red_op and do_mx_cum_op. |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2620 * fMatrix.cc (FloatMatrix::cumprod, FloatMatrix::cumsum, |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2621 FloatMatrix::prod, FloatMatrix::sum, FloatMatrix::sumsq): Use |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2622 do_mx_red_op and do_mx_cum_op. |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2623 * CMatrix.cc (ComplexMatrix::cumprod, ComplexMatrix::cumsum, |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2624 ComplexMatrix::prod, ComplexMatrix::sum, ComplexMatrix::sumsq): Use |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2625 do_mx_red_op and do_mx_cum_op. |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2626 * fCMatrix.cc (FloatComplexMatrix::cumprod, |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2627 FloatComplexMatrix::cumsum, FloatComplexMatrix::prod, |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2628 FloatComplexMatrix::sum, FloatComplexMatrix::sumsq): Use do_mx_red_op |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2629 and do_mx_cum_op. |
53b4fdeacc2e
improve reduction functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8731
diff
changeset
|
2630 |
8731
5abe5ae55465
use lo-traits in oct-inttypes
Jaroslav Hajek <highegg@gmail.com>
parents:
8725
diff
changeset
|
2631 2009-02-12 Jaroslav Hajek <highegg@gmail.com> |
5abe5ae55465
use lo-traits in oct-inttypes
Jaroslav Hajek <highegg@gmail.com>
parents:
8725
diff
changeset
|
2632 |
5abe5ae55465
use lo-traits in oct-inttypes
Jaroslav Hajek <highegg@gmail.com>
parents:
8725
diff
changeset
|
2633 * oct-inttypes.h (if_else_type): Remove |
5abe5ae55465
use lo-traits in oct-inttypes
Jaroslav Hajek <highegg@gmail.com>
parents:
8725
diff
changeset
|
2634 (octave_int_base::truncate_int): Use if_then_else. |
5abe5ae55465
use lo-traits in oct-inttypes
Jaroslav Hajek <highegg@gmail.com>
parents:
8725
diff
changeset
|
2635 |
8725 | 2636 2009-02-12 John W. Eaton <jwe@octave.org> |
2637 | |
2638 * lo-traits.h: New file. | |
2639 * Makefile.in (INCLUDES): Add it to the list. | |
2640 | |
2641 * Array.h (compare_fcn_type): New typedef. | |
2642 * oct-sort.h (compare_fcn_type): Ditto. | |
2643 | |
2644 * oct-sort.h, oct-sort.cc (octave_sort<T>::octave_sort, | |
9967 | 2645 octave_sort<T>::set_compare, octave_sort<T>::compare): |
8725 | 2646 Use typedef to simplify decl. |
2647 (octave_sort<T>::ascending_compare, | |
2648 octave_sort<T>::descending_compare): | |
2649 Use ref_param<T>::type for parameter decl. | |
2650 | |
2651 * Array.cc (sort_isnan): Use ref_param<T>::type for parameter decl. | |
2652 (Array<T>::sort): Use explicit template parameter for sort_isnan calls. | |
2653 | |
2654 * Array.cc, Array-C.cc, Array-fC.cc, Array-d.cc, Array-f.cc | |
2655 (sortrows_comparator): Rename from _sortrows_comparator. Change | |
2656 all uses. Use typedef for return value to simplify decl. | |
2657 (sort_isnan): Rename from _sort_isnan. Change all uses. | |
2658 (NO_INSTANTIATE_ARRAY_SORT): Use typedef to simplify instantiation | |
2659 of sortrows_comparator. | |
2660 | |
2661 * Array-C.cc, Array-fC.cc (sort_isnan, ascending_compare, | |
2662 descending_compare, nan_ascending_compare, | |
2663 nan_descending_compare): | |
2664 | |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2665 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2666 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2667 * oct-sort.cc (octave_sort<T>::is_sorted, octave_sort<T>::sort_rows, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2668 octave_sort<T>::is_sorted_rows): New methods. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2669 * oct-sort.h: Declare them. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2670 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2671 * Array.cc (Array<T>::is_sorted): New method. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2672 (INSTANTIATE_ARRAY_SORT, NO_INSTANTIATE_ARRAY_SORT, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2673 INSTANTIATE_ARRAY_AND_ASSIGN, INSTANTIATE_ARRAY): Move macros here. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2674 * Array.h: Reflect changes. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2675 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2676 * dim-vector.h (dim_vector::is_vector): New method. |
9967 | 2677 * Array-C.cc, Array-fC.cc: Override _sort_isnan, don't check for |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2678 NaN in default comparators. Provide NaN-safe comparators, override |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2679 _sortrows_comparator. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2680 * Array-d.cc, Array-f.cc: Provide NaN-safe comparators, override |
9967 | 2681 _sortrows_comparator. |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2682 * Range.cc (Range::is_sorted): New method. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2683 * Range.h: Declare it. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8700
diff
changeset
|
2684 |
8700 | 2685 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
2686 | |
2687 * oct-sort.cc (octave_sort<T>): Rewrite for optimizations. Allow | |
2688 inlined comparison functor and by-the-way indexed sorting. | |
2689 * oct-sort.h (octave_sort<T>): Update interface. | |
2690 * Array.cc (Array<T>::sort): Reflect changes. Use copy & partition | |
2691 mechanism. | |
2692 * Array-d.cc, Array-f.cc, Array-C.cc, Array-fC.cc, Array-s.cc, | |
2693 Array-i.cc: Reflect changes. | |
2694 | |
8689
ddbe87599331
base_file_stat::is_XXX: return false if object is not initialized
John W. Eaton <jwe@octave.org>
parents:
8681
diff
changeset
|
2695 2009-02-05 John W. Eaton <jwe@octave.org> |
ddbe87599331
base_file_stat::is_XXX: return false if object is not initialized
John W. Eaton <jwe@octave.org>
parents:
8681
diff
changeset
|
2696 |
8690
6e9887f9cf9f
file-stat.cc: use EXISTS instead of OK in previuos change
John W. Eaton <jwe@octave.org>
parents:
8689
diff
changeset
|
2697 * file-stat.cc (base_file_stat::is_sock): |
6e9887f9cf9f
file-stat.cc: use EXISTS instead of OK in previuos change
John W. Eaton <jwe@octave.org>
parents:
8689
diff
changeset
|
2698 Use EXISTS instead of OK in previous change. |
6e9887f9cf9f
file-stat.cc: use EXISTS instead of OK in previuos change
John W. Eaton <jwe@octave.org>
parents:
8689
diff
changeset
|
2699 |
8689
ddbe87599331
base_file_stat::is_XXX: return false if object is not initialized
John W. Eaton <jwe@octave.org>
parents:
8681
diff
changeset
|
2700 * file-stat.cc (base_file_stat::is_blk, base_file_stat::is_chr, |
ddbe87599331
base_file_stat::is_XXX: return false if object is not initialized
John W. Eaton <jwe@octave.org>
parents:
8681
diff
changeset
|
2701 base_file_stat::is_dir, base_file_stat::is_fifo, |
ddbe87599331
base_file_stat::is_XXX: return false if object is not initialized
John W. Eaton <jwe@octave.org>
parents:
8681
diff
changeset
|
2702 base_file_stat::is_lnk, base_file_stat::is_reg, |
ddbe87599331
base_file_stat::is_XXX: return false if object is not initialized
John W. Eaton <jwe@octave.org>
parents:
8681
diff
changeset
|
2703 base_file_stat::is_sock): Return false if object is not initialized. |
ddbe87599331
base_file_stat::is_XXX: return false if object is not initialized
John W. Eaton <jwe@octave.org>
parents:
8681
diff
changeset
|
2704 From Rafael Laboissiere <rafael@debian.org>. |
ddbe87599331
base_file_stat::is_XXX: return false if object is not initialized
John W. Eaton <jwe@octave.org>
parents:
8681
diff
changeset
|
2705 |
8681
72b1f1eece70
ChangeLog fix for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8678
diff
changeset
|
2706 2009-02-05 Jaroslav Hajek <highegg@gmail.com> |
9967 | 2707 |
8681
72b1f1eece70
ChangeLog fix for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8678
diff
changeset
|
2708 * idx-vector.h (idx_vector::idx_colon_rep, |
72b1f1eece70
ChangeLog fix for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8678
diff
changeset
|
2709 idx_vector::idx_scalar_rep, idx_vector::idx_range_rep, |
72b1f1eece70
ChangeLog fix for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8678
diff
changeset
|
2710 idx_vector::idx_vector_rep): Declare allocators. |
72b1f1eece70
ChangeLog fix for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8678
diff
changeset
|
2711 * idx-vector.cc: Define them. |
72b1f1eece70
ChangeLog fix for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8678
diff
changeset
|
2712 |
8678
e2b4c19c455c
redo changeset 4238f2600a17 with fixes to sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8677
diff
changeset
|
2713 2009-02-05 Jaroslav Hajek <highegg@gmail.com> |
e2b4c19c455c
redo changeset 4238f2600a17 with fixes to sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8677
diff
changeset
|
2714 |
e2b4c19c455c
redo changeset 4238f2600a17 with fixes to sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8677
diff
changeset
|
2715 * str-vec.h (string_vector::sort): Remove implementation. |
e2b4c19c455c
redo changeset 4238f2600a17 with fixes to sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8677
diff
changeset
|
2716 * str-vec.cc (string_vector::sort): Move here. Use in-place sorting. |
e2b4c19c455c
redo changeset 4238f2600a17 with fixes to sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8677
diff
changeset
|
2717 * Array-str.cc: Fix order of header files. |
e2b4c19c455c
redo changeset 4238f2600a17 with fixes to sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8677
diff
changeset
|
2718 * oct-sort.cc (octave_sort<T>::merge_hi): std::copy -> |
e2b4c19c455c
redo changeset 4238f2600a17 with fixes to sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8677
diff
changeset
|
2719 std::copy_backward where appropriate. |
e2b4c19c455c
redo changeset 4238f2600a17 with fixes to sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8677
diff
changeset
|
2720 |
8677
095ae5e0a831
eliminte some compiler warnings
John W. Eaton <jwe@octave.org>
parents:
8671
diff
changeset
|
2721 2009-02-05 John W. Eaton <jwe@octave.org> |
095ae5e0a831
eliminte some compiler warnings
John W. Eaton <jwe@octave.org>
parents:
8671
diff
changeset
|
2722 |
095ae5e0a831
eliminte some compiler warnings
John W. Eaton <jwe@octave.org>
parents:
8671
diff
changeset
|
2723 * Array-util.cc (zero_dims_inquire): Eliminate unused variable MATCH. |
095ae5e0a831
eliminte some compiler warnings
John W. Eaton <jwe@octave.org>
parents:
8671
diff
changeset
|
2724 |
095ae5e0a831
eliminte some compiler warnings
John W. Eaton <jwe@octave.org>
parents:
8671
diff
changeset
|
2725 * Sparse.cc (assign (Sparse<LT>& lhs, const Sparse<RT>& rhs)): |
095ae5e0a831
eliminte some compiler warnings
John W. Eaton <jwe@octave.org>
parents:
8671
diff
changeset
|
2726 Eliminate unused variable N. |
095ae5e0a831
eliminte some compiler warnings
John W. Eaton <jwe@octave.org>
parents:
8671
diff
changeset
|
2727 |
095ae5e0a831
eliminte some compiler warnings
John W. Eaton <jwe@octave.org>
parents:
8671
diff
changeset
|
2728 * MArray-f.cc (MArray<float>::norm (float p) const, |
095ae5e0a831
eliminte some compiler warnings
John W. Eaton <jwe@octave.org>
parents:
8671
diff
changeset
|
2729 MArray<FloatComplex>::norm (float p) const): Pass P to xnorm. |
095ae5e0a831
eliminte some compiler warnings
John W. Eaton <jwe@octave.org>
parents:
8671
diff
changeset
|
2730 |
095ae5e0a831
eliminte some compiler warnings
John W. Eaton <jwe@octave.org>
parents:
8671
diff
changeset
|
2731 * eigs-base.cc (EigsRealNonSymmetricFunc, EigsRealSymmetricFunc) |
095ae5e0a831
eliminte some compiler warnings
John W. Eaton <jwe@octave.org>
parents:
8671
diff
changeset
|
2732 (EigsComplexNonSymmetricFunc): Avoid unused parameter warning. |
095ae5e0a831
eliminte some compiler warnings
John W. Eaton <jwe@octave.org>
parents:
8671
diff
changeset
|
2733 * idx-vector.cc (idx_vector::freeze): Likewise. |
095ae5e0a831
eliminte some compiler warnings
John W. Eaton <jwe@octave.org>
parents:
8671
diff
changeset
|
2734 |
8660
f274fbc29747
chunked buffer allocation for pointers
Jaroslav Hajek <highegg@gmail.com>
parents:
8655
diff
changeset
|
2735 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
f274fbc29747
chunked buffer allocation for pointers
Jaroslav Hajek <highegg@gmail.com>
parents:
8655
diff
changeset
|
2736 |
f274fbc29747
chunked buffer allocation for pointers
Jaroslav Hajek <highegg@gmail.com>
parents:
8655
diff
changeset
|
2737 * oct-locbuf.h: Specialize OCTAVE_LOCAL_BUFFER to use chunked |
f274fbc29747
chunked buffer allocation for pointers
Jaroslav Hajek <highegg@gmail.com>
parents:
8655
diff
changeset
|
2738 allocation for pointers and const pointers. |
f274fbc29747
chunked buffer allocation for pointers
Jaroslav Hajek <highegg@gmail.com>
parents:
8655
diff
changeset
|
2739 |
8655
d48a1837d2bc
Add missing libqrupdate to liboctave link dependencies
Benjamin Lindner <lindnerben@gmx.net>
parents:
8651
diff
changeset
|
2740 2009-02-03 Benjamin Lindner <lindnerben@gmx.net> |
9967 | 2741 |
8655
d48a1837d2bc
Add missing libqrupdate to liboctave link dependencies
Benjamin Lindner <lindnerben@gmx.net>
parents:
8651
diff
changeset
|
2742 * Makefile.in: Add missing library reference. |
d48a1837d2bc
Add missing libqrupdate to liboctave link dependencies
Benjamin Lindner <lindnerben@gmx.net>
parents:
8651
diff
changeset
|
2743 |
8651
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2744 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2745 |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2746 * Array.cc (Array<T>::sort (octave_idx_type, sortmode)): |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2747 Copy array on-the-fly. |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2748 (Array<T>::sort (Array<octave_idx_type> &, octave_idx_type, sortmode)): |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2749 Copy array on-the-fly, use bare pointers rather than vec_index. |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2750 |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2751 * Array-d.cc (Array<double>::sort (octave_idx_type, sortmode)): |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2752 Copy array on-the-fly. |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2753 (Array<double>::sort (Array<octave_idx_type> &, octave_idx_type, sortmode)): |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2754 Copy array on-the-fly, use bare pointers rather than vec_index. |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2755 |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2756 * Array-f.cc (Array<float>::sort (octave_idx_type, sortmode)): |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2757 Copy array on-the-fly. |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2758 (Array<float>::sort (Array<octave_idx_type> &, octave_idx_type, sortmode)): |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2759 Copy array on-the-fly, use bare pointers rather than vec_index. |
ea8e65ca234f
reduce memory usage in sorting
Jaroslav Hajek <highegg@gmail.com>
parents:
8650
diff
changeset
|
2760 |
8650
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2761 2009-02-02 Jaroslav Hajek <highegg@gmail.com> |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2762 |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2763 * mx-inlines.cc (mx_inline_fabs_dup, mx_inline_cabs_dup): New funcs. |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2764 |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2765 * dMatrix.cc (real, imag, Matrix::abs): Simplify. |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2766 * fMatrix.cc (real, imag, FloatMatrix::abs): Simplify. |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2767 * CMatrix.cc (ComplexMatrix::abs, ComplexMatrix::conj): Simplify. |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2768 * fCMatrix.cc (FloatComplexMatrix::abs, FloatComplexMatrix::conj): Simplify. |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2769 |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2770 * CMatrix.h, fCMatrix.h (conj): Add missing decl. |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2771 |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2772 * dNDArray.cc (real, imag, NDArray::abs): Simplify. |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2773 * fNDArray.cc (real, imag, FloatNDArray::abs): Simplify. |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2774 * CNDArray.cc (ComplexNDArray::abs, ComplexNDArray::conj): Simplify. |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2775 * fCNDArray.cc (FloatComplexNDArray::abs, FloatComplexNDArray::conj): Simplify. |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2776 |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2777 * CMatrix.h, fCMatrix.h (conj): New decl. |
a1ae2aae903e
abs,real,imag,conj: use code from mx-inlines rather than the generic map
Jaroslav Hajek <highegg@gmail.com>
parents:
8628
diff
changeset
|
2778 |
8626
1dce30ab0e72
don't convert NaN to logical in bool expressions
John W. Eaton <jwe@octave.org>
parents:
8618
diff
changeset
|
2779 2009-01-29 John W. Eaton <jwe@octave.org> |
1dce30ab0e72
don't convert NaN to logical in bool expressions
John W. Eaton <jwe@octave.org>
parents:
8618
diff
changeset
|
2780 |
1dce30ab0e72
don't convert NaN to logical in bool expressions
John W. Eaton <jwe@octave.org>
parents:
8618
diff
changeset
|
2781 * intNDArray.h (intNDArray<T>:any_element_is_nan): New function. |
1dce30ab0e72
don't convert NaN to logical in bool expressions
John W. Eaton <jwe@octave.org>
parents:
8618
diff
changeset
|
2782 * boolNDArrah.h (boolNDArray::any_element_is_nan): New function. |
1dce30ab0e72
don't convert NaN to logical in bool expressions
John W. Eaton <jwe@octave.org>
parents:
8618
diff
changeset
|
2783 * chNDArray.h (charNDArray::any_element_is_nan): New function. |
1dce30ab0e72
don't convert NaN to logical in bool expressions
John W. Eaton <jwe@octave.org>
parents:
8618
diff
changeset
|
2784 |
8618
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8614
diff
changeset
|
2785 2009-01-28 John W. Eaton <jwe@octave.org> |
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8614
diff
changeset
|
2786 |
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8614
diff
changeset
|
2787 * Makefile.in (LIBRARIES, install, uninstall): Use SHLLIBPRE |
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8614
diff
changeset
|
2788 and SHLBINPRE library prefixes. |
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8614
diff
changeset
|
2789 From Marco Atzeri <marco_atzeri@yahoo.it>. |
f8b3ece45bda
use separate prefix for shllib and shlbin files
John W. Eaton <jwe@octave.org>
parents:
8614
diff
changeset
|
2790 |
8614
5114ea5a41b5
use shallow copying in Matrix/RowVector/ColumnVector conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8607
diff
changeset
|
2791 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
5114ea5a41b5
use shallow copying in Matrix/RowVector/ColumnVector conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8607
diff
changeset
|
2792 |
5114ea5a41b5
use shallow copying in Matrix/RowVector/ColumnVector conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8607
diff
changeset
|
2793 * dMatrix.cc (Matrix::Matrix (const RowVector&)): Use shallow copy. |
8628 | 2794 (Matrix::Matrix (const ColumnVector&)): Ditto. |
2795 (Matrix::row): Ditto. | |
2796 (Matrix::column): Ditto. | |
8614
5114ea5a41b5
use shallow copying in Matrix/RowVector/ColumnVector conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8607
diff
changeset
|
2797 |
5114ea5a41b5
use shallow copying in Matrix/RowVector/ColumnVector conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8607
diff
changeset
|
2798 * fMatrix.cc (FloatMatrix::FloatMatrix (const FloatRowVector&)): Use |
5114ea5a41b5
use shallow copying in Matrix/RowVector/ColumnVector conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8607
diff
changeset
|
2799 shallow copy. |
8628 | 2800 (FloatMatrix::FloatMatrix (const FloatColumnVector&)): Ditto. |
2801 (FloatMatrix::row): Ditto. | |
2802 (FloatMatrix::column): Ditto. | |
8614
5114ea5a41b5
use shallow copying in Matrix/RowVector/ColumnVector conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8607
diff
changeset
|
2803 |
5114ea5a41b5
use shallow copying in Matrix/RowVector/ColumnVector conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8607
diff
changeset
|
2804 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const ComplexRowVector&)): |
5114ea5a41b5
use shallow copying in Matrix/RowVector/ColumnVector conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8607
diff
changeset
|
2805 Use shallow copy. |
8628 | 2806 (ComplexMatrix::ComplexMatrix (const ComplexColumnVector&)): Ditto. |
2807 (ComplexMatrix::row): Ditto. | |
2808 (ComplexMatrix::column): Ditto. | |
8614
5114ea5a41b5
use shallow copying in Matrix/RowVector/ColumnVector conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8607
diff
changeset
|
2809 |
5114ea5a41b5
use shallow copying in Matrix/RowVector/ColumnVector conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8607
diff
changeset
|
2810 * fCMatrix.cc (FloatComplexMatrix::FloatComplexMatrix (const FloatComplexRowVector&)): |
5114ea5a41b5
use shallow copying in Matrix/RowVector/ColumnVector conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8607
diff
changeset
|
2811 Use shallow copy. |
8628 | 2812 (FloatComplexMatrix::FloatComplexMatrix (const FloatComplexColumnVector&)): Ditto. |
2813 (FloatComplexMatrix::row): Ditto. | |
2814 (FloatComplexMatrix::column): Ditto. | |
8614
5114ea5a41b5
use shallow copying in Matrix/RowVector/ColumnVector conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8607
diff
changeset
|
2815 |
8607
08331c2fb00f
add -lregex to REGEX_LIBS at configure stage, add ARPACK_LIBS, REGEX_LIBS to liboctave's link deps
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8597
diff
changeset
|
2816 2009-01-27 Benjamin Lindner <lindnerb@users.sourceforge.net> |
08331c2fb00f
add -lregex to REGEX_LIBS at configure stage, add ARPACK_LIBS, REGEX_LIBS to liboctave's link deps
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8597
diff
changeset
|
2817 |
08331c2fb00f
add -lregex to REGEX_LIBS at configure stage, add ARPACK_LIBS, REGEX_LIBS to liboctave's link deps
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8597
diff
changeset
|
2818 * Makefile.in (LINK_DEPS): Include ARPACK_LIBS and REGEX_LIBS in |
08331c2fb00f
add -lregex to REGEX_LIBS at configure stage, add ARPACK_LIBS, REGEX_LIBS to liboctave's link deps
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8597
diff
changeset
|
2819 the list. |
08331c2fb00f
add -lregex to REGEX_LIBS at configure stage, add ARPACK_LIBS, REGEX_LIBS to liboctave's link deps
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8597
diff
changeset
|
2820 |
8597
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2821 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2822 |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2823 * dbleQR.cc (QR::init): Use form. Use local buffers. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2824 Query for optimal block size. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2825 (QR::form): New function. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2826 * dbleQR.h: Declare it. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2827 * dbleQRP.cc (QRP::init):Use form. Use local buffers. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2828 Query for optimal block size. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2829 |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2830 * floatQR.cc (FloatQR::init): Use form. Use local buffers. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2831 Query for optimal block size. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2832 (FloatQR::form): New function. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2833 * floatQR.h: Declare it. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2834 * floatQRP.cc (FloatQRP::init):Use form. Use local buffers. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2835 Query for optimal block size. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2836 |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2837 * CmplxQR.cc (ComplexQR::init): Use form. Use local buffers. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2838 Query for optimal block size. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2839 (ComplexQR::form): New function. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2840 * CmplxQR.h: Declare it. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2841 * CmplxQRP.cc (ComplexQRP::init):Use form. Use local buffers. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2842 Query for optimal block size. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2843 |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2844 * fCmplxQR.cc (FloatComplexQR::init): Use form. Use local buffers. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2845 Query for optimal block size. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2846 (FloatComplexQR::form): New function. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2847 * fCmplxQR.h: Declare it. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2848 * fCmplxQRP.cc (FloatComplexQRP::init):Use form. Use local buffers. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2849 Query for optimal block size. |
c86718093c1b
improve & fix QR classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8580
diff
changeset
|
2850 |
8580
188d38a553c7
further indexing optimization touches
Jaroslav Hajek <highegg@gmail.com>
parents:
8579
diff
changeset
|
2851 2009-01-23 Jaroslav Hajek <highegg@gmail.com> |
188d38a553c7
further indexing optimization touches
Jaroslav Hajek <highegg@gmail.com>
parents:
8579
diff
changeset
|
2852 |
188d38a553c7
further indexing optimization touches
Jaroslav Hajek <highegg@gmail.com>
parents:
8579
diff
changeset
|
2853 * Array.cc (Array<T>::assign (const idx_vector&, const Array<T>&)): |
188d38a553c7
further indexing optimization touches
Jaroslav Hajek <highegg@gmail.com>
parents:
8579
diff
changeset
|
2854 Optimize assignment to an empty array. |
188d38a553c7
further indexing optimization touches
Jaroslav Hajek <highegg@gmail.com>
parents:
8579
diff
changeset
|
2855 (Array<T>::assign (const idx_vector&, const idx_vector&, const Array<T>&)): |
188d38a553c7
further indexing optimization touches
Jaroslav Hajek <highegg@gmail.com>
parents:
8579
diff
changeset
|
2856 Optimize assignment to an empty array. |
188d38a553c7
further indexing optimization touches
Jaroslav Hajek <highegg@gmail.com>
parents:
8579
diff
changeset
|
2857 |
8579
7e0f36dfefbe
implement octave_value_list using Array
Jaroslav Hajek <highegg@gmail.com>
parents:
8565
diff
changeset
|
2858 2009-01-22 Jaroslav Hajek <highegg@gmail.com> |
7e0f36dfefbe
implement octave_value_list using Array
Jaroslav Hajek <highegg@gmail.com>
parents:
8565
diff
changeset
|
2859 |
7e0f36dfefbe
implement octave_value_list using Array
Jaroslav Hajek <highegg@gmail.com>
parents:
8565
diff
changeset
|
2860 * Array2.h (Array2<T>::index): Declare resize_ok as bool. |
8628 | 2861 * ArrayN.h (ArrayN<T>::index): Ditto. Declare index vectors as const |
8579
7e0f36dfefbe
implement octave_value_list using Array
Jaroslav Hajek <highegg@gmail.com>
parents:
8565
diff
changeset
|
2862 refs. |
7e0f36dfefbe
implement octave_value_list using Array
Jaroslav Hajek <highegg@gmail.com>
parents:
8565
diff
changeset
|
2863 |
8565 | 2864 2009-01-22 Jaroslav Hajek <highegg@gmail.com> |
2865 | |
2866 * Range.cc (sort_internal): Add missing test. | |
2867 | |
8563
3a3421a9f0bb
optimize resizable indexing with scalars
Jaroslav Hajek <highegg@gmail.com>
parents:
8562
diff
changeset
|
2868 2009-01-22 Jaroslav Hajek <highegg@gmail.com> |
3a3421a9f0bb
optimize resizable indexing with scalars
Jaroslav Hajek <highegg@gmail.com>
parents:
8562
diff
changeset
|
2869 |
3a3421a9f0bb
optimize resizable indexing with scalars
Jaroslav Hajek <highegg@gmail.com>
parents:
8562
diff
changeset
|
2870 * Array.cc (Array<T>::index (..., bool resize_ok)): |
3a3421a9f0bb
optimize resizable indexing with scalars
Jaroslav Hajek <highegg@gmail.com>
parents:
8562
diff
changeset
|
2871 Optimize the all-scalar-indices cases. |
3a3421a9f0bb
optimize resizable indexing with scalars
Jaroslav Hajek <highegg@gmail.com>
parents:
8562
diff
changeset
|
2872 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8553
diff
changeset
|
2873 2009-01-22 Jaroslav Hajek <highegg@gmail.com> |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8553
diff
changeset
|
2874 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8553
diff
changeset
|
2875 * dbleQR.h: Optionally declare warn_qrupdate_once. |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8553
diff
changeset
|
2876 * dbleQR.cc: Define it. |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8553
diff
changeset
|
2877 * (CmplxQR.h, dbleQR.h, fCmplxQR.h, floatQR.h): Declare replacement |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8553
diff
changeset
|
2878 methods unconditionally. |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8553
diff
changeset
|
2879 * (CmplxQR.cc, dbleQR.cc, fCmplxQR.cc, floatQR.cc): Define |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8553
diff
changeset
|
2880 updating replacement methods. |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8553
diff
changeset
|
2881 * (CmplxCHOL.h, dbleCHOL.h, fCmplxCHOL.h, floatCHOL.h): Declare |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8553
diff
changeset
|
2882 replacement methods unconditionally. |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8553
diff
changeset
|
2883 * (CmplxCHOL.cc, dbleCHOL.cc, fCmplxCHOL.cc, floatCHOL.cc): Define |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8553
diff
changeset
|
2884 updating replacement methods. |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8553
diff
changeset
|
2885 |
8553
c7ff200e45f5
optimize range-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8549
diff
changeset
|
2886 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
c7ff200e45f5
optimize range-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8549
diff
changeset
|
2887 |
c7ff200e45f5
optimize range-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8549
diff
changeset
|
2888 * Range.cc ( operator + (double x, const Range& r), |
c7ff200e45f5
optimize range-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8549
diff
changeset
|
2889 operator + (const Range& r, double x), |
c7ff200e45f5
optimize range-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8549
diff
changeset
|
2890 operator - (double x, const Range& r), |
c7ff200e45f5
optimize range-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8549
diff
changeset
|
2891 operator - (const Range& r, double x), |
c7ff200e45f5
optimize range-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8549
diff
changeset
|
2892 operator * (double x, const Range& r), |
c7ff200e45f5
optimize range-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8549
diff
changeset
|
2893 operator * (const Range& r, double x)): New operators. |
c7ff200e45f5
optimize range-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8549
diff
changeset
|
2894 * Range.h: Declare them. |
c7ff200e45f5
optimize range-scalar ops
Jaroslav Hajek <highegg@gmail.com>
parents:
8549
diff
changeset
|
2895 |
8549 | 2896 2009-01-20 John W. Eaton <jwe@octave.org> |
2897 | |
2898 * file-stat.h, file-stat.cc (class base_file_stat): New base class. | |
2899 (class file_stat): Derive from base_file_stat. | |
2900 (class file_fstat): New class, derived from base_file_stat. | |
2901 | |
8547
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2902 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2903 |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2904 * floatQR.h (FloatQR::update, FloatQR::insert_col, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2905 FloatQR::insert_row, FloatQR::delete_col, FloatQR::delete_row, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2906 FloatQR::shift_col): Update interfaces. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2907 |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2908 * floatQR.cc: Update external decls for qrupdate routines. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2909 (FloatQR::update, FloatQR::insert_col, FloatQR::insert_row, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2910 FloatQR::delete_col, FloatQR::delete_row, FloatQR::shift_col): Reflect |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2911 changes in qrupdate interfaces, implement batch updates. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2912 |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2913 * dbleQR.h (QR::update, QR::insert_col, QR::insert_row, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2914 QR::delete_col, QR::delete_row, QR::shift_col): Update interfaces. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2915 |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2916 * dbleQR.cc: Update external decls for qrupdate routines. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2917 (QR::update, QR::insert_col, QR::insert_row, QR::delete_col, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2918 QR::delete_row, QR::shift_col): Reflect changes in qrupdate |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2919 interfaces, implement batch updates. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2920 |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2921 * fCmplxQR.h (FloatComplexQR::update, FloatComplexQR::insert_col, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2922 FloatComplexQR::insert_row, FloatComplexQR::delete_col, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2923 FloatComplexQR::delete_row, FloatComplexQR::shift_col): Update |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2924 interfaces. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2925 |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2926 * fCmplxQR.cc: Update external decls for qrupdate routines. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2927 (FloatComplexQR::update, FloatComplexQR::insert_col, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2928 FloatComplexQR::insert_row, FloatComplexQR::delete_col, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2929 FloatComplexQR::delete_row, FloatComplexQR::shift_col): Reflect |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2930 changes in qrupdate interfaces, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2931 implement batch updates. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2932 |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2933 * CmplxQR.h (ComplexQR::update, ComplexQR::insert_col, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2934 ComplexQR::insert_row, ComplexQR::delete_col, ComplexQR::delete_row, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2935 ComplexQR::shift_col): Update interfaces. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2936 |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2937 * CmplxQR.cc: Update external decls for qrupdate routines. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2938 (ComplexQR::update, ComplexQR::insert_col, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2939 ComplexQR::insert_row, ComplexQR::delete_col, ComplexQR::delete_row, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2940 ComplexQR::shift_col): Reflect changes in qrupdate interfaces, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2941 implement batch updates. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2942 |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2943 * floatCHOL.h (FloatCHOL::update, FloatCHOL::downdate, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2944 FloatCHOL::insert_sym): Update interfaces. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2945 * floatCHOL.cc: Update external decls for qrupdate routines. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2946 (FloatCHOL::update, FloatCHOL::downdate, FloatCHOL::insert_sym, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2947 FloatCHOL::delete_sym, FloatCHOL::shift_sym): Reflect changes in |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2948 qrupdate interfaces, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2949 |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2950 * CHOL.h (CHOL::update, CHOL::downdate, CHOL::insert_sym): Update |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2951 interfaces. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2952 * CHOL.cc: Update external decls for qrupdate routines. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2953 (CHOL::update, CHOL::downdate, CHOL::insert_sym, CHOL::delete_sym, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2954 CHOL::shift_sym): Reflect changes in qrupdate interfaces, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2955 |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2956 * fCmplxCHOL.h (FloatComplexCHOL::update, FloatComplexCHOL::downdate, |
9967 | 2957 FloatComplexCHOL::insert_sym): Update interfaces. |
8547
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2958 * fCmplxCHOL.cc: Update external decls for qrupdate routines. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2959 (FloatComplexCHOL::update, FloatComplexCHOL::downdate, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2960 FloatComplexCHOL::insert_sym, FloatComplexCHOL::delete_sym, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2961 FloatComplexCHOL::shift_sym): Reflect changes in qrupdate interfaces, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2962 |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2963 * CmplxCHOL.h (ComplexCHOL::update, ComplexCHOL::downdate, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2964 ComplexCHOL::insert_sym): Update interfaces. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2965 * CmplxCHOL.cc: Update external decls for qrupdate routines. |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2966 (ComplexCHOL::update, ComplexCHOL::downdate, ComplexCHOL::insert_sym, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2967 ComplexCHOL::delete_sym, ComplexCHOL::shift_sym): Reflect changes in |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2968 qrupdate interfaces, |
d66c9b6e506a
imported patch qrupdate.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8531
diff
changeset
|
2969 |
8531
b01fef323c24
add some explaining comments
Jaroslav Hajek <highegg@gmail.com>
parents:
8526
diff
changeset
|
2970 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
b01fef323c24
add some explaining comments
Jaroslav Hajek <highegg@gmail.com>
parents:
8526
diff
changeset
|
2971 |
b01fef323c24
add some explaining comments
Jaroslav Hajek <highegg@gmail.com>
parents:
8526
diff
changeset
|
2972 * Array.h (Array<T>): Document internal use of slice_data and |
b01fef323c24
add some explaining comments
Jaroslav Hajek <highegg@gmail.com>
parents:
8526
diff
changeset
|
2973 slice_len. |
b01fef323c24
add some explaining comments
Jaroslav Hajek <highegg@gmail.com>
parents:
8526
diff
changeset
|
2974 |
8526
17e0ad741fac
reshape: improve error message
John W. Eaton <jwe@octave.org>
parents:
8524
diff
changeset
|
2975 2009-01-15 John W. Eaton <jwe@octave.org> |
17e0ad741fac
reshape: improve error message
John W. Eaton <jwe@octave.org>
parents:
8524
diff
changeset
|
2976 |
17e0ad741fac
reshape: improve error message
John W. Eaton <jwe@octave.org>
parents:
8524
diff
changeset
|
2977 * Sparse.cc (Sparse<T>::reshape): Include mismatched dimensions in |
17e0ad741fac
reshape: improve error message
John W. Eaton <jwe@octave.org>
parents:
8524
diff
changeset
|
2978 error message. |
17e0ad741fac
reshape: improve error message
John W. Eaton <jwe@octave.org>
parents:
8524
diff
changeset
|
2979 * Array.cc (Array<T>::reshape): Likewise. |
17e0ad741fac
reshape: improve error message
John W. Eaton <jwe@octave.org>
parents:
8524
diff
changeset
|
2980 From Robert Millan <rmh@aybabtu.com>. |
17e0ad741fac
reshape: improve error message
John W. Eaton <jwe@octave.org>
parents:
8524
diff
changeset
|
2981 |
8524
937921654627
clean up Array and DiagArray2
Jaroslav Hajek <highegg@gmail.com>
parents:
8523
diff
changeset
|
2982 2009-01-14 Jaroslav Hajek <highegg@gmail.com> |
9967 | 2983 |
8524
937921654627
clean up Array and DiagArray2
Jaroslav Hajek <highegg@gmail.com>
parents:
8523
diff
changeset
|
2984 * Array.h (Array<T>::rep, Array<T>::dimensions): Make protected. |
937921654627
clean up Array and DiagArray2
Jaroslav Hajek <highegg@gmail.com>
parents:
8523
diff
changeset
|
2985 * Array.cc (Array<T>::make_unique): Move implementation here. |
8628 | 2986 (Array<T>::fill): Ditto. |
8524
937921654627
clean up Array and DiagArray2
Jaroslav Hajek <highegg@gmail.com>
parents:
8523
diff
changeset
|
2987 * DiagArray2.h (DiagArray2<T>): Reimplement without abusing |
937921654627
clean up Array and DiagArray2
Jaroslav Hajek <highegg@gmail.com>
parents:
8523
diff
changeset
|
2988 Array<T> internals. |
937921654627
clean up Array and DiagArray2
Jaroslav Hajek <highegg@gmail.com>
parents:
8523
diff
changeset
|
2989 (DiagArray2<T>::operator Array2<T>): New method. |
937921654627
clean up Array and DiagArray2
Jaroslav Hajek <highegg@gmail.com>
parents:
8523
diff
changeset
|
2990 * DiagArray2.cc (DiagArray2<T>): Update methods. |
937921654627
clean up Array and DiagArray2
Jaroslav Hajek <highegg@gmail.com>
parents:
8523
diff
changeset
|
2991 * MDiagArray2.h (MDiagArray2<T>::operator Array2<T>): Simplify. |
937921654627
clean up Array and DiagArray2
Jaroslav Hajek <highegg@gmail.com>
parents:
8523
diff
changeset
|
2992 * PermMatrix.h (PermMatrix): Reimplement without abusing |
937921654627
clean up Array and DiagArray2
Jaroslav Hajek <highegg@gmail.com>
parents:
8523
diff
changeset
|
2993 Array<T> internals. |
937921654627
clean up Array and DiagArray2
Jaroslav Hajek <highegg@gmail.com>
parents:
8523
diff
changeset
|
2994 * PermMatrix.cc (PermMatrix): Update methods. |
937921654627
clean up Array and DiagArray2
Jaroslav Hajek <highegg@gmail.com>
parents:
8523
diff
changeset
|
2995 |
8523
ad3afaaa19c1
implement non-copying contiguous range indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8521
diff
changeset
|
2996 2009-01-14 Jaroslav Hajek <highegg@gmail.com> |
ad3afaaa19c1
implement non-copying contiguous range indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8521
diff
changeset
|
2997 |
ad3afaaa19c1
implement non-copying contiguous range indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8521
diff
changeset
|
2998 * Array.cc, Array.h (all Array<T> constructors): Handle slice_data and |
ad3afaaa19c1
implement non-copying contiguous range indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8521
diff
changeset
|
2999 slice_len. |
ad3afaaa19c1
implement non-copying contiguous range indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8521
diff
changeset
|
3000 (Array<T>::Array<T> (const Array<T>&, const dim_vector&, |
ad3afaaa19c1
implement non-copying contiguous range indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8521
diff
changeset
|
3001 octave_idx_type, octave_idx_type)): New constructor. |
ad3afaaa19c1
implement non-copying contiguous range indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8521
diff
changeset
|
3002 (Array<T>::index): Use shallow copy when index reduces to a contiguous |
ad3afaaa19c1
implement non-copying contiguous range indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8521
diff
changeset
|
3003 range. |
ad3afaaa19c1
implement non-copying contiguous range indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8521
diff
changeset
|
3004 (Array<T>::make_unique): Rewrite. |
ad3afaaa19c1
implement non-copying contiguous range indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8521
diff
changeset
|
3005 (Array<T>::ArrayRep): Delete redundant methods. |
ad3afaaa19c1
implement non-copying contiguous range indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8521
diff
changeset
|
3006 (rec_index_helper::is_cont_range): New method. |
ad3afaaa19c1
implement non-copying contiguous range indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8521
diff
changeset
|
3007 (Array<T>::maybe_economize): New method. |
ad3afaaa19c1
implement non-copying contiguous range indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8521
diff
changeset
|
3008 * DiagArray2.cc (DiagArray2<T>::resize): Fix the mess. |
ad3afaaa19c1
implement non-copying contiguous range indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8521
diff
changeset
|
3009 |
8521 | 3010 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
3011 | |
3012 * oct-md5.cc: Include <cstdio>. | |
3013 | |
8503
8ba2ee57c594
remove qsort in favor of sort
Jaroslav Hajek <highegg@gmail.com>
parents:
8417
diff
changeset
|
3014 2009-01-13 Jaroslav Hajek <highegg@gmail.com> |
8ba2ee57c594
remove qsort in favor of sort
Jaroslav Hajek <highegg@gmail.com>
parents:
8417
diff
changeset
|
3015 |
8ba2ee57c594
remove qsort in favor of sort
Jaroslav Hajek <highegg@gmail.com>
parents:
8417
diff
changeset
|
3016 * Array.h (Array::ArrayRep::qsort): Remove. |
8ba2ee57c594
remove qsort in favor of sort
Jaroslav Hajek <highegg@gmail.com>
parents:
8417
diff
changeset
|
3017 (Array::qsort): Remove. |
8ba2ee57c594
remove qsort in favor of sort
Jaroslav Hajek <highegg@gmail.com>
parents:
8417
diff
changeset
|
3018 * glob-match.cc (glob_match::glob): qsort -> sort. |
8ba2ee57c594
remove qsort in favor of sort
Jaroslav Hajek <highegg@gmail.com>
parents:
8417
diff
changeset
|
3019 * str-vec.cc (string_vector::compare): Remove. |
8ba2ee57c594
remove qsort in favor of sort
Jaroslav Hajek <highegg@gmail.com>
parents:
8417
diff
changeset
|
3020 * str-vec.h (string_vector::compare): Remove decl. |
8ba2ee57c594
remove qsort in favor of sort
Jaroslav Hajek <highegg@gmail.com>
parents:
8417
diff
changeset
|
3021 (string_vector::qsort): Rename to sort, call Array::sort. |
8ba2ee57c594
remove qsort in favor of sort
Jaroslav Hajek <highegg@gmail.com>
parents:
8417
diff
changeset
|
3022 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8410
diff
changeset
|
3023 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8410
diff
changeset
|
3024 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8410
diff
changeset
|
3025 * eigs-base.cc: New file with template wrapper for ARPACK. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8410
diff
changeset
|
3026 * Makefile.in (TEMPLATE_SRC): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8410
diff
changeset
|
3027 |
8410 | 3028 2008-12-16 Jaroslav Hajek <highegg@gmail.com> |
3029 | |
3030 * Array.cc (rec_permute_helper): New class. | |
3031 (Array<T>::permute): Rewrite using the recursive algorithm. | |
3032 | |
8403 | 3033 2008-12-12 David Bateman <dbateman@free.fr> |
3034 | |
9967 | 3035 * sparse-base-chol.cc (inverse): Fix inversion based on cholesky |
8403 | 3036 factorization. |
9967 | 3037 |
8400
7b6e1fc1cb90
implement obstack-like optimization of local buffers
Jaroslav Hajek <highegg@gmail.com>
parents:
8397
diff
changeset
|
3038 2008-12-12 Jaroslav Hajek <highegg@gmail.com> |
7b6e1fc1cb90
implement obstack-like optimization of local buffers
Jaroslav Hajek <highegg@gmail.com>
parents:
8397
diff
changeset
|
3039 |
7b6e1fc1cb90
implement obstack-like optimization of local buffers
Jaroslav Hajek <highegg@gmail.com>
parents:
8397
diff
changeset
|
3040 * oct-locbuf.cc: New source. |
7b6e1fc1cb90
implement obstack-like optimization of local buffers
Jaroslav Hajek <highegg@gmail.com>
parents:
8397
diff
changeset
|
3041 * oct-locbuf.h (octave_chunk_buffer): New class. |
7b6e1fc1cb90
implement obstack-like optimization of local buffers
Jaroslav Hajek <highegg@gmail.com>
parents:
8397
diff
changeset
|
3042 (octave_local_buffer): Subclass from octave_chunk_buffer for selected |
7b6e1fc1cb90
implement obstack-like optimization of local buffers
Jaroslav Hajek <highegg@gmail.com>
parents:
8397
diff
changeset
|
3043 POD types. |
7b6e1fc1cb90
implement obstack-like optimization of local buffers
Jaroslav Hajek <highegg@gmail.com>
parents:
8397
diff
changeset
|
3044 |
8397 | 3045 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
3046 | |
3047 * mx-op-defs.h (DMDM_BIN_OP): Fix invalid buffer length. | |
3048 | |
8392
c187f0e3a7ee
use m-file implementation for expm
Jaroslav Hajek <highegg@gmail.com>
parents:
8386
diff
changeset
|
3049 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
c187f0e3a7ee
use m-file implementation for expm
Jaroslav Hajek <highegg@gmail.com>
parents:
8386
diff
changeset
|
3050 |
c187f0e3a7ee
use m-file implementation for expm
Jaroslav Hajek <highegg@gmail.com>
parents:
8386
diff
changeset
|
3051 * dMatrix.h, dMatrix.cc (Matrix::expm): Remove. |
c187f0e3a7ee
use m-file implementation for expm
Jaroslav Hajek <highegg@gmail.com>
parents:
8386
diff
changeset
|
3052 * fMatrix.h, fMatrix.cc (FloatMatrix::expm): Remove. |
c187f0e3a7ee
use m-file implementation for expm
Jaroslav Hajek <highegg@gmail.com>
parents:
8386
diff
changeset
|
3053 * CMatrix.h, CMatrix.cc (ComplexMatrix::expm): Remove. |
c187f0e3a7ee
use m-file implementation for expm
Jaroslav Hajek <highegg@gmail.com>
parents:
8386
diff
changeset
|
3054 * fCMatrix.h, fCMatrix.cc (FloatComplexMatrix::expm): Remove. |
c187f0e3a7ee
use m-file implementation for expm
Jaroslav Hajek <highegg@gmail.com>
parents:
8386
diff
changeset
|
3055 |
8386
a5e080076778
make balance more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8385
diff
changeset
|
3056 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
a5e080076778
make balance more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8385
diff
changeset
|
3057 |
a5e080076778
make balance more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8385
diff
changeset
|
3058 * base-aepbal.h: New source. |
a5e080076778
make balance more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8385
diff
changeset
|
3059 * dbleAEPBAL.h, dbleAEPBAL.cc: Rebase AEPBAL on base_aepbal. |
a5e080076778
make balance more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8385
diff
changeset
|
3060 * floatAEPBAL.h, floatAEPBAL.cc: Rebase FloatAEPBAL on base_aepbal. |
a5e080076778
make balance more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8385
diff
changeset
|
3061 * CmplxAEPBAL.h, CmplxAEPBAL.cc: Rebase ComplexAEPBAL on base_aepbal. |
a5e080076778
make balance more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8385
diff
changeset
|
3062 * fCmplxAEPBAL.h, fCmplxAEPBAL.cc: Rebase FloatComplexAEPBAL on base_aepbal. |
a5e080076778
make balance more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8385
diff
changeset
|
3063 |
8384
a99b9113c58c
optimize sparse bool indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8380
diff
changeset
|
3064 2008-12-08 Jaroslav Hajek <highegg@gmail.com> |
a99b9113c58c
optimize sparse bool indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8380
diff
changeset
|
3065 |
9967 | 3066 * idx-vector.cc (idx_vector::idx_vector_rep::idx_vector_rep (const |
8384
a99b9113c58c
optimize sparse bool indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8380
diff
changeset
|
3067 Sparse<bool>&)): New constructor. |
a99b9113c58c
optimize sparse bool indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8380
diff
changeset
|
3068 * idx_vector.h: Declare it. |
a99b9113c58c
optimize sparse bool indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8380
diff
changeset
|
3069 (idx_vector::idx_vector (const Sparse<bool>&)): New constructor. |
a99b9113c58c
optimize sparse bool indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8380
diff
changeset
|
3070 * idx-vector.cc (idx_vector::idx_vector_rep::idx_vector_rep (const |
a99b9113c58c
optimize sparse bool indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8380
diff
changeset
|
3071 Array<bool>&)): Fix extent calculation. |
a99b9113c58c
optimize sparse bool indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8380
diff
changeset
|
3072 |
8385
6e9660cd3bf2
Ensure oct-locbuf.h is installed with the install target
David Bateman <dbateman@free.fr>
parents:
8384
diff
changeset
|
3073 2008-12-09 David Bateman <dbateman@free.fr> |
6e9660cd3bf2
Ensure oct-locbuf.h is installed with the install target
David Bateman <dbateman@free.fr>
parents:
8384
diff
changeset
|
3074 |
6e9660cd3bf2
Ensure oct-locbuf.h is installed with the install target
David Bateman <dbateman@free.fr>
parents:
8384
diff
changeset
|
3075 * Makefile.in (INCLUDES): Add oct-locbuf.h |
9967 | 3076 |
8380
dbe67764e628
fix & improve speed of diagonal matrix multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
8379
diff
changeset
|
3077 2008-12-07 Jaroslav Hajek <highegg@gmail.com> |
dbe67764e628
fix & improve speed of diagonal matrix multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
8379
diff
changeset
|
3078 |
dbe67764e628
fix & improve speed of diagonal matrix multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
8379
diff
changeset
|
3079 * mx-inlines.cc (mx_inline_fill_vs): New template function. |
dbe67764e628
fix & improve speed of diagonal matrix multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
8379
diff
changeset
|
3080 * mx-op-defs.h (everywhere): Replace int by octave_idx_type. |
dbe67764e628
fix & improve speed of diagonal matrix multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
8379
diff
changeset
|
3081 (MDM_MULTIPLY_OP): Use mx_inline_mul_vs and mx_inline_fill_vs. |
8628 | 3082 (DMM_MULTIPLY_OP): Ditto. |
8380
dbe67764e628
fix & improve speed of diagonal matrix multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
8379
diff
changeset
|
3083 * fDiagMatrix.cc (operator *): Remove redundant ifs. |
dbe67764e628
fix & improve speed of diagonal matrix multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
8379
diff
changeset
|
3084 * fCDiagMatrix.cc (operator *): Remove redundant ifs. |
dbe67764e628
fix & improve speed of diagonal matrix multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
8379
diff
changeset
|
3085 |
8379
ad8ed668e0a4
allow initialized local buffers
Jaroslav Hajek <highegg@gmail.com>
parents:
8377
diff
changeset
|
3086 2008-12-06 Jaroslav Hajek <highegg@gmail.com> |
ad8ed668e0a4
allow initialized local buffers
Jaroslav Hajek <highegg@gmail.com>
parents:
8377
diff
changeset
|
3087 |
ad8ed668e0a4
allow initialized local buffers
Jaroslav Hajek <highegg@gmail.com>
parents:
8377
diff
changeset
|
3088 * oct-locbuf.h (OCTAVE_LOCAL_BUFFER_INIT): New macro. |
ad8ed668e0a4
allow initialized local buffers
Jaroslav Hajek <highegg@gmail.com>
parents:
8377
diff
changeset
|
3089 |
8377
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8375
diff
changeset
|
3090 2008-10-29 Jaroslav Hajek <highegg@gmail.com> |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8375
diff
changeset
|
3091 |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8375
diff
changeset
|
3092 * oct-locbuf.h: New header file. |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8375
diff
changeset
|
3093 * Array-d.cc, Array-f.cc, Array.cc, CMatrix.cc, CNDArray.cc, |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8375
diff
changeset
|
3094 CSparse.cc, CmplxCHOL.cc, CmplxGEPBAL.cc, MatrixType.cc, |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8375
diff
changeset
|
3095 Sparse-op-defs.h, Sparse.cc, SparseCmplxLU.cc, SparseCmplxQR.cc, |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8375
diff
changeset
|
3096 SparseQR.cc, SparsedbleLU.cc, dMatrix.cc, dNDArray.cc, dSparse.cc, |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8375
diff
changeset
|
3097 data-conv.cc, dbleCHOL.cc, dbleGEPBAL.cc, fCMatrix.cc, fCNDArray.cc, |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8375
diff
changeset
|
3098 fCmplxCHOL.cc, fCmplxGEPBAL.cc, fMatrix.cc, fNDArray.cc, file-ops.cc, |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8375
diff
changeset
|
3099 floatCHOL.cc, floatGEPBAL.cc, lo-sysdep.cc, oct-fftw.cc, oct-md5.cc, |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8375
diff
changeset
|
3100 oct-rand.cc, regex-match.cc, sparse-dmsolve.cc: Include oct-locbuf.h. |
25bc2d31e1bf
improve OCTAVE_LOCAL_BUFFER
Jaroslav Hajek <highegg@gmail.com>
parents:
8375
diff
changeset
|
3101 |
8375
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3102 2008-12-04 Jaroslav Hajek <highegg@gmail.com> |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3103 |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3104 * DiagArray2.h (DiagArray2<T>): Inherit Array<T> privately. |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3105 (DiagArray2<T>::dim1, dim2, rows, columns, cols, length, |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3106 nelem, numel, byte_size, dims): New methods. |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3107 (DiagArray2<T>::diag): New method decl. |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3108 * DiagArray2.cc (DiagArray2<T>::diag): New method. |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3109 * MDiagArray2.h (MDiagArray2<T>::diag): New method. |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3110 * dDiagMatrix.cc (DiagMatrix::diag): Remove. |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3111 * fDiagMatrix.cc (FloatDiagMatrix::diag): Remove. |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3112 * CDiagMatrix.cc (ComplexDiagMatrix::diag): Remove. |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3113 * fCDiagMatrix.cc (FloatComplexDiagMatrix::diag): Remove. |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3114 |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3115 * PermMatrix.h (PermMatrix): Inherit Array<octave_idx_type> privately. |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3116 (PermMatrix::dim1, dim2, rows, columns, cols, length, |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3117 nelem, numel, byte_size, dims): New methods. |
e3c9102431a9
fix design problems of diag & perm matrix classes
Jaroslav Hajek <highegg@gmail.com>
parents:
8371
diff
changeset
|
3118 |
9967 | 3119 |
8371
c3f7e2549abb
make det & inv aware of diagonal & permutation matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8369
diff
changeset
|
3120 2008-12-04 Jaroslav Hajek <highegg@gmail.com> |
9967 | 3121 |
8371
c3f7e2549abb
make det & inv aware of diagonal & permutation matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8369
diff
changeset
|
3122 * dDiagMatrix.cc (DiagMatrix::determinant, DiagMatrix::rcond): New |
c3f7e2549abb
make det & inv aware of diagonal & permutation matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8369
diff
changeset
|
3123 method. |
c3f7e2549abb
make det & inv aware of diagonal & permutation matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8369
diff
changeset
|
3124 * dDiagMatrix.h: Declare them. |
c3f7e2549abb
make det & inv aware of diagonal & permutation matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8369
diff
changeset
|
3125 * fDiagMatrix.cc (FloatDiagMatrix::determinant, |
c3f7e2549abb
make det & inv aware of diagonal & permutation matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8369
diff
changeset
|
3126 FloatDiagMatrix::rcond): New methods. |
c3f7e2549abb
make det & inv aware of diagonal & permutation matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8369
diff
changeset
|
3127 * fDiagMatrix.h: Declare them. |
c3f7e2549abb
make det & inv aware of diagonal & permutation matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8369
diff
changeset
|
3128 * CDiagMatrix.cc (ComplexDiagMatrix::determinant, |
c3f7e2549abb
make det & inv aware of diagonal & permutation matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8369
diff
changeset
|
3129 ComplexDiagMatrix::rcond): New methods. |
c3f7e2549abb
make det & inv aware of diagonal & permutation matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8369
diff
changeset
|
3130 * CDiagMatrix.h: Declare them. |
c3f7e2549abb
make det & inv aware of diagonal & permutation matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8369
diff
changeset
|
3131 * fCDiagMatrix.cc (FloatComplexDiagMatrix::determinant, |
c3f7e2549abb
make det & inv aware of diagonal & permutation matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8369
diff
changeset
|
3132 FloatComplexDiagMatrix::rcond): New methods. |
c3f7e2549abb
make det & inv aware of diagonal & permutation matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8369
diff
changeset
|
3133 * fCDiagMatrix.h: Declare them. |
c3f7e2549abb
make det & inv aware of diagonal & permutation matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
8369
diff
changeset
|
3134 |
8369 | 3135 2008-12-04 Jaroslav Hajek <highegg@gmail.com> |
3136 | |
3137 * idx-vector.cc (idx-vector::complement): Add missing delete. | |
3138 | |
8368
c72c1c9bccdc
call blocked permuted qr factorization routines from LAPACK
Jaroslav Hajek <highegg@gmail.com>
parents:
8367
diff
changeset
|
3139 2008-12-04 Jaroslav Hajek <highegg@gmail.com> |
c72c1c9bccdc
call blocked permuted qr factorization routines from LAPACK
Jaroslav Hajek <highegg@gmail.com>
parents:
8367
diff
changeset
|
3140 |
c72c1c9bccdc
call blocked permuted qr factorization routines from LAPACK
Jaroslav Hajek <highegg@gmail.com>
parents:
8367
diff
changeset
|
3141 * dbleQRP.cc (QRP::QRP): Call DGEQP3 rather than DGEQPF. |
c72c1c9bccdc
call blocked permuted qr factorization routines from LAPACK
Jaroslav Hajek <highegg@gmail.com>
parents:
8367
diff
changeset
|
3142 * floatQRP.cc (FloatQRP::FloatQRP): Call SGEQP3 rather than SGEQPF. |
c72c1c9bccdc
call blocked permuted qr factorization routines from LAPACK
Jaroslav Hajek <highegg@gmail.com>
parents:
8367
diff
changeset
|
3143 * CmplxQRP.cc (ComplexQRP::ComplexQRP): Call ZGEQP3 rather than ZGEQPF. |
c72c1c9bccdc
call blocked permuted qr factorization routines from LAPACK
Jaroslav Hajek <highegg@gmail.com>
parents:
8367
diff
changeset
|
3144 * fCmplxQRP.cc (FloatComplexQRP::FloatComplexQRP): Call CGEQP3 rather than CGEQPF. |
c72c1c9bccdc
call blocked permuted qr factorization routines from LAPACK
Jaroslav Hajek <highegg@gmail.com>
parents:
8367
diff
changeset
|
3145 |
8367
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3146 2008-12-03 Jaroslav Hajek <highegg@gmail.com> |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3147 |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3148 * PermMatrix.h, PermMatrix.cc: New sources. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3149 * MDiagArray2.cc (MDiagArray2<T>::is_multiple_of_identity): New method. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3150 * MDiagArray2.h (MDiagArray2<T>::is_multiple_of_identity): Declare it. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3151 * idx-vector.cc (idx_vector::is_permutation): New method. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3152 * idx-vector.h (idx_vector::is_permutation): Declare it. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3153 * base-lu.cc (base_lu::getp): New method. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3154 (base_lu::P): Call getp. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3155 (base_lu::Pvec): Call getp. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3156 * base-lu.h (base_lu): Delcare P as PermMatrix. Remove unused template |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3157 params. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3158 * dbleQRP.cc (dbleQRP::dbleQRP): Construct a permutation matrix. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3159 (dbleQRP::Pvec): New method. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3160 * dbleQRP.h: Declare new method. Declare P as PermMatrix. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3161 * CmplxQRP.cc (ComplexQRP): Likewise. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3162 * CmplxQRP.h (ComplexQRP): Likewise. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3163 * floatQRP.cc (FloatQRP): Likewise. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3164 * floatQRP.h (FloatQRP): Likewise. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3165 * fCmplxQRP.cc (FloatComplexQRP): Likewise. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3166 * fCmplxQRP.h (FloatComplexQRP): Likewise. |
445d27d79f4e
support permutation matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8366
diff
changeset
|
3167 |
8366
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3168 2008-12-01 Jaroslav Hajek <highegg@gmail.com> |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3169 |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3170 * DiagArray2.h (DiagArray2<T>::DiagArray2<T> (const DiagArray2<U>&)): New template |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3171 constructor. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3172 (DiagArray2<T>::elem, xelem, operator ()): Move to header file to |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3173 enable inlining. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3174 * DiagArray2.cc (DiagArray2<T>::elem, xelem, operator ()): Remove |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3175 implementations. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3176 * MDiagArray2.h (MDiagArray2<T>::MDiagArray2<T> (const DiagArray2<U>&)): New template |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3177 constructor. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3178 (MDiagArray2<T>::nnz): New method. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3179 * MDiagArray2.cc (MDiagArray2<T>::nnz): Implement it. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3180 |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3181 * dDiagMatrix.h (DiagMatrix::DiagMatrix (const DiagArray2<U>&)): New template |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3182 constructor. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3183 (DiagMatrix::abs): New method decl. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3184 (real (const ComplexDiagMatrix&), imag (const ComplexDiagMatrix&)): |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3185 New decls. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3186 * dDiagMatrix.cc (DiagMatrix::abs): New method. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3187 (operator *(const DiagMatrix&, const DiagMatrix&)): Optimize. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3188 (real (const ComplexDiagMatrix&), imag (const ComplexDiagMatrix&)): |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3189 New functions. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3190 |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3191 * fDiagMatrix.h (FloatDiagMatrix::FloatDiagMatrix (const DiagArray2<U>&)): New template |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3192 constructor. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3193 (FloatDiagMatrix::abs): New method decl. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3194 (real (const FloatComplexDiagMatrix&), imag (const FloatComplexDiagMatrix&)): |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3195 New decls. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3196 * fDiagMatrix.cc (FloatDiagMatrix::abs): New method. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3197 (operator *(const FloatDiagMatrix&, const FloatDiagMatrix&)): Optimize. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3198 (real (const FloatComplexDiagMatrix&), imag (const FloatComplexDiagMatrix&)): |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3199 New functions. |
9967 | 3200 |
8366
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3201 * CDiagMatrix.h (ComplexDiagMatrix::ComplexDiagMatrix (const DiagArray2<U>&)): New template |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3202 constructor. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3203 (ComplexDiagMatrix::abs): New method decl. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3204 (conj (const ComplexDiagMatrix&)): Add missing decl. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3205 (ComplexDiagMatrix::all_elements_are_real): New method decl. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3206 |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3207 * CDiagMatrix.cc (CDiagMatrix::abs): New method. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3208 (operator *(const DiagMatrix&, const ComplexDiagMatrix&)): Optimize. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3209 (operator *(const ComplexDiagMatrix&, const DiagMatrix&)): Optimize. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3210 (operator *(const ComplexDiagMatrix&, const ComplexDiagMatrix&)): Optimize. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3211 (ComplexDiagMatrix::all_elements_are_real): New method. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3212 |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3213 * fCDiagMatrix.h (FloatComplexDiagMatrix::FloatComplexDiagMatrix (const DiagArray2<U>&)): New template |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3214 constructor. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3215 (FloatComplexDiagMatrix::abs): New method decl. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3216 (conj (const FloatComplexDiagMatrix&)): Add missing decl. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3217 (FloatComplexDiagMatrix::all_elements_are_real): New method decl. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3218 |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3219 * fCDiagMatrix.cc (CDiagMatrix::abs): New method. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3220 (operator *(const FloatDiagMatrix&, const FloatComplexDiagMatrix&)): Optimize. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3221 (operator *(const FloatComplexDiagMatrix&, const FloatDiagMatrix&)): Optimize. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3222 (operator *(const ComplexDiagMatrix&, const ComplexDiagMatrix&)): Optimize. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3223 (FloatComplexDiagMatrix::all_elements_are_real): New method. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3224 |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3225 * dSparse.cc (SparseMatrix::SparseMatrix (const DiagMatrix&)): New |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3226 constructor. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3227 * dSparse.h (SparseMatrix::SparseMatrix (const DiagMatrix&)): Declare |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3228 it. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3229 |
9967 | 3230 * CSparse.cc (SparseComplexMatrix::SparseComplexMatrix (const ComplexDiagMatrix&)): |
8366
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3231 New constructor. |
9967 | 3232 * CSparse.h (SparseComplexMatrix::SparseComplexMatrix (const ComplexDiagMatrix&)): |
8366
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3233 Declare it. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3234 * mx-op-defs.h (DMM_MULTIPLY_OP, MDM_MULTIPLY_OP): Optimize. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8339
diff
changeset
|
3235 |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3236 2008-11-21 Jarkko Kaleva <d3roga@gmail.com> |
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3237 |
9967 | 3238 * EIG.h (EIG::EIG (const Matrix& a, const Matrix& b, |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3239 bool calc_eigenvectors = true)): New constructor. |
9967 | 3240 (EIG::EIG (const Matrix& a, const Matrix& b, octave_idx_type& info, |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3241 bool calc_eigenvectors = true)): New constructor. |
9967 | 3242 (EIG::EIG (const ComplexMatrix& a, const ComplexMatrix& b, |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3243 bool calc_eigenvectors = true)): New constructor. |
9967 | 3244 (EIG::EIG (const ComplexMatrix& a, const ComplexMatrix& b, |
3245 octave_idx_type& info, bool calc_eigenvectors = true)): New | |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3246 constructor. |
9967 | 3247 * EIG.cc (EIG::init (const Matrix& a, const Matrix& b, |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3248 bool calc_eigenvectors)): New function. |
9967 | 3249 (EIG::init (const ComplexMatrix& a, const ComplexMatrix& b, |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3250 bool calc_eigenvectors)): New function. |
9967 | 3251 (EIG::symmetric_init (const Matrix& a, const Matrix& b, |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3252 bool calc_eigenvectors)): New function. |
9967 | 3253 (EIG::hermitian_init (const ComplexMatrix& a, const ComplexMatrix& b, |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3254 bool calc_eigenvectors)): New function. |
9967 | 3255 * fEIG.h (fEIG::fEIG (const FloatMatrix& a, const FloatMatrix& b, |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3256 bool calc_eigenvectors = true)): New constructor. |
9967 | 3257 (fEIG::fEIG (const FloatMatrix& a, const FloatMatrix& b, |
3258 octave_idx_type& info, bool calc_eigenvectors = true)): New | |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3259 constructor. |
9967 | 3260 (fEIG::fEIG (const FloatComplexMatrix& a, const FloatComplexMatrix& b, |
3261 bool calc_eigenvectors = true)): New constructor. | |
3262 (fEIG::fEIG (const FloatComplexMatrix& a, const FloatComplexMatrix& b, | |
3263 octave_idx_type& info, bool calc_eigenvectors = true)): New | |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3264 constructor. |
9967 | 3265 (fEIG::init (const FloatMatrix& a, const FloatMatrix& b, |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3266 bool calc_eigenvectors)): New function. |
9967 | 3267 (fEIG::init (const FloatComplexMatrix& a, const FloatComplexMatrix& b, |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3268 bool calc_eigenvectors)): New function. |
9967 | 3269 (fEIG::symmetric_init (const FloatMatrix& a, const FloatMatrix& b, |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3270 bool calc_eigenvectors)): New function. |
9967 | 3271 (fEIG::hermitian_init (const FloatComplexMatrix& a, |
8339
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3272 const FloatComplexMatrix& b, bool calc_eigenvectors)): New function. |
18c4ded8612a
Add generalized eigenvalue functions
Jarkko Kaleva <d3roga@gmail.com>
parents:
8337
diff
changeset
|
3273 |
8337
e02242c54c49
reuse matrix type detected in det
Jaroslav Hajek <highegg@gmail.com>
parents:
8336
diff
changeset
|
3274 2008-11-19 Jaroslav Hajek <highegg@gmail.com> |
9967 | 3275 |
8337
e02242c54c49
reuse matrix type detected in det
Jaroslav Hajek <highegg@gmail.com>
parents:
8336
diff
changeset
|
3276 * dMatrix.cc (Matrix::determinant), |
e02242c54c49
reuse matrix type detected in det
Jaroslav Hajek <highegg@gmail.com>
parents:
8336
diff
changeset
|
3277 fMatrix.cc (FloatMatrix::determinant), |
e02242c54c49
reuse matrix type detected in det
Jaroslav Hajek <highegg@gmail.com>
parents:
8336
diff
changeset
|
3278 CMatrix.cc (ComplexMatrix::determinant), |
e02242c54c49
reuse matrix type detected in det
Jaroslav Hajek <highegg@gmail.com>
parents:
8336
diff
changeset
|
3279 fCMatrix.cc (FloatComplexMatrix::determinant): |
e02242c54c49
reuse matrix type detected in det
Jaroslav Hajek <highegg@gmail.com>
parents:
8336
diff
changeset
|
3280 Use atmp(i,i) instead of elem(i,i). |
e02242c54c49
reuse matrix type detected in det
Jaroslav Hajek <highegg@gmail.com>
parents:
8336
diff
changeset
|
3281 |
8336
9813c07ca946
make det take advantage of matrix type
Jaroslav Hajek <highegg@gmail.com>
parents:
8335
diff
changeset
|
3282 2008-11-19 Jaroslav Hajek <highegg@gmail.com> |
9813c07ca946
make det take advantage of matrix type
Jaroslav Hajek <highegg@gmail.com>
parents:
8335
diff
changeset
|
3283 |
9813c07ca946
make det take advantage of matrix type
Jaroslav Hajek <highegg@gmail.com>
parents:
8335
diff
changeset
|
3284 * DET.h (base_det<T>::square): New member function. |
9813c07ca946
make det take advantage of matrix type
Jaroslav Hajek <highegg@gmail.com>
parents:
8335
diff
changeset
|
3285 * dMatrix.cc (Matrix::determinant), |
9813c07ca946
make det take advantage of matrix type
Jaroslav Hajek <highegg@gmail.com>
parents:
8335
diff
changeset
|
3286 fMatrix.cc (FloatMatrix::determinant), |
9813c07ca946
make det take advantage of matrix type
Jaroslav Hajek <highegg@gmail.com>
parents:
8335
diff
changeset
|
3287 CMatrix.cc (ComplexMatrix::determinant), |
9813c07ca946
make det take advantage of matrix type
Jaroslav Hajek <highegg@gmail.com>
parents:
8335
diff
changeset
|
3288 fCMatrix.cc (FloatComplexMatrix::determinant): |
9813c07ca946
make det take advantage of matrix type
Jaroslav Hajek <highegg@gmail.com>
parents:
8335
diff
changeset
|
3289 Allow taking MatrixType argument. |
9813c07ca946
make det take advantage of matrix type
Jaroslav Hajek <highegg@gmail.com>
parents:
8335
diff
changeset
|
3290 * dMatrix.h, fMatrix.h, CMatrix.h, fCMatrix.h: Update decls. |
9813c07ca946
make det take advantage of matrix type
Jaroslav Hajek <highegg@gmail.com>
parents:
8335
diff
changeset
|
3291 |
8335 | 3292 2008-11-19 Jaroslav Hajek <highegg@gmail.com> |
3293 | |
3294 * DET.h: New source. | |
3295 * CmplxDET.cc, CmplxDET.h, dbleDET.cc, dbleDET.h, fCmplxDET.cc, | |
3296 fCmplxDET.h, floatDET.cc, floatDET.h: Remove. | |
3297 * Makefile.in: Reflect changes. | |
3298 * mx-defs.h: Remove DET decls. | |
3299 * mx-ext.h, dMatrix.h, fMatrix.h, CMatrix.h, fCMatrix.h, | |
3300 dSparse.h, CSparse.h: Include only DET.h. | |
3301 * dMatrix.cc (Matrix::determinant), | |
3302 fMatrix.cc (FloatMatrix::determinant), | |
3303 CMatrix.cc (ComplexMatrix::determinant), | |
3304 fCMatrix.cc (FloatComplexMatrix::determinant), | |
3305 dSparse.cc (SparseMatrix::determinant), | |
3306 CSparse.cc (SparseComplexMatrix::determinant): Use new class. | |
3307 | |
8328
c2d126754a49
Changelog for previous patch
David Bateman <dbateman@free.fr>
parents:
8326
diff
changeset
|
3308 2008-11-18 David Bateman <dbateman@free.fr> |
c2d126754a49
Changelog for previous patch
David Bateman <dbateman@free.fr>
parents:
8326
diff
changeset
|
3309 |
9967 | 3310 * file-ops.cc (std::string file_ops::tilde_expand (const |
3311 std::string&)): Check if the string contains a tilde and fast | |
8328
c2d126754a49
Changelog for previous patch
David Bateman <dbateman@free.fr>
parents:
8326
diff
changeset
|
3312 return if not. |
c2d126754a49
Changelog for previous patch
David Bateman <dbateman@free.fr>
parents:
8326
diff
changeset
|
3313 |
8326
545b9f62adcf
dir-ops.cc (dir_entry::read): use std::list<std::string> to cache names before converting to string_vector
John W. Eaton <jwe@octave.org>
parents:
8324
diff
changeset
|
3314 2008-11-17 John W. Eaton <jwe@octave.org> |
545b9f62adcf
dir-ops.cc (dir_entry::read): use std::list<std::string> to cache names before converting to string_vector
John W. Eaton <jwe@octave.org>
parents:
8324
diff
changeset
|
3315 |
545b9f62adcf
dir-ops.cc (dir_entry::read): use std::list<std::string> to cache names before converting to string_vector
John W. Eaton <jwe@octave.org>
parents:
8324
diff
changeset
|
3316 * dir-ops.cc (dir_entry::read): Use std::list<std::string> to |
545b9f62adcf
dir-ops.cc (dir_entry::read): use std::list<std::string> to cache names before converting to string_vector
John W. Eaton <jwe@octave.org>
parents:
8324
diff
changeset
|
3317 cache names before converting to string_vector. |
545b9f62adcf
dir-ops.cc (dir_entry::read): use std::list<std::string> to cache names before converting to string_vector
John W. Eaton <jwe@octave.org>
parents:
8324
diff
changeset
|
3318 |
8324 | 3319 2008-11-14 David Bateman <dbateman@free.fr> |
3320 | |
3321 * Array2.h (Array2<T> Array2<T>::index): Correct use of | |
3322 resize_fill_value. | |
3323 | |
8319
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3324 2008-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3325 |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3326 * MArray-C.cc, MArray-d.cc, MArray-f.cc, MArray-fC.cc: Declare |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3327 MArray<T>::norm specialization before implicit MArray<T> implicit |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3328 instantiation. |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3329 * idx-vector.h (class idx_vector::idx_base_rep, class |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3330 idx_vector::idx_range_rep, class idx_vector::idx_colon_rep, class |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3331 idx_vector::idx_scalar_rep, class idx_vector::idx_vector_rep): Add |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3332 OCTAVE_API tag. |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3333 * idx-vector.cc (idx_vector::idx_scalar_rep::idx_scalar_rep(T), |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3334 idx_vector::idx_vector_rep::idx_vector_rep(const Array<T>&)): Ditto. |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3335 * oct-inttypes.cc (octave_int<T>::type_name): Ditto. |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3336 * oct-inttypes.cc (powf(const octave_int<T>&,const float&)): Cast 'b' |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3337 to double. |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3338 * oct-inttypes.h: Undefine min/max. |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3339 * oct-norm.h (xnorm, xfrobnorm, xcolnorms, xrownorms): Add OCTAVE_API |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3340 tag. |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3341 * oct-norm.cc (xnorm, xfrobnorm, xcolnorms, xrownorms): Ditto. |
c374691576f6
Fix for MSVC compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8314
diff
changeset
|
3342 |
9501 | 3343 2008-11-12 Jaroslav Hajek <highegg@gmail.com> |
8314
eb0fb4a9859c
remove unimplemented method declaration
Jaroslav Hajek <highegg@gmail.com>
parents:
8308
diff
changeset
|
3344 |
eb0fb4a9859c
remove unimplemented method declaration
Jaroslav Hajek <highegg@gmail.com>
parents:
8308
diff
changeset
|
3345 * DiagArray2.h (DiagArray2<T>::maybe_delete_elements): Remove |
eb0fb4a9859c
remove unimplemented method declaration
Jaroslav Hajek <highegg@gmail.com>
parents:
8308
diff
changeset
|
3346 declaration. |
eb0fb4a9859c
remove unimplemented method declaration
Jaroslav Hajek <highegg@gmail.com>
parents:
8308
diff
changeset
|
3347 |
9501 | 3348 2008-11-09 Jaroslav Hajek <highegg@gmail.com> |
8308
5fe0f4dfdbec
use std::vector as a simple linear container in oct-norm.cc to avoid problems with instantiating Array<T>
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
3349 |
9967 | 3350 * oct-norm.cc: Don't include Array.cc. |
8308
5fe0f4dfdbec
use std::vector as a simple linear container in oct-norm.cc to avoid problems with instantiating Array<T>
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
3351 (column_norms (const MArray2<T>&, ...)): Use std::vector instead of Array<T> for |
5fe0f4dfdbec
use std::vector as a simple linear container in oct-norm.cc to avoid problems with instantiating Array<T>
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
3352 accumulator containers. Use empty constructor instead of |
5fe0f4dfdbec
use std::vector as a simple linear container in oct-norm.cc to avoid problems with instantiating Array<T>
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
3353 Array<T>::resize. |
8628 | 3354 (row_norms (const MArray2<T>&, ...)): Ditto. |
3355 (column_norms (const MSparse2<T>&, ...)): Ditto. | |
3356 (row_norms (const MSparse2<T>&, ...)): Ditto. | |
8308
5fe0f4dfdbec
use std::vector as a simple linear container in oct-norm.cc to avoid problems with instantiating Array<T>
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
3357 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8302
diff
changeset
|
3358 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8302
diff
changeset
|
3359 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8302
diff
changeset
|
3360 * oct-norm.h: New header file. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8302
diff
changeset
|
3361 * oct-norm.cc: New source. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8302
diff
changeset
|
3362 * CSparse.cc (SparseComplexMatrix::row, SparseComplexMatrix::column): |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8302
diff
changeset
|
3363 New member functions. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8302
diff
changeset
|
3364 * CSparse.h (SparseComplexMatrix): Declare them. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8302
diff
changeset
|
3365 * dSparse.cc (SparseMatrix::row, SparseMatrix::column): |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8302
diff
changeset
|
3366 New member functions. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8302
diff
changeset
|
3367 * dSparse.h (SparseMatrix): Declare them. |
9967 | 3368 * MArray-C.cc (MArray<Complex>::norm), |
3369 MArray-d.cc (MArray<double>::norm), | |
3370 MArray-fC.cc (MArray<FloatComplex>::norm), | |
3371 MArray-f.cc (MArray<float>::norm): Wrap a call to xnorm. | |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8302
diff
changeset
|
3372 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8302
diff
changeset
|
3373 * MArray-defs.h (MARRAY_NORM_BODY): Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8302
diff
changeset
|
3374 |
9501 | 3375 2008-11-02 Jaroslav Hajek <highegg@gmail.com> |
8301
f7d44b6a74df
fix out-of-bounds checks in null assignments
Jaroslav Hajek <highegg@gmail.com>
parents:
8298
diff
changeset
|
3376 |
f7d44b6a74df
fix out-of-bounds checks in null assignments
Jaroslav Hajek <highegg@gmail.com>
parents:
8298
diff
changeset
|
3377 * idx-vector.cc (idx_vector::is_complement): Set resulting extent |
f7d44b6a74df
fix out-of-bounds checks in null assignments
Jaroslav Hajek <highegg@gmail.com>
parents:
8298
diff
changeset
|
3378 correctly. |
8302
f2e050b62199
fix dim check in Array<T>::delete_elements
Jaroslav Hajek <highegg@gmail.com>
parents:
8301
diff
changeset
|
3379 * Array.cc (Array<T>::delete_elements (int, const idx_vector&)): |
f2e050b62199
fix dim check in Array<T>::delete_elements
Jaroslav Hajek <highegg@gmail.com>
parents:
8301
diff
changeset
|
3380 Fix check for invalid dim. |
8301
f7d44b6a74df
fix out-of-bounds checks in null assignments
Jaroslav Hajek <highegg@gmail.com>
parents:
8298
diff
changeset
|
3381 |
8298
7e87d3d76a56
fix extent query for empty ranges
Jaroslav Hajek <highegg@gmail.com>
parents:
8293
diff
changeset
|
3382 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
7e87d3d76a56
fix extent query for empty ranges
Jaroslav Hajek <highegg@gmail.com>
parents:
8293
diff
changeset
|
3383 |
7e87d3d76a56
fix extent query for empty ranges
Jaroslav Hajek <highegg@gmail.com>
parents:
8293
diff
changeset
|
3384 * idx-vector.h (idx_vector::idx_range_rep::extent): Don't change |
7e87d3d76a56
fix extent query for empty ranges
Jaroslav Hajek <highegg@gmail.com>
parents:
8293
diff
changeset
|
3385 extent when len is zero. |
7e87d3d76a56
fix extent query for empty ranges
Jaroslav Hajek <highegg@gmail.com>
parents:
8293
diff
changeset
|
3386 * idx-vector.h (idx_vector::idx_range_rep::idx_range_rep (void)): |
7e87d3d76a56
fix extent query for empty ranges
Jaroslav Hajek <highegg@gmail.com>
parents:
8293
diff
changeset
|
3387 Create empty range by default. |
7e87d3d76a56
fix extent query for empty ranges
Jaroslav Hajek <highegg@gmail.com>
parents:
8293
diff
changeset
|
3388 |
9501 | 3389 2008-10-30 Jaroslav Hajek <highegg@gmail.com> |
8293
ad5bb02d267a
workaround missing std::abs(int64_t) in MSVC
Jaroslav Hajek <highegg@gmail.com>
parents:
8290
diff
changeset
|
3390 |
ad5bb02d267a
workaround missing std::abs(int64_t) in MSVC
Jaroslav Hajek <highegg@gmail.com>
parents:
8290
diff
changeset
|
3391 * oct-inttypes.h (octave_int_abs): New function. |
ad5bb02d267a
workaround missing std::abs(int64_t) in MSVC
Jaroslav Hajek <highegg@gmail.com>
parents:
8290
diff
changeset
|
3392 (octave_int_arith_base<T, true>::div): Use octave_int_abs instead of |
ad5bb02d267a
workaround missing std::abs(int64_t) in MSVC
Jaroslav Hajek <highegg@gmail.com>
parents:
8290
diff
changeset
|
3393 std::abs. |
8628 | 3394 * oct-inttypes.cc (octave_int_arith_base<int64_t, true>): Ditto. |
8293
ad5bb02d267a
workaround missing std::abs(int64_t) in MSVC
Jaroslav Hajek <highegg@gmail.com>
parents:
8290
diff
changeset
|
3395 |
9501 | 3396 2008-10-28 Jaroslav Hajek <highegg@gmail.com> |
8290
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3397 |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3398 * Array-C.cc Array-d.cc Array-f.cc Array-fC.cc Array-i.cc Array-s.cc: |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3399 Don't use semicolon after INSTANTIATE_ARRAY_ASSIGN. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3400 * Array-util.h (zero_dims_inquire): New declarations. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3401 (is_in, how_many_lgt, short_freeze): Remove declarations. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3402 * Array-util.cc (zero_dims_inquire): New functions. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3403 (is_in, how_many_lgt, short_freeze): Remove functions. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3404 * Array.cc (Array<T>::index, Array<T>::resize_fill, Array<T>::resize, |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3405 Array<T>::assign, Array<T>::delete_elements): |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3406 Rewrite. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3407 * Array.h (Array<T>::index, Array<T>::resize_fill, Array<T>::resize, |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3408 Array<T>::assign, Array<T>::delete_elements): |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3409 Rewrite interfaces. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3410 * Array2.h (Array2<T>::resize): Call Array<T>::resize_fill. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3411 * Array3.h (Array3<T>::resize): Call Array<T>::resize_fill. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3412 * ArrayN.h (ArrayN<T>::resize): Remove declarations. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3413 (ArrayN<T>::index): Fix call to resize_fill_value. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3414 * Sparse.cc (assign, assign1): Use zero-based indices. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3415 * chMatrix.h: Include mx-op-defs.h |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3416 * dim-vector.h (dim_vector::any_neg, dim_vector::chop_all_singletons, |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3417 dim_vector::redim): New member functions. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3418 * idx-vector.cc: Mostly rewrite. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3419 * idx-vector.h: Mostly rewrite. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8288
diff
changeset
|
3420 |
8288
2368aa769ab9
Work around missing std::complex members under MSVC
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8279
diff
changeset
|
3421 2008-10-29 Michael Goffioul <michael.goffioul@gmail.com> |
2368aa769ab9
Work around missing std::complex members under MSVC
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8279
diff
changeset
|
3422 |
2368aa769ab9
Work around missing std::complex members under MSVC
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8279
diff
changeset
|
3423 * lo-specfun.cc (cbesj, cbesy, cbesi, cbesk, cbesh1, cbesh2): Do not |
2368aa769ab9
Work around missing std::complex members under MSVC
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8279
diff
changeset
|
3424 use std::complex::real() and std::complex::imag() as l-value, this is |
2368aa769ab9
Work around missing std::complex members under MSVC
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8279
diff
changeset
|
3425 not supported under MSVC. |
2368aa769ab9
Work around missing std::complex members under MSVC
Michael Goffioul <michael.goffioul@gmail.com>
parents:
8279
diff
changeset
|
3426 |
8279
b3734f1cb592
lo-specfun.cc: fix prototypes and calls to cbes{h,i,j,k,y} subroutines
John W. Eaton <jwe@octave.org>
parents:
8278
diff
changeset
|
3427 2008-10-28 John W. Eaton <jwe@octave.org> |
b3734f1cb592
lo-specfun.cc: fix prototypes and calls to cbes{h,i,j,k,y} subroutines
John W. Eaton <jwe@octave.org>
parents:
8278
diff
changeset
|
3428 |
b3734f1cb592
lo-specfun.cc: fix prototypes and calls to cbes{h,i,j,k,y} subroutines
John W. Eaton <jwe@octave.org>
parents:
8278
diff
changeset
|
3429 * lo-specfun.cc: Fix prototypes for the Fortran subroutines cbesh, |
b3734f1cb592
lo-specfun.cc: fix prototypes and calls to cbes{h,i,j,k,y} subroutines
John W. Eaton <jwe@octave.org>
parents:
8278
diff
changeset
|
3430 cbesi, cbesj, cbesk, and cbesy. |
b3734f1cb592
lo-specfun.cc: fix prototypes and calls to cbes{h,i,j,k,y} subroutines
John W. Eaton <jwe@octave.org>
parents:
8278
diff
changeset
|
3431 (cbesh, cbesi, cbesj, cbesk, cbesy): Fix calls to Fortran |
b3734f1cb592
lo-specfun.cc: fix prototypes and calls to cbes{h,i,j,k,y} subroutines
John W. Eaton <jwe@octave.org>
parents:
8278
diff
changeset
|
3432 subroutines. |
b3734f1cb592
lo-specfun.cc: fix prototypes and calls to cbes{h,i,j,k,y} subroutines
John W. Eaton <jwe@octave.org>
parents:
8278
diff
changeset
|
3433 |
8278
ab0674a8b345
fix scaling factor for negative alpha in zbesi,cbesi
Brian Gough <bjg@gnu.org>
parents:
8272
diff
changeset
|
3434 2008-10-28 Brian Gough <bjg@gnu.org> |
ab0674a8b345
fix scaling factor for negative alpha in zbesi,cbesi
Brian Gough <bjg@gnu.org>
parents:
8272
diff
changeset
|
3435 |
ab0674a8b345
fix scaling factor for negative alpha in zbesi,cbesi
Brian Gough <bjg@gnu.org>
parents:
8272
diff
changeset
|
3436 * lo-specfun.cc (zbesi): Fix scaling factor for negative alpha. |
ab0674a8b345
fix scaling factor for negative alpha in zbesi,cbesi
Brian Gough <bjg@gnu.org>
parents:
8272
diff
changeset
|
3437 (cbesi): Likewise. |
ab0674a8b345
fix scaling factor for negative alpha in zbesi,cbesi
Brian Gough <bjg@gnu.org>
parents:
8272
diff
changeset
|
3438 |
8272
ed5811a1ec8f
Added output about why a library load fails on OSX
jpswensen@compsci34-82-1651.compscidhcp.jhu.edu
parents:
8271
diff
changeset
|
3439 2008-10-23 John Swensen <jpswensen@comcast.net> |
ed5811a1ec8f
Added output about why a library load fails on OSX
jpswensen@compsci34-82-1651.compscidhcp.jhu.edu
parents:
8271
diff
changeset
|
3440 |
ed5811a1ec8f
Added output about why a library load fails on OSX
jpswensen@compsci34-82-1651.compscidhcp.jhu.edu
parents:
8271
diff
changeset
|
3441 * oct-shlib.cc (octave_dyld_shlib::open): Call NSLinkEditError to |
ed5811a1ec8f
Added output about why a library load fails on OSX
jpswensen@compsci34-82-1651.compscidhcp.jhu.edu
parents:
8271
diff
changeset
|
3442 get better diagnostic if NSLinkModule fails. |
ed5811a1ec8f
Added output about why a library load fails on OSX
jpswensen@compsci34-82-1651.compscidhcp.jhu.edu
parents:
8271
diff
changeset
|
3443 |
8271
095b3e4d64e9
oct-shlib.cc: use RTLD_NOW option for dlopen
John W. Eaton <jwe@octave.org>
parents:
8211
diff
changeset
|
3444 2008-10-23 John W. Eaton <jwe@octave.org> |
095b3e4d64e9
oct-shlib.cc: use RTLD_NOW option for dlopen
John W. Eaton <jwe@octave.org>
parents:
8211
diff
changeset
|
3445 |
095b3e4d64e9
oct-shlib.cc: use RTLD_NOW option for dlopen
John W. Eaton <jwe@octave.org>
parents:
8211
diff
changeset
|
3446 * oct-shlib.cc (octave_dlopen_shlib::open): Use RTLD_NOW instead |
095b3e4d64e9
oct-shlib.cc: use RTLD_NOW option for dlopen
John W. Eaton <jwe@octave.org>
parents:
8211
diff
changeset
|
3447 of RTLD_LAZY. |
095b3e4d64e9
oct-shlib.cc: use RTLD_NOW option for dlopen
John W. Eaton <jwe@octave.org>
parents:
8211
diff
changeset
|
3448 |
9501 | 3449 2008-10-12 Jaroslav Hajek <highegg@gmail.com> |
8211
851803f7bb4d
improve inverse preconditioning according to Marco Caliari
Jaroslav Hajek <highegg@gmail.com>
parents:
8207
diff
changeset
|
3450 |
851803f7bb4d
improve inverse preconditioning according to Marco Caliari
Jaroslav Hajek <highegg@gmail.com>
parents:
8207
diff
changeset
|
3451 * CSparse.cc (ComplexMatrix::expm): Improve inverse preconditioning |
851803f7bb4d
improve inverse preconditioning according to Marco Caliari
Jaroslav Hajek <highegg@gmail.com>
parents:
8207
diff
changeset
|
3452 according to Marco Caliari. |
851803f7bb4d
improve inverse preconditioning according to Marco Caliari
Jaroslav Hajek <highegg@gmail.com>
parents:
8207
diff
changeset
|
3453 * dSparse.cc (Matrix::expm): Likewise. |
851803f7bb4d
improve inverse preconditioning according to Marco Caliari
Jaroslav Hajek <highegg@gmail.com>
parents:
8207
diff
changeset
|
3454 * fCSparse.cc (FloatComplexMatrix::expm): Likewise. |
851803f7bb4d
improve inverse preconditioning according to Marco Caliari
Jaroslav Hajek <highegg@gmail.com>
parents:
8207
diff
changeset
|
3455 * fSparse.cc (FloatMatrix::expm): Likewise. |
851803f7bb4d
improve inverse preconditioning according to Marco Caliari
Jaroslav Hajek <highegg@gmail.com>
parents:
8207
diff
changeset
|
3456 |
8207
60b4c75287a1
fix for SuiteSparse 3.2
Jaroslav Hajek <highegg@gmail.com>
parents:
8206
diff
changeset
|
3457 2008-10-10 Jaroslav Hajek <highegg@gmail.com> |
60b4c75287a1
fix for SuiteSparse 3.2
Jaroslav Hajek <highegg@gmail.com>
parents:
8206
diff
changeset
|
3458 |
60b4c75287a1
fix for SuiteSparse 3.2
Jaroslav Hajek <highegg@gmail.com>
parents:
8206
diff
changeset
|
3459 * sparse-util.h (SparseCholPrint): Change char * argument to const |
60b4c75287a1
fix for SuiteSparse 3.2
Jaroslav Hajek <highegg@gmail.com>
parents:
8206
diff
changeset
|
3460 char *. |
60b4c75287a1
fix for SuiteSparse 3.2
Jaroslav Hajek <highegg@gmail.com>
parents:
8206
diff
changeset
|
3461 * sparse-util.cc (SparseCholPrint): Likewise. |
60b4c75287a1
fix for SuiteSparse 3.2
Jaroslav Hajek <highegg@gmail.com>
parents:
8206
diff
changeset
|
3462 |
9501 | 3463 2008-10-09 Jaroslav Hajek <highegg@gmail.com> |
8206
0168d22e6bba
fix sorting of non-POD objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8198
diff
changeset
|
3464 |
0168d22e6bba
fix sorting of non-POD objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8198
diff
changeset
|
3465 * oct-sort.cc (octave_sort<T>::merge_getmem, |
0168d22e6bba
fix sorting of non-POD objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8198
diff
changeset
|
3466 octave_sort<T>::merge_freemem): Replace malloc -> new [], free -> |
0168d22e6bba
fix sorting of non-POD objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8198
diff
changeset
|
3467 delete []. |
0168d22e6bba
fix sorting of non-POD objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8198
diff
changeset
|
3468 (octave_sort<T>::merge_lo, octave_sort<T>::merge_hi): Replace |
0168d22e6bba
fix sorting of non-POD objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8198
diff
changeset
|
3469 std::memcpy and std::memmove with std::copy. |
0168d22e6bba
fix sorting of non-POD objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8198
diff
changeset
|
3470 |
8198 | 3471 2008-10-08 John W. Eaton <jwe@octave.org> |
3472 | |
3473 * Sparse-op-defs.h (SPARSE_SMSM_BOOL_OPS): Duplicate code for scalar | |
3474 sparse arguments rather than rely on extern function. | |
3475 | |
8193
5fd507839b76
remove the int->real conversion code vulnerability to compiler optimization
Jaroslav Hajek <highegg@gmail.com>
parents:
8191
diff
changeset
|
3476 2008-10-08 Jaroslav Hajek <highegg@gmail.com> |
5fd507839b76
remove the int->real conversion code vulnerability to compiler optimization
Jaroslav Hajek <highegg@gmail.com>
parents:
8191
diff
changeset
|
3477 |
5fd507839b76
remove the int->real conversion code vulnerability to compiler optimization
Jaroslav Hajek <highegg@gmail.com>
parents:
8191
diff
changeset
|
3478 * oct-inttypes.h (octave_base_int<T>::compute_threshold): Return |
5fd507839b76
remove the int->real conversion code vulnerability to compiler optimization
Jaroslav Hajek <highegg@gmail.com>
parents:
8191
diff
changeset
|
3479 exclusive bounds rather than inclusive, be resistant to compiler |
5fd507839b76
remove the int->real conversion code vulnerability to compiler optimization
Jaroslav Hajek <highegg@gmail.com>
parents:
8191
diff
changeset
|
3480 optimizations. |
5fd507839b76
remove the int->real conversion code vulnerability to compiler optimization
Jaroslav Hajek <highegg@gmail.com>
parents:
8191
diff
changeset
|
3481 (octave_base_int<T>::convert_real): Use exclusive bounds. |
5fd507839b76
remove the int->real conversion code vulnerability to compiler optimization
Jaroslav Hajek <highegg@gmail.com>
parents:
8191
diff
changeset
|
3482 |
9501 | 3483 2008-10-07 Jaroslav Hajek <highegg@gmail.com> |
8191
9cb73236e552
fix uint64 mixed operations
Jaroslav Hajek <highegg@gmail.com>
parents:
8187
diff
changeset
|
3484 |
9967 | 3485 * oct-inttypes.h (OCTAVE_INT_DOUBLE_BIN_OP): Change octave_int64 to |
8191
9cb73236e552
fix uint64 mixed operations
Jaroslav Hajek <highegg@gmail.com>
parents:
8187
diff
changeset
|
3486 octave_uint64 where appropriate. |
9cb73236e552
fix uint64 mixed operations
Jaroslav Hajek <highegg@gmail.com>
parents:
8187
diff
changeset
|
3487 |
8187 | 3488 2008-10-06 David Bateman <dbateman@free.fr> |
9967 | 3489 |
8187 | 3490 * Sparse-op-defs.h (SPARSE_SMSM_CMP_OPS): Duplicate code for scalar |
3491 sparse arguments rather than rely on extern function. | |
3492 | |
8186
23ff439ea0dd
Sparse-op-defs.h: undo previous change
John W. Eaton <jwe@octave.org>
parents:
8185
diff
changeset
|
3493 2008-10-06 John W. Eaton <jwe@octave.org> |
23ff439ea0dd
Sparse-op-defs.h: undo previous change
John W. Eaton <jwe@octave.org>
parents:
8185
diff
changeset
|
3494 |
23ff439ea0dd
Sparse-op-defs.h: undo previous change
John W. Eaton <jwe@octave.org>
parents:
8185
diff
changeset
|
3495 * Spasre-op-defs.h: Undo previous change. |
23ff439ea0dd
Sparse-op-defs.h: undo previous change
John W. Eaton <jwe@octave.org>
parents:
8185
diff
changeset
|
3496 |
9501 | 3497 2008-10-01 Jaroslav Hajek <highegg@gmail.com> |
8185
69c5cce38c29
implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents:
8182
diff
changeset
|
3498 |
69c5cce38c29
implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents:
8182
diff
changeset
|
3499 * oct-inttypes.h (octave_int<T>::one, octave_int<T>::zero): Declare |
9967 | 3500 constants. |
8185
69c5cce38c29
implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents:
8182
diff
changeset
|
3501 * oct-inttypes.cc: Define them. |
69c5cce38c29
implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents:
8182
diff
changeset
|
3502 * oct-inttypes.h: Define mixed operations via long double if possible. |
69c5cce38c29
implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents:
8182
diff
changeset
|
3503 * oct-inttypes.cc: Define alternative implementations for 64-bit |
9967 | 3504 multiplication and mixed operations. |
8185
69c5cce38c29
implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents:
8182
diff
changeset
|
3505 * mx-ops: Instantiate all 64-bit integer operations. |
69c5cce38c29
implement 64-bit arithmetics
Jaroslav Hajek <highegg@gmail.com>
parents:
8182
diff
changeset
|
3506 |
8180
da48d2ca096f
small fixes in oct-lookup.h
Jaroslav Hajek <highegg@gmail.com>
parents:
8179
diff
changeset
|
3507 2008-10-06 Jaroslav Hajek <highegg@gmail.com> |
da48d2ca096f
small fixes in oct-lookup.h
Jaroslav Hajek <highegg@gmail.com>
parents:
8179
diff
changeset
|
3508 |
da48d2ca096f
small fixes in oct-lookup.h
Jaroslav Hajek <highegg@gmail.com>
parents:
8179
diff
changeset
|
3509 * oct-lookup.h: Mark functions inline. Add missing std:: qualifiers. |
da48d2ca096f
small fixes in oct-lookup.h
Jaroslav Hajek <highegg@gmail.com>
parents:
8179
diff
changeset
|
3510 |
8181
1ebcb9872ced
fix sparse-matrix bool/cmp op instantiation problem
John W. Eaton <jwe@octave.org>
parents:
8180
diff
changeset
|
3511 2008-10-06 John W. Eaton <jwe@octave.org> |
1ebcb9872ced
fix sparse-matrix bool/cmp op instantiation problem
John W. Eaton <jwe@octave.org>
parents:
8180
diff
changeset
|
3512 |
1ebcb9872ced
fix sparse-matrix bool/cmp op instantiation problem
John W. Eaton <jwe@octave.org>
parents:
8180
diff
changeset
|
3513 * Sparse.h (Sparse<T>::elt_type): New typedef. |
1ebcb9872ced
fix sparse-matrix bool/cmp op instantiation problem
John W. Eaton <jwe@octave.org>
parents:
8180
diff
changeset
|
3514 * Sparse-op-defs.h (SPARSE_SMSM_BOOL_OP, SPARSE_MSM_CMP_OP): |
1ebcb9872ced
fix sparse-matrix bool/cmp op instantiation problem
John W. Eaton <jwe@octave.org>
parents:
8180
diff
changeset
|
3515 Use it to call sparse-matrix/scalar operator instead of attempting |
1ebcb9872ced
fix sparse-matrix bool/cmp op instantiation problem
John W. Eaton <jwe@octave.org>
parents:
8180
diff
changeset
|
3516 to instantiate mixed-type sparse-matrix/scalar operators. |
1ebcb9872ced
fix sparse-matrix bool/cmp op instantiation problem
John W. Eaton <jwe@octave.org>
parents:
8180
diff
changeset
|
3517 |
8179
6c08e3921d3e
imported patch maybe_delete_fix.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8178
diff
changeset
|
3518 2008-10-03 Jaroslav Hajek <highegg@gmail.com> |
6c08e3921d3e
imported patch maybe_delete_fix.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8178
diff
changeset
|
3519 |
6c08e3921d3e
imported patch maybe_delete_fix.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8178
diff
changeset
|
3520 * Array.h (Array<T>::maybe_delete_elements): Remove rfv argument from |
6c08e3921d3e
imported patch maybe_delete_fix.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8178
diff
changeset
|
3521 declaration. |
6c08e3921d3e
imported patch maybe_delete_fix.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8178
diff
changeset
|
3522 * Array.cc (Array<T>::maybe_delete_elements): Remove all usages of |
6c08e3921d3e
imported patch maybe_delete_fix.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8178
diff
changeset
|
3523 rfv. |
6c08e3921d3e
imported patch maybe_delete_fix.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8178
diff
changeset
|
3524 |
8178
af41e2094993
fix assignN still calling maybe_delete_elements
Jaroslav Hajek <highegg@gmail.com>
parents:
8169
diff
changeset
|
3525 2008-10-03 Jaroslav Hajek <highegg@gmail.com> |
af41e2094993
fix assignN still calling maybe_delete_elements
Jaroslav Hajek <highegg@gmail.com>
parents:
8169
diff
changeset
|
3526 |
af41e2094993
fix assignN still calling maybe_delete_elements
Jaroslav Hajek <highegg@gmail.com>
parents:
8169
diff
changeset
|
3527 * Array.cc (assignN): Do not call maybe_delete_elements when |
af41e2094993
fix assignN still calling maybe_delete_elements
Jaroslav Hajek <highegg@gmail.com>
parents:
8169
diff
changeset
|
3528 for empty matrix. |
af41e2094993
fix assignN still calling maybe_delete_elements
Jaroslav Hajek <highegg@gmail.com>
parents:
8169
diff
changeset
|
3529 |
8182 | 3530 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
8169
66bc6f9b4f72
rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8157
diff
changeset
|
3531 |
9967 | 3532 * oct-inttypes.h: Mostly rewrite. |
8169
66bc6f9b4f72
rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8157
diff
changeset
|
3533 * oct-inttypes.cc: Modstly rewrite. |
66bc6f9b4f72
rewrite integer arithmetics and conversions
Jaroslav Hajek <highegg@gmail.com>
parents:
8157
diff
changeset
|
3534 |
8157
c0b8546c0020
add missing return in Array<T>::delete_elements_2
Jaroslav Hajek <highegg@gmail.com>
parents:
8150
diff
changeset
|
3535 2008-09-29 Jaroslav Hajek <highegg@gmail.com> |
c0b8546c0020
add missing return in Array<T>::delete_elements_2
Jaroslav Hajek <highegg@gmail.com>
parents:
8150
diff
changeset
|
3536 |
c0b8546c0020
add missing return in Array<T>::delete_elements_2
Jaroslav Hajek <highegg@gmail.com>
parents:
8150
diff
changeset
|
3537 * Array.cc (Array<T>::maybe_delete_elements_2(idx_vector&)): Return on |
c0b8546c0020
add missing return in Array<T>::delete_elements_2
Jaroslav Hajek <highegg@gmail.com>
parents:
8150
diff
changeset
|
3538 empty index vector. |
c0b8546c0020
add missing return in Array<T>::delete_elements_2
Jaroslav Hajek <highegg@gmail.com>
parents:
8150
diff
changeset
|
3539 |
8150
283989f2da9b
make null assignment matlab compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8124
diff
changeset
|
3540 2008-09-26 Jaroslav Hajek <highegg@gmail.com> |
283989f2da9b
make null assignment matlab compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8124
diff
changeset
|
3541 |
283989f2da9b
make null assignment matlab compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8124
diff
changeset
|
3542 * Array.cc (assign1, assign2, assignN): Do not call |
283989f2da9b
make null assignment matlab compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8124
diff
changeset
|
3543 maybe_delete_elements. |
283989f2da9b
make null assignment matlab compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8124
diff
changeset
|
3544 (maybe_delete_elements (Array<idx_vector>&)): Call the 1D and 2D |
283989f2da9b
make null assignment matlab compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8124
diff
changeset
|
3545 special handlers if possible. |
283989f2da9b
make null assignment matlab compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8124
diff
changeset
|
3546 * Sparse.cc (assign1, assign2, assignN): Do not call |
283989f2da9b
make null assignment matlab compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8124
diff
changeset
|
3547 maybe_delete_elements. |
283989f2da9b
make null assignment matlab compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8124
diff
changeset
|
3548 |
8124
d227d096d49e
oct-rand.cc (initialize_mersenne_twister): use separate initializations for each generator
Brian Gough
parents:
8121
diff
changeset
|
3549 2008-09-22 Brian Gough <bjg@gnu.org> |
d227d096d49e
oct-rand.cc (initialize_mersenne_twister): use separate initializations for each generator
Brian Gough
parents:
8121
diff
changeset
|
3550 |
d227d096d49e
oct-rand.cc (initialize_mersenne_twister): use separate initializations for each generator
Brian Gough
parents:
8121
diff
changeset
|
3551 * oct-rand.cc (initialize_mersenne_twister): Use separate |
d227d096d49e
oct-rand.cc (initialize_mersenne_twister): use separate initializations for each generator
Brian Gough
parents:
8121
diff
changeset
|
3552 initializations for each generator to avoid correlation. |
d227d096d49e
oct-rand.cc (initialize_mersenne_twister): use separate initializations for each generator
Brian Gough
parents:
8121
diff
changeset
|
3553 |
d227d096d49e
oct-rand.cc (initialize_mersenne_twister): use separate initializations for each generator
Brian Gough
parents:
8121
diff
changeset
|
3554 2008-09-12 Jaroslav Hajek <highegg@gmail.com> |
9967 | 3555 |
3556 * oct-inttypes.h (pow (const octave_int<T>&, const octave_int<T>&)): | |
8124
d227d096d49e
oct-rand.cc (initialize_mersenne_twister): use separate initializations for each generator
Brian Gough
parents:
8121
diff
changeset
|
3557 |
8121
061febbf23ad
clear index before throwing error in Array indexed assignment functions
John W. Eaton <jwe@octave.org>
parents:
8119
diff
changeset
|
3558 2008-09-19 John W. Eaton <jwe@octave.org> |
061febbf23ad
clear index before throwing error in Array indexed assignment functions
John W. Eaton <jwe@octave.org>
parents:
8119
diff
changeset
|
3559 |
061febbf23ad
clear index before throwing error in Array indexed assignment functions
John W. Eaton <jwe@octave.org>
parents:
8119
diff
changeset
|
3560 * Array.cc (assign1, assign2, assignN): |
061febbf23ad
clear index before throwing error in Array indexed assignment functions
John W. Eaton <jwe@octave.org>
parents:
8119
diff
changeset
|
3561 Clear lhs index before throwing error. |
061febbf23ad
clear index before throwing error in Array indexed assignment functions
John W. Eaton <jwe@octave.org>
parents:
8119
diff
changeset
|
3562 (Array<T>::value): Clear index before throwing error. |
061febbf23ad
clear index before throwing error in Array indexed assignment functions
John W. Eaton <jwe@octave.org>
parents:
8119
diff
changeset
|
3563 |
8119
acfd80c08d60
make null assignment more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8118
diff
changeset
|
3564 2008-09-18 Jaroslav Hajek <highegg@gmail.com> |
acfd80c08d60
make null assignment more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8118
diff
changeset
|
3565 |
acfd80c08d60
make null assignment more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8118
diff
changeset
|
3566 * Array.cc (maybe_delete_elements_2 (idx_vector&)): Fix tests to get |
acfd80c08d60
make null assignment more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8118
diff
changeset
|
3567 better Matlab compatibility. |
acfd80c08d60
make null assignment more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8118
diff
changeset
|
3568 (maybe_delete_elements (idx_vector&, idx_vector&)): Fix tests to get |
acfd80c08d60
make null assignment more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8118
diff
changeset
|
3569 better Matlab compatibility, simplify, gripe on invalid 2-D deletion. |
acfd80c08d60
make null assignment more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
8118
diff
changeset
|
3570 |
8118
311c9b36df8f
replace int->octave_idx_type in Array<T>
Jaroslav Hajek <highegg@gmail.com>
parents:
8104
diff
changeset
|
3571 2008-09-18 Jaroslav Hajek <highegg@gmail.com> |
311c9b36df8f
replace int->octave_idx_type in Array<T>
Jaroslav Hajek <highegg@gmail.com>
parents:
8104
diff
changeset
|
3572 |
311c9b36df8f
replace int->octave_idx_type in Array<T>
Jaroslav Hajek <highegg@gmail.com>
parents:
8104
diff
changeset
|
3573 * Array.h (Array<T>::coerce): Use octave_idx_type instead of int. |
311c9b36df8f
replace int->octave_idx_type in Array<T>
Jaroslav Hajek <highegg@gmail.com>
parents:
8104
diff
changeset
|
3574 |
8104
fc45357bf50c
fix integer exponentiation with negative exponent
Jaroslav Hajek <highegg@gmail.com>
parents:
8040
diff
changeset
|
3575 2008-09-12 Jaroslav Hajek <highegg@gmail.com> |
fc45357bf50c
fix integer exponentiation with negative exponent
Jaroslav Hajek <highegg@gmail.com>
parents:
8040
diff
changeset
|
3576 |
9967 | 3577 * oct-inttypes.h (pow (const octave_int<T>&, const octave_int<T>&)): |
8104
fc45357bf50c
fix integer exponentiation with negative exponent
Jaroslav Hajek <highegg@gmail.com>
parents:
8040
diff
changeset
|
3578 Handle negative exponent correctly. |
fc45357bf50c
fix integer exponentiation with negative exponent
Jaroslav Hajek <highegg@gmail.com>
parents:
8040
diff
changeset
|
3579 |
8039
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3580 2008-08-19 David Bateman <dbateman@free.fr> |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3581 |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3582 * oct-inttypes.h (template <class T1, class T2> inline T2 |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3583 octave_int_fit_to_range (const T1&, const T2&, const T2&), |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3584 template <typename T> inline T octave_int_fit_to_range (const |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3585 double&, const T&, const T&), template <> inline T2 |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3586 octave_int_fit_to_range<T1, T2> (const T1&, const T2&, const T2&), |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3587 OCTAVE_S_US_FTR): Check and flag integer trunctation. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3588 (OCTAVE_INT_FIT_TO_RANGE, OCTAVE_INT_FIT_TO_RANGE2): Adapt for the |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3589 above change. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3590 (OCTAVE_INT_CONV_FIT_TO_RANGE): New macro for conversion to |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3591 integer types. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3592 (octave_int<T>::conv_error_type): New enum to flag conversion and |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3593 math warnings. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3594 (octave_int<T>::octave_int (U i), octave_int<T>::octave_int |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3595 (double i), octave_int<>::octave_int (const octave_int<U>& i)): |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3596 Flag conversion and math errors other than integer truncation. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3597 (octave_int<T> octave_int<T>::operator - (void)): Flag truncation |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3598 error. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3599 (static bool get_trunc_flag (void), static bool clear_trunc_flag |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3600 (void, static bool trunc_flag)): Delete. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3601 (static int get_conv_flag (void), static bool get_trunc_flag (void), |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3602 static bool get_nan_flag (void), static bool get_non_int_flag (void), |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3603 static bool get_math_trunc_flag (void), static void |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3604 clear_conv_flag (void)): New functions to query and reset |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3605 conversion and mathw arning state. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3606 (static int cov_flag): New parameter holding current conversion |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3607 and math warning state. Set it to zero. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3608 (template <class T> octave_int<T> powf (float, const |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3609 octave_int<T>&), template <class T> octave_int<T> powf (const |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8029
diff
changeset
|
3610 octave_int<T>&, float)): New functions. |
8040 | 3611 |
3612 2008-08-12 Jaroslav Hajek <highegg@gmail.com> | |
8029
090001c04619
initialization check for correct NaN sign
Jaroslav Hajek <highegg@gmail.com>
parents:
8028
diff
changeset
|
3613 |
090001c04619
initialization check for correct NaN sign
Jaroslav Hajek <highegg@gmail.com>
parents:
8028
diff
changeset
|
3614 * lo-ieee.cc (octave_ieee_init): Try to ensure that octave_NaN is |
090001c04619
initialization check for correct NaN sign
Jaroslav Hajek <highegg@gmail.com>
parents:
8028
diff
changeset
|
3615 classified as positive by lo_ieee_signbit. |
090001c04619
initialization check for correct NaN sign
Jaroslav Hajek <highegg@gmail.com>
parents:
8028
diff
changeset
|
3616 |
8040 | 3617 2008-08-11 Jaroslav Hajek <highegg@gmail.com> |
8028
f0fbf47c914c
avoid null pointer call in Array<T>::hermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
8022
diff
changeset
|
3618 |
f0fbf47c914c
avoid null pointer call in Array<T>::hermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
8022
diff
changeset
|
3619 * Array.cc (no_op_fcn): New static function. |
f0fbf47c914c
avoid null pointer call in Array<T>::hermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
8022
diff
changeset
|
3620 (Array<T>::hermitian): If fcn is null, set to no_op_fcn. |
f0fbf47c914c
avoid null pointer call in Array<T>::hermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
8022
diff
changeset
|
3621 |
8018
8487847eb092
fCmplxLU.h, CmplxLU.h: fix typo in definition of multiple-inclusion guard macro
John W. Eaton <jwe@octave.org>
parents:
8009
diff
changeset
|
3622 2008-08-07 John W. Eaton <jwe@octave.org> |
8487847eb092
fCmplxLU.h, CmplxLU.h: fix typo in definition of multiple-inclusion guard macro
John W. Eaton <jwe@octave.org>
parents:
8009
diff
changeset
|
3623 |
8022
9708674ab85d
don't include config.h in other header files
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
3624 * sprse-base-chol.h, oct-sparse.h: Don't include config.h. |
9708674ab85d
don't include config.h in other header files
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
3625 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8018
diff
changeset
|
3626 * cmd-edit.cc, file-ops.h, kpse.cc, oct-env.cc, pathsearch.cc: |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8018
diff
changeset
|
3627 Replace all uses of NPOS with std::string::npos. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8018
diff
changeset
|
3628 |
8018
8487847eb092
fCmplxLU.h, CmplxLU.h: fix typo in definition of multiple-inclusion guard macro
John W. Eaton <jwe@octave.org>
parents:
8009
diff
changeset
|
3629 * fCmplxLU.h, CmplxLU.h: Fix typo in definition of |
8487847eb092
fCmplxLU.h, CmplxLU.h: fix typo in definition of multiple-inclusion guard macro
John W. Eaton <jwe@octave.org>
parents:
8009
diff
changeset
|
3630 multiple-inclusion guard macro. |
8487847eb092
fCmplxLU.h, CmplxLU.h: fix typo in definition of multiple-inclusion guard macro
John W. Eaton <jwe@octave.org>
parents:
8009
diff
changeset
|
3631 |
8008
4d13a7a2f6ab
dir_path: use singleton class for static data members
John W. Eaton <jwe@octave.org>
parents:
8007
diff
changeset
|
3632 2008-08-05 John W. Eaton <jwe@octave.org> |
4d13a7a2f6ab
dir_path: use singleton class for static data members
John W. Eaton <jwe@octave.org>
parents:
8007
diff
changeset
|
3633 |
8009
d936b21b3a6b
file_ops: use singleton class for static data members
John W. Eaton <jwe@octave.org>
parents:
8008
diff
changeset
|
3634 * file-ops.h, file-ops.cc (file_ops::static_members): |
d936b21b3a6b
file_ops: use singleton class for static data members
John W. Eaton <jwe@octave.org>
parents:
8008
diff
changeset
|
3635 New singleton class for static members of file_ops. |
d936b21b3a6b
file_ops: use singleton class for static data members
John W. Eaton <jwe@octave.org>
parents:
8008
diff
changeset
|
3636 |
d936b21b3a6b
file_ops: use singleton class for static data members
John W. Eaton <jwe@octave.org>
parents:
8008
diff
changeset
|
3637 * pathsearch.h, pathsearch.cc (class dir_path::static_members): |
d936b21b3a6b
file_ops: use singleton class for static data members
John W. Eaton <jwe@octave.org>
parents:
8008
diff
changeset
|
3638 New singleton class for static members of dir_path. |
d936b21b3a6b
file_ops: use singleton class for static data members
John W. Eaton <jwe@octave.org>
parents:
8008
diff
changeset
|
3639 |
8008
4d13a7a2f6ab
dir_path: use singleton class for static data members
John W. Eaton <jwe@octave.org>
parents:
8007
diff
changeset
|
3640 * pathsearch.cc (dir_path::init): Move octave_kpathsea_initialized |
4d13a7a2f6ab
dir_path: use singleton class for static data members
John W. Eaton <jwe@octave.org>
parents:
8007
diff
changeset
|
3641 here from file scope. |
4d13a7a2f6ab
dir_path: use singleton class for static data members
John W. Eaton <jwe@octave.org>
parents:
8007
diff
changeset
|
3642 |
8006
b0e7bbe7cd47
oct-env.cc (octave_env::instance_ok): fix type in error message
John W. Eaton <jwe@octave.org>
parents:
7999
diff
changeset
|
3643 2008-08-04 John W. Eaton <jwe@octave.org> |
b0e7bbe7cd47
oct-env.cc (octave_env::instance_ok): fix type in error message
John W. Eaton <jwe@octave.org>
parents:
7999
diff
changeset
|
3644 |
8007
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3645 * oct-env.cc (octave_env::do_set_program_name, |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3646 octave_env::do_base_pathname): Fix usage of |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3647 file_ops::dir_sep_chars. |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3648 (octave_env::do_make_absolute): Fix usage of |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3649 file_ops::dir_sep_chars and file_ops::dir_sep_str. |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3650 (octave_env::do_get_home_directory): Fix usage of |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3651 file_ops::dir_sep_str. |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3652 |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3653 * file-ops.h (file_ops::do_is_dir_sep): New function. |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3654 (file_ops_::is_dir_sep): Call it. |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3655 * file-ops.cc (class file_ops): Make it a proper singleton object. |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3656 (file_ops::file_ops): New constructor. |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3657 (file_ops::instance_ok): New function. |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3658 (file_ops::xdir_sep_char): Now private. No longer static. Rename |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3659 from dir_sep_char. |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3660 (file_ops::xdir_sep_str): Likewise, from dir_sep_str. |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3661 (file_ops::xdir_sep_chars): Likewise, from dir_sep_chars. |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3662 (file_ops::dir_sep_char, file_ops::dir_sep_str, |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3663 file_ops::dir_sep_chars): New functions. |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3664 (file_ops::recursive_rmdir): Fix usage of file_ops::dir_sep_str. |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3665 (file_ops::concat): Fix usage of file_ops::dir_sep_char. |
a2ab20ba78f7
make file_ops a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
8006
diff
changeset
|
3666 |
8006
b0e7bbe7cd47
oct-env.cc (octave_env::instance_ok): fix type in error message
John W. Eaton <jwe@octave.org>
parents:
7999
diff
changeset
|
3667 * oct-env.cc (octave_env::instance_ok): Fix typo in error message. |
b0e7bbe7cd47
oct-env.cc (octave_env::instance_ok): fix type in error message
John W. Eaton <jwe@octave.org>
parents:
7999
diff
changeset
|
3668 |
7999 | 3669 2008-07-30 John W. Eaton <jwe@octave.org> |
3670 | |
3671 * oct-inttypes.h: Style fixes. | |
3672 | |
8040 | 3673 2008-07-30 Jaroslav Hajek <highegg@gmail.com> |
7997
2b8952e133c9
implement checked conversions between integers
Jaroslav Hajek <highegg@gmail.com>
parents:
7991
diff
changeset
|
3674 |
2b8952e133c9
implement checked conversions between integers
Jaroslav Hajek <highegg@gmail.com>
parents:
7991
diff
changeset
|
3675 * oct-inttypes.h (octave_int<T>::trunc_flag): New member static field. |
2b8952e133c9
implement checked conversions between integers
Jaroslav Hajek <highegg@gmail.com>
parents:
7991
diff
changeset
|
3676 (octave_int<T>::get_trunc_flag, octave_int<T>::clear_trunc_flag): New |
2b8952e133c9
implement checked conversions between integers
Jaroslav Hajek <highegg@gmail.com>
parents:
7991
diff
changeset
|
3677 member functions. |
7999 | 3678 (octave_int<T>::octave_int (const octave_int<U>&)): set trunc_flag |
3679 on truncation. | |
7997
2b8952e133c9
implement checked conversions between integers
Jaroslav Hajek <highegg@gmail.com>
parents:
7991
diff
changeset
|
3680 (SPECIALIZE_WIDENING_CONVERSION): New macro. |
2b8952e133c9
implement checked conversions between integers
Jaroslav Hajek <highegg@gmail.com>
parents:
7991
diff
changeset
|
3681 (DECLARE_OCTAVE_INT_TYPENAME): New macro. |
2b8952e133c9
implement checked conversions between integers
Jaroslav Hajek <highegg@gmail.com>
parents:
7991
diff
changeset
|
3682 |
7991
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3683 2008-07-29 David Bateman <dbateman@free.fr> |
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3684 |
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3685 * lo-ieee.h (LO_IEEE_NA_HW, LO_IEEE_NA_LW, LO_IEEE_NA_FLOAT): |
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3686 Change definition so cast from single to double and visa versa |
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3687 maintains NA value. |
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3688 (LO_IEEE_NA_HW_OLD, LO_IEEE_NA_LW_OLD): Keep old values. |
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3689 (extern OCTAVE_API int __lo_ieee_is_old_NA (double)): Function to |
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3690 detect old NA value. |
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3691 (extern OCTAVE_API double __lo_ieee_replace_old_NA (double)): |
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3692 Function to replace old NA value with new new. |
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3693 * lo-cieee.c (int __lo_ieee_is_old_NA (double)): Function to |
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3694 detect old NA value. |
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3695 (double __lo_ieee_replace_old_NA (double)): Function to replace |
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3696 old NA value with new new. |
9967 | 3697 * data-conv.cc (void read_doubles(std::istream&, double *, |
7991
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3698 save_type, int, bool, octave_mach_info::float_format)): Test if |
139f47cf17ab
Change NA value to support single to double precision conversion
David Bateman <dbateman@free.fr>
parents:
7979
diff
changeset
|
3699 loaded NA values is the old representation and replace it. |
9967 | 3700 |
8040 | 3701 2008-07-28 Jaroslav Hajek <highegg@gmail.com> |
7979 | 3702 |
3703 * lo-math.h: Ensure log2 is undefined from cmath in C++ mode. | |
3704 | |
7957
ba2e00a216e8
Do not use "error" in octave_base_mutex class
John W. Eaton <jwe@octave.org>
parents:
7955
diff
changeset
|
3705 2008-07-21 Michael Goffioul <michael.goffioul@gmail.com> |
ba2e00a216e8
Do not use "error" in octave_base_mutex class
John W. Eaton <jwe@octave.org>
parents:
7955
diff
changeset
|
3706 |
ba2e00a216e8
Do not use "error" in octave_base_mutex class
John W. Eaton <jwe@octave.org>
parents:
7955
diff
changeset
|
3707 * oct-mutex.h (octave_base_mutex::octave_base_mutex): Initialize |
ba2e00a216e8
Do not use "error" in octave_base_mutex class
John W. Eaton <jwe@octave.org>
parents:
7955
diff
changeset
|
3708 count to 1, not -1. |
ba2e00a216e8
Do not use "error" in octave_base_mutex class
John W. Eaton <jwe@octave.org>
parents:
7955
diff
changeset
|
3709 |
ba2e00a216e8
Do not use "error" in octave_base_mutex class
John W. Eaton <jwe@octave.org>
parents:
7955
diff
changeset
|
3710 * oct-mutex.cc (octave_base_mutex::lock, octave_base_mutex::unlock): |
ba2e00a216e8
Do not use "error" in octave_base_mutex class
John W. Eaton <jwe@octave.org>
parents:
7955
diff
changeset
|
3711 Replace error calls with (*current_liboctave_error_handler). |
ba2e00a216e8
Do not use "error" in octave_base_mutex class
John W. Eaton <jwe@octave.org>
parents:
7955
diff
changeset
|
3712 |
7955
645ced9fa838
regex-match.cc (regex_match::init): initialize err to 0
John W. Eaton <jwe@octave.org>
parents:
7952
diff
changeset
|
3713 2008-07-21 John W. Eaton <jwe@octave.org> |
645ced9fa838
regex-match.cc (regex_match::init): initialize err to 0
John W. Eaton <jwe@octave.org>
parents:
7952
diff
changeset
|
3714 |
645ced9fa838
regex-match.cc (regex_match::init): initialize err to 0
John W. Eaton <jwe@octave.org>
parents:
7952
diff
changeset
|
3715 * regex-match.cc (regex_match::init): Initialize err to 0. |
645ced9fa838
regex-match.cc (regex_match::init): initialize err to 0
John W. Eaton <jwe@octave.org>
parents:
7952
diff
changeset
|
3716 |
7952
2c0a0edae596
reorganize octave_mutex class
John W. Eaton <jwe@octave.org>
parents:
7943
diff
changeset
|
3717 2008-07-19 John W. Eaton <jwe@octave.org> |
2c0a0edae596
reorganize octave_mutex class
John W. Eaton <jwe@octave.org>
parents:
7943
diff
changeset
|
3718 |
2c0a0edae596
reorganize octave_mutex class
John W. Eaton <jwe@octave.org>
parents:
7943
diff
changeset
|
3719 * oct-mutex.h (class octave_base_mutex): New class. |
2c0a0edae596
reorganize octave_mutex class
John W. Eaton <jwe@octave.org>
parents:
7943
diff
changeset
|
3720 (class octave_mutex): Don't use union for rep and count. |
2c0a0edae596
reorganize octave_mutex class
John W. Eaton <jwe@octave.org>
parents:
7943
diff
changeset
|
3721 (octave_mutex::rep): Declare as octave_base_mutex. |
2c0a0edae596
reorganize octave_mutex class
John W. Eaton <jwe@octave.org>
parents:
7943
diff
changeset
|
3722 (octave_mutex::count): Delete. |
2c0a0edae596
reorganize octave_mutex class
John W. Eaton <jwe@octave.org>
parents:
7943
diff
changeset
|
3723 (octave_mutex::lock, octave_mutex::unlock): No longer virtual. |
2c0a0edae596
reorganize octave_mutex class
John W. Eaton <jwe@octave.org>
parents:
7943
diff
changeset
|
3724 (octave_mutex::~octave_mutex): No need to check that rep is |
2c0a0edae596
reorganize octave_mutex class
John W. Eaton <jwe@octave.org>
parents:
7943
diff
changeset
|
3725 valid or set rep to zero after deleting. |
2c0a0edae596
reorganize octave_mutex class
John W. Eaton <jwe@octave.org>
parents:
7943
diff
changeset
|
3726 (octave_mutex::operator =): No need to check that rep is valid. |
2c0a0edae596
reorganize octave_mutex class
John W. Eaton <jwe@octave.org>
parents:
7943
diff
changeset
|
3727 * oct-mutex.cc (octave_w32_mutex, octave_pthread_mutex): Derive |
2c0a0edae596
reorganize octave_mutex class
John W. Eaton <jwe@octave.org>
parents:
7943
diff
changeset
|
3728 from octave_base_mutex, not octave_mutex. |
2c0a0edae596
reorganize octave_mutex class
John W. Eaton <jwe@octave.org>
parents:
7943
diff
changeset
|
3729 |
7943
7b8aca1cdf0a
octave_mutex initialization fixes
John W. Eaton <jwe@octave.org>
parents:
7941
diff
changeset
|
3730 2008-07-18 John W. Eaton <jwe@octave.org> |
7b8aca1cdf0a
octave_mutex initialization fixes
John W. Eaton <jwe@octave.org>
parents:
7941
diff
changeset
|
3731 |
7b8aca1cdf0a
octave_mutex initialization fixes
John W. Eaton <jwe@octave.org>
parents:
7941
diff
changeset
|
3732 * oct-mutex.h (octave_mutex::octave_mutex (int)): Initialize rep |
7b8aca1cdf0a
octave_mutex initialization fixes
John W. Eaton <jwe@octave.org>
parents:
7941
diff
changeset
|
3733 to 0, not count. |
7b8aca1cdf0a
octave_mutex initialization fixes
John W. Eaton <jwe@octave.org>
parents:
7941
diff
changeset
|
3734 * oct-mutex.cc (octave_mutex::octave_mutex (void)): Set rep->count |
7b8aca1cdf0a
octave_mutex initialization fixes
John W. Eaton <jwe@octave.org>
parents:
7941
diff
changeset
|
3735 to 1 instead of incrementing it. |
7b8aca1cdf0a
octave_mutex initialization fixes
John W. Eaton <jwe@octave.org>
parents:
7941
diff
changeset
|
3736 |
7941
f8cab9eeb128
Fix NDArray compilation/export
John W. Eaton <jwe@octave.org>
parents:
7936
diff
changeset
|
3737 2008-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
f8cab9eeb128
Fix NDArray compilation/export
John W. Eaton <jwe@octave.org>
parents:
7936
diff
changeset
|
3738 |
f8cab9eeb128
Fix NDArray compilation/export
John W. Eaton <jwe@octave.org>
parents:
7936
diff
changeset
|
3739 * dNDArray.cc: Do not include ctor NDArray(Array<octave_idx_type>, |
f8cab9eeb128
Fix NDArray compilation/export
John W. Eaton <jwe@octave.org>
parents:
7936
diff
changeset
|
3740 bool, bool) into conditional HAVE_FFTW3 preprocessor statement. |
f8cab9eeb128
Fix NDArray compilation/export
John W. Eaton <jwe@octave.org>
parents:
7936
diff
changeset
|
3741 |
7936
78400fde223e
Support for backend-to-octave event management
John W. Eaton <jwe@octave.org>
parents:
7934
diff
changeset
|
3742 2008-07-16 John W. Eaton <jwe@octave.org> |
78400fde223e
Support for backend-to-octave event management
John W. Eaton <jwe@octave.org>
parents:
7934
diff
changeset
|
3743 |
78400fde223e
Support for backend-to-octave event management
John W. Eaton <jwe@octave.org>
parents:
7934
diff
changeset
|
3744 * oct-mutex.h (octave_autolock::octave_autolock (void), |
78400fde223e
Support for backend-to-octave event management
John W. Eaton <jwe@octave.org>
parents:
7934
diff
changeset
|
3745 octave_autolock (const octave_autolock&), |
78400fde223e
Support for backend-to-octave event management
John W. Eaton <jwe@octave.org>
parents:
7934
diff
changeset
|
3746 octave_autolock::operator = (const octave_autolock&)): |
78400fde223e
Support for backend-to-octave event management
John W. Eaton <jwe@octave.org>
parents:
7934
diff
changeset
|
3747 Delete definitions. |
78400fde223e
Support for backend-to-octave event management
John W. Eaton <jwe@octave.org>
parents:
7934
diff
changeset
|
3748 |
78400fde223e
Support for backend-to-octave event management
John W. Eaton <jwe@octave.org>
parents:
7934
diff
changeset
|
3749 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
78400fde223e
Support for backend-to-octave event management
John W. Eaton <jwe@octave.org>
parents:
7934
diff
changeset
|
3750 |
78400fde223e
Support for backend-to-octave event management
John W. Eaton <jwe@octave.org>
parents:
7934
diff
changeset
|
3751 * cmd-edit.cc (event_hook_lock): New static mutex variable. |
78400fde223e
Support for backend-to-octave event management
John W. Eaton <jwe@octave.org>
parents:
7934
diff
changeset
|
3752 (command_editor::event_handler): Lock and copy event_hook_set before |
78400fde223e
Support for backend-to-octave event management
John W. Eaton <jwe@octave.org>
parents:
7934
diff
changeset
|
3753 executing handlers. |
78400fde223e
Support for backend-to-octave event management
John W. Eaton <jwe@octave.org>
parents:
7934
diff
changeset
|
3754 (command_editor::add_event_hook, command_editor::remove_event_hook): |
78400fde223e
Support for backend-to-octave event management
John W. Eaton <jwe@octave.org>
parents:
7934
diff
changeset
|
3755 Autolock event_hook_lock. |
78400fde223e
Support for backend-to-octave event management
John W. Eaton <jwe@octave.org>
parents:
7934
diff
changeset
|
3756 |
7934 | 3757 2008-07-15 Michael Goffioul <michael.goffioul@gmail.com> |
3758 | |
3759 * oct-mutex.h, oct-mutex.cc: New files. | |
3760 * Makefile.in: Add them to appropriate lists. | |
3761 | |
7929 | 3762 2008-07-15 John W. Eaton <jwe@octave.org> |
3763 | |
3764 * oct-sort.cc, oct-sort.h (octave_sort<T>::count_run): Declare | |
3765 descending arg as bool&. | |
3766 (octave_sort<T>::sort): Pass bool to count_run for descending arg. | |
3767 | |
7922
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3768 2008-07-11 John W. Eaton <jwe@octave.org> |
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3769 |
7924 | 3770 * dDiagMatrix.cc (DiagMatrix::diag): Return empty ColumnVector if |
3771 number of rows or columns is 0. | |
3772 * fDiagMatrix.cc (FloatDiagMatrix::diag): Likewise. | |
3773 | |
3774 * Array-util.cc (is_vector): Avoid GCC warning. | |
3775 * Array-f.cc (Array<float>::sort): Likewise. | |
3776 * Array-d.cc (Array<double>::sort): Likewise. | |
3777 * dbleQR.cc (QR::QR (const Matrix&, const Matrix&)): Likewise. | |
3778 * CmplxQR.cc (ComplexQR::ComplexQR (const ComplexMatrix&, const | |
3779 ComplexMatrix&)): Likewise. | |
3780 * floatQR.cc (FloatQR::FloatQR (const FloatMatrix&, const | |
3781 FloatMatrix&)): Likewise. | |
3782 * fCmplxQR.cc (FloatComplexQR::FloatComplexQR (const | |
3783 FloatComplexMatrix&, const FloatComplexMatrix&)): Likewise. | |
3784 * Quad.cc (IndefQuad::do_integrate (octave_idx_type&, | |
3785 octave_idx_type&, float&), FloatIndefQuad::do_integrate, | |
3786 DefQuad::do_integrate octave_idx_type&, octave_idx_type&, float&, | |
3787 FloatIndefQuad::do_integrate): Likewise. | |
3788 | |
7922
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3789 * mx-op-defs.h (MS_BOOL_OP, SM_BOOL_OP, MM_BOOL_OP, NDS_BOOL_OP, |
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3790 SND_BOOL_OP, NDND_BOOL_OP): Detect NaN values. |
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3791 * Array-util.cc (gripe_nan_to_logical_conversion): New function. |
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3792 * Array-util.h: Provide decl. |
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3793 * oct-inttypes.h (xisnan (octave_int<T>)): New function. |
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3794 * lo-mappers.h (xisnan (bool), xisnan (char)): New inline functions. |
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3795 |
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3796 * CMatrix.cc, CNDArray.cc, CSparse.cc, dMatrix.cc, dNDArray.cc, |
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3797 dSparse.cc, fCMatrix.cc, fCNDArray.cc, fMatrix.cc, fNDArray.cc: |
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3798 New member function, any_element_is_nan. |
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3799 * CMatrix.h, CNDArray.h, CSparse.h, dMatrix.h, dNDArray.h, |
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3800 dSparse.h, fCMatrix.h, fCNDArray.h, fMatrix.h, fNDArray.h: |
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3801 Provide decl. |
935be827eaf8
error for NaN values in & and | expressions
John W. Eaton <jwe@octave.org>
parents:
7919
diff
changeset
|
3802 |
7919
9d080df0c843
new NDArray constructor for ArrayN<octave_idx_type>
David Bateman <dbateman@free.fr>
parents:
7914
diff
changeset
|
3803 2008-07-10 David Bateman <dbateman@free.fr> |
9d080df0c843
new NDArray constructor for ArrayN<octave_idx_type>
David Bateman <dbateman@free.fr>
parents:
7914
diff
changeset
|
3804 |
9d080df0c843
new NDArray constructor for ArrayN<octave_idx_type>
David Bateman <dbateman@free.fr>
parents:
7914
diff
changeset
|
3805 * dNDArray.cc (NDArray::NDArray (const Array<octave_idx_type>&, |
9d080df0c843
new NDArray constructor for ArrayN<octave_idx_type>
David Bateman <dbateman@free.fr>
parents:
7914
diff
changeset
|
3806 bool, bool)): New constructor. |
9d080df0c843
new NDArray constructor for ArrayN<octave_idx_type>
David Bateman <dbateman@free.fr>
parents:
7914
diff
changeset
|
3807 * dNDArray.h: Provide decl. |
9d080df0c843
new NDArray constructor for ArrayN<octave_idx_type>
David Bateman <dbateman@free.fr>
parents:
7914
diff
changeset
|
3808 |
7914
e998e81224b5
Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents:
7894
diff
changeset
|
3809 2008-07-10 Michael Goffioul <michael.goffioul@gmail.com> |
e998e81224b5
Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents:
7894
diff
changeset
|
3810 |
e998e81224b5
Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents:
7894
diff
changeset
|
3811 * lo-specfun.h: Fix typo in erff/erfcf declaration. |
e998e81224b5
Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents:
7894
diff
changeset
|
3812 * lo-specfun.cc: Ditto. Add atanhf implementation. |
e998e81224b5
Various compilation fixes for MSVC.
John W. Eaton <jwe@octave.org>
parents:
7894
diff
changeset
|
3813 |
8040 | 3814 2008-06-20 Jaroslav Hajek <highegg@gmail.com> |
7894
72c332d2db3c
add missing include in MatrixType.h
Jaroslav Hajek <highegg@gmail.com>
parents:
7889
diff
changeset
|
3815 |
72c332d2db3c
add missing include in MatrixType.h
Jaroslav Hajek <highegg@gmail.com>
parents:
7889
diff
changeset
|
3816 * MatrixType.h: Add missing include statement. |
72c332d2db3c
add missing include in MatrixType.h
Jaroslav Hajek <highegg@gmail.com>
parents:
7889
diff
changeset
|
3817 |
7889
76142609e8d2
Remove some float-functions ambiguities.
John W. Eaton <jwe@octave.org>
parents:
7885
diff
changeset
|
3818 2008-06-13 Michael Goffioul <michael.goffioul@gmail.com> |
76142609e8d2
Remove some float-functions ambiguities.
John W. Eaton <jwe@octave.org>
parents:
7885
diff
changeset
|
3819 |
76142609e8d2
Remove some float-functions ambiguities.
John W. Eaton <jwe@octave.org>
parents:
7885
diff
changeset
|
3820 * lo-mappers.cc (arg): Remove ambiguity about atan2(float,float) usage. |
76142609e8d2
Remove some float-functions ambiguities.
John W. Eaton <jwe@octave.org>
parents:
7885
diff
changeset
|
3821 * fCmplxDET.cc (FloatComplexDET::initialize10): Likewise, for pow. |
76142609e8d2
Remove some float-functions ambiguities.
John W. Eaton <jwe@octave.org>
parents:
7885
diff
changeset
|
3822 |
7885 | 3823 2008-06-11 John W. Eaton <jwe@octave.org> |
3824 | |
3825 * so-array.h, so-array.cc, Array-so.cc: Delete. | |
3826 * Makefile.in: Remove them from the lists. | |
3827 | |
7872 | 3828 2008-06-05 John W. Eaton <jwe@octave.org> |
3829 | |
3830 * oct-shlib.cc (octave_base_shlib::remove): Only dereference | |
3831 counter if iterator is valid. | |
3832 | |
7814
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3833 2008-06-02 David Bateman <dbateman@free.fr> |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3834 |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3835 * fCmplxDET.cc (FloatComplexDET::value_will_overflow, |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3836 FloatComplexDET:value_will_underflow): Replace DBL_MIN and DBL_MAX |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3837 with FLT_MIN and FLT_MAX. |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3838 * floatDET.cc ((FloatDET::value_will_overflow, |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3839 FloatDET:value_will_underflow): Ditto. |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3840 * lo-cieee.c (__lo_ieee_float_is_NA): Check only a sngle word for |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3841 float NA value. |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3842 (lo_ieee_float_inf_value): Return correct float Infinity value. |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3843 (lo_ieee_float_NA_value): Return correct float NA value. |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3844 (lo_ieee_float_NaN_value): Return correct float NaN value. |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3845 * lo-ieee.cc (octave_ieee_init): Set float NA value correctly. |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3846 * lo-ieee.h (lo_ieee_float): value of union is of type float. |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3847 (LO_IEEE_NA_FLOAT): Make NA value a valid float NaN. |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3848 (LO_IEEE_NA_FLOAT_LW): Delete. |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7810
diff
changeset
|
3849 |
7808
7ab1ccf4256c
Correct initialize in FloatAEPBALANCE::init
David Bateman <dbateman@free.fr>
parents:
7805
diff
changeset
|
3850 2008-06-02 David Bateman <dbateman@free.fr> |
7ab1ccf4256c
Correct initialize in FloatAEPBALANCE::init
David Bateman <dbateman@free.fr>
parents:
7805
diff
changeset
|
3851 |
7810
5420b8cf011a
Error in FloatComplexLU instantiation
David Bateman <dbateman@free.fr>
parents:
7809
diff
changeset
|
3852 * fCmplxLU.cc (class FloatComplexLU): Correct error in instantiation. |
5420b8cf011a
Error in FloatComplexLU instantiation
David Bateman <dbateman@free.fr>
parents:
7809
diff
changeset
|
3853 * floatLU.cc (class FloatLU): ditto. |
5420b8cf011a
Error in FloatComplexLU instantiation
David Bateman <dbateman@free.fr>
parents:
7809
diff
changeset
|
3854 * floatLU.h (class FloatLU): ditto. |
9967 | 3855 |
7808
7ab1ccf4256c
Correct initialize in FloatAEPBALANCE::init
David Bateman <dbateman@free.fr>
parents:
7805
diff
changeset
|
3856 * floatAEPBAL.cc (octave_idx_type FloatAEPBALANCE::init (const |
7ab1ccf4256c
Correct initialize in FloatAEPBALANCE::init
David Bateman <dbateman@free.fr>
parents:
7805
diff
changeset
|
3857 FloatMatrix&, const std::string&)): Use FloatMatrix to initialize |
7ab1ccf4256c
Correct initialize in FloatAEPBALANCE::init
David Bateman <dbateman@free.fr>
parents:
7805
diff
changeset
|
3858 balancing_mat. |
7ab1ccf4256c
Correct initialize in FloatAEPBALANCE::init
David Bateman <dbateman@free.fr>
parents:
7805
diff
changeset
|
3859 |
7809
3af309919efc
Makefile fix for single precision
David Bateman <dbateman@free.fr>
parents:
7808
diff
changeset
|
3860 * Makefile.in (MATRIX_INC): Add fCmplxAEPBAL.h and floatAEPBAL.h. |
3af309919efc
Makefile fix for single precision
David Bateman <dbateman@free.fr>
parents:
7808
diff
changeset
|
3861 (MATRIX_SRC): Add fCmplxAEPBAL.cc and floatAEPBAL.cc. |
3af309919efc
Makefile fix for single precision
David Bateman <dbateman@free.fr>
parents:
7808
diff
changeset
|
3862 |
7805
62affb34e648
Make quad work with single precision
David Bateman <dbateman@free.fr>
parents:
7804
diff
changeset
|
3863 2008-05-21 David Bateman <dbateman@free.fr> |
62affb34e648
Make quad work with single precision
David Bateman <dbateman@free.fr>
parents:
7804
diff
changeset
|
3864 |
62affb34e648
Make quad work with single precision
David Bateman <dbateman@free.fr>
parents:
7804
diff
changeset
|
3865 * Quad-opts.in: Handle single precision tolerances. |
62affb34e648
Make quad work with single precision
David Bateman <dbateman@free.fr>
parents:
7804
diff
changeset
|
3866 * Quad.cc (float_user_fcn): New static variable. |
62affb34e648
Make quad work with single precision
David Bateman <dbateman@free.fr>
parents:
7804
diff
changeset
|
3867 (quad_float_fcn_ptr): New typedef. |
62affb34e648
Make quad work with single precision
David Bateman <dbateman@free.fr>
parents:
7804
diff
changeset
|
3868 (qagp, quagi): New QUADPACK decls. |
62affb34e648
Make quad work with single precision
David Bateman <dbateman@free.fr>
parents:
7804
diff
changeset
|
3869 (float_user_function): New function. |
62affb34e648
Make quad work with single precision
David Bateman <dbateman@free.fr>
parents:
7804
diff
changeset
|
3870 (DefQuad::do_integrate, IndefQuad::do_integrate): Float versions. |
62affb34e648
Make quad work with single precision
David Bateman <dbateman@free.fr>
parents:
7804
diff
changeset
|
3871 (FloatDefQuad::do_integrate, FloatIndefQuad::do_integrate): |
62affb34e648
Make quad work with single precision
David Bateman <dbateman@free.fr>
parents:
7804
diff
changeset
|
3872 New functions. |
62affb34e648
Make quad work with single precision
David Bateman <dbateman@free.fr>
parents:
7804
diff
changeset
|
3873 * Quad.h (class Quad): Handle float type. |
62affb34e648
Make quad work with single precision
David Bateman <dbateman@free.fr>
parents:
7804
diff
changeset
|
3874 (class FloatDefQuad, class FloatIndefQuad): New classes. |
62affb34e648
Make quad work with single precision
David Bateman <dbateman@free.fr>
parents:
7804
diff
changeset
|
3875 |
8040 | 3876 2008-05-21 Jaroslav Hajek <highegg@gmail.com> |
7799 | 3877 |
7804
a0c550b22e61
compound ops for float matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
7803
diff
changeset
|
3878 * fCMatrix.h (xgemm): Provide decl. |
a0c550b22e61
compound ops for float matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
7803
diff
changeset
|
3879 (xcdotc, csyrk, cherk): New F77 decls. |
a0c550b22e61
compound ops for float matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
7803
diff
changeset
|
3880 * fMatrix.cc (xgemm): New function. |
a0c550b22e61
compound ops for float matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
7803
diff
changeset
|
3881 (operator * (const FloatMatrix&, const FloatMatrix&)): Simplify. |
a0c550b22e61
compound ops for float matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
7803
diff
changeset
|
3882 (get_blas_trans_arg): New function. |
a0c550b22e61
compound ops for float matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
7803
diff
changeset
|
3883 * fCMatrix.h (xgemm): Provide decl. |
a0c550b22e61
compound ops for float matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
7803
diff
changeset
|
3884 (ssyrk): New F77 decl. |
a0c550b22e61
compound ops for float matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
7803
diff
changeset
|
3885 * fCMatrix.cc (xgemm): New function. |
a0c550b22e61
compound ops for float matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
7803
diff
changeset
|
3886 (operator * (const FloatComplexMatrix&, const |
a0c550b22e61
compound ops for float matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
7803
diff
changeset
|
3887 FloatComplexMatrix&)): Simplify. |
a0c550b22e61
compound ops for float matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
7803
diff
changeset
|
3888 (get_blas_trans_arg): New function. |
a0c550b22e61
compound ops for float matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
7803
diff
changeset
|
3889 |
7803 | 3890 * dMatrix.cc, CMatrix.cc, Sparse-op-defs.h: Add missing copyright. |
3891 | |
7802
1a446f28ce68
implement optimized sparse-dense transposed multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
7800
diff
changeset
|
3892 * Sparse-op-defs.h (SPARSE_FULL_MUL): Simplify scalar*matrix case. |
9967 | 3893 Correct indenting. |
7802
1a446f28ce68
implement optimized sparse-dense transposed multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
7800
diff
changeset
|
3894 (SPARSE_FULL_TRANS_MUL): New macro. |
1a446f28ce68
implement optimized sparse-dense transposed multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
7800
diff
changeset
|
3895 (FULL_SPARSE_MUL): Simplify scalar*matrix case. Correct indenting. |
1a446f28ce68
implement optimized sparse-dense transposed multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
7800
diff
changeset
|
3896 Move OCTAVE_QUIT one level up. |
1a446f28ce68
implement optimized sparse-dense transposed multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
7800
diff
changeset
|
3897 (FULL_SPARSE_MUL_TRANS): New macro. |
1a446f28ce68
implement optimized sparse-dense transposed multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
7800
diff
changeset
|
3898 * dSparse.h (mul_trans, trans_mul): Provide decl. |
1a446f28ce68
implement optimized sparse-dense transposed multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
7800
diff
changeset
|
3899 * dSparse.cc (mul_trans, trans_mul): New functions. |
1a446f28ce68
implement optimized sparse-dense transposed multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
7800
diff
changeset
|
3900 * CSparse.h (mul_trans, trans_mul, mul_herm, herm_mul): Provide decl. |
1a446f28ce68
implement optimized sparse-dense transposed multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
7800
diff
changeset
|
3901 * CSparse.cc (mul_trans, trans_mul, mul_herm, herm_mul): New functions. |
1a446f28ce68
implement optimized sparse-dense transposed multiplication
Jaroslav Hajek <highegg@gmail.com>
parents:
7800
diff
changeset
|
3902 |
7800
5861b95e9879
support for compound operators, implement trans_mul, mul_trans, herm_mul and mul_herm
Jaroslav Hajek <highegg@gmail.com>
parents:
7799
diff
changeset
|
3903 * dMatrix.h (xgemm): Provide decl. |
5861b95e9879
support for compound operators, implement trans_mul, mul_trans, herm_mul and mul_herm
Jaroslav Hajek <highegg@gmail.com>
parents:
7799
diff
changeset
|
3904 * dMatrix.cc (xgemm): New function. |
5861b95e9879
support for compound operators, implement trans_mul, mul_trans, herm_mul and mul_herm
Jaroslav Hajek <highegg@gmail.com>
parents:
7799
diff
changeset
|
3905 (operator * (const Matrix&, const Matrix&)): Simplify. |
5861b95e9879
support for compound operators, implement trans_mul, mul_trans, herm_mul and mul_herm
Jaroslav Hajek <highegg@gmail.com>
parents:
7799
diff
changeset
|
3906 (get_blas_trans_arg): New function. |
5861b95e9879
support for compound operators, implement trans_mul, mul_trans, herm_mul and mul_herm
Jaroslav Hajek <highegg@gmail.com>
parents:
7799
diff
changeset
|
3907 * CMatrix.h (xgemm): Provide decl. |
5861b95e9879
support for compound operators, implement trans_mul, mul_trans, herm_mul and mul_herm
Jaroslav Hajek <highegg@gmail.com>
parents:
7799
diff
changeset
|
3908 * CMatrix.cc (xgemm): New function. |
5861b95e9879
support for compound operators, implement trans_mul, mul_trans, herm_mul and mul_herm
Jaroslav Hajek <highegg@gmail.com>
parents:
7799
diff
changeset
|
3909 (operator * (const ComplexMatrix&, const ComplexMatrix&)): Simplify. |
5861b95e9879
support for compound operators, implement trans_mul, mul_trans, herm_mul and mul_herm
Jaroslav Hajek <highegg@gmail.com>
parents:
7799
diff
changeset
|
3910 (get_blas_trans_arg): New function. |
5861b95e9879
support for compound operators, implement trans_mul, mul_trans, herm_mul and mul_herm
Jaroslav Hajek <highegg@gmail.com>
parents:
7799
diff
changeset
|
3911 |
7799 | 3912 * MatrixType.cc (matrix_real_probe, matrix_complex_probe): |
3913 New template functions. | |
3914 (MatrixType::MatrixType (const Matrix&), | |
3915 MatrixType::MatrixType (const FloatMatrix&)): | |
3916 just call matrix_real_probe. | |
3917 (MatrixType::MatrixType (const ComplexMatrix&), | |
3918 MatrixType::MatrixType (const FloatComplexMatrix&)): | |
3919 just call matrix_complex_probe. | |
3920 | |
3921 * MatrixType.cc (MatrixType::MatrixType (matrix_type, bool)): | |
3922 add missing test for Unknown. | |
3923 | |
7793
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3924 2008-05-21 David Bateman <dbateman@free.fr> |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3925 |
7797
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3926 * fCMatrix.cc (float rcond): Replace with float rcon everywhere |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3927 to avoid shadowed variable warning |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3928 (float ComplexMatrix::rcond (void) const): New method for |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3929 reciprocal condition number calculation. |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3930 (float ComplexMatrix::rcond (MatrixType &mattype) const): ditto. |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3931 * fCMatrix.h (float rcond): Replace with float rcon everywhere |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3932 to avoid shadowed variable warning |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3933 (float ComplexMatrix::rcond (void) const): New method for |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3934 reciprocal condition number calculation. |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3935 (float ComplexMatrix::rcond (MatrixType &mattype) const): ditto. |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3936 * fMatrix.cc (float rcond): Replace with float rcon everywhere |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3937 to avoid shadowed variable warning |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3938 (float Matrix::rcond (void) const): New method for |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3939 reciprocal condition number calculation. |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3940 (float Matrix::rcond (MatrixType &mattype) const): ditto. |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3941 * fMatrix.h (float rcond): Replace with float rcon everywhere |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3942 to avoid shadowed variable warning |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3943 (float Matrix::rcond (void) const): New method for |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3944 reciprocal condition number calculation. |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3945 (float Matrix::rcond (MatrixType &mattype) const): ditto. |
f42c6f8d6d8e
Extend rcond function to single precision types
David Bateman <dbateman@free.fr>
parents:
7796
diff
changeset
|
3946 |
7796
762801c50b21
Fix tests for transpose in Array.cc
David Bateman <dbateman@free.fr>
parents:
7793
diff
changeset
|
3947 * Array.cc: Fix transpose tests. |
762801c50b21
Fix tests for transpose in Array.cc
David Bateman <dbateman@free.fr>
parents:
7793
diff
changeset
|
3948 |
7793
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3949 * CmplxGEBAL.cc (ComplexGEPBALANCE), dbleGEPBAL.cc (GEPBALANCE), |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3950 fCmplxGEPBAL.cc (FloatComplexGEPBALANCE), floatGEPBAL.cc |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3951 (FloatGEPBALANCE): New class for generalized eigenvalue balancing. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3952 * CmplxGEBAL.h (ComplexGEPBALANCE), dbleGEPBAL.h (GEPBALANCE), |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3953 fCmplxGEPBAL.h (FloatComplexGEPBALANCE), floatGEPBAL.h |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3954 (FloatGEPBALANCE): Declare them. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3955 * Makefile.in (MATRIX_INC): Include them here. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3956 (MATRIX_SRC): and here. |
9967 | 3957 |
7793
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3958 * floatAEPBAL.cc (FloatAEPBALANCE), fCmplxAEPBAL.cc |
9967 | 3959 (FloatComplexAEPBALANCE): New classes for single precision |
7793
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3960 Algebraic eignvalue balancing. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3961 * floatAEPBAL.h (FloatAEPBALANCE), fCmplxAEPBAL.h |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3962 (FloatComplexAEPBALANCE): Declare them. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3963 * Makefile.in (MATRIX_INC): Include them here. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3964 (MATRIX_SRC): and here. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3965 |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3966 * floatHESS.cc (FloatHESS), fCmplxHESS.cc (FloatComplexHESS): New |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3967 classes for single precision Hessenberg decomposition. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3968 * floatHESS.h (FloatHESS), fCmplxHESS.h (FloatComplexHESS): |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3969 Declare them. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3970 * Makefile.in (MATRIX_INC): Include them here. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3971 (MATRIX_SRC): and here. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3972 |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3973 * floatQR.cc (FloatQR), fCmplxQR.cc (FloatComplexQR): New |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3974 classes for single precision QR decomposition. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3975 * floatQR.h (FloatQR), fCmplxQR.h (FloatComplexQR): |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3976 Declare them. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3977 * Makefile.in (MATRIX_INC): Include them here. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3978 (MATRIX_SRC): and here. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3979 |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3980 * floatQRP.cc (FloatQRP), fCmplxQRP.cc (FloatComplexQRP): New |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3981 classes for single precision permuted QR decomposition. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3982 * floatQRP.h (FloatQRP), fCmplxQRP.h (FloatComplexQRP): |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3983 Declare them. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3984 * Makefile.in (MATRIX_INC): Include them here. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3985 (MATRIX_SRC): and here. |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3986 |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3987 * mx-defs (FloatAEPBALANCE, FloatComplexAEPBALANCE, |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3988 ComplexGEPBALANCE, FloatGEPBALANCE,FloatComplexGEPBALANCE, |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3989 FloatHESS, FloatComplexHESS, FloatQR, FloatComplexQR, QRP, |
96ba591be50f
Add some more support for single precision to libcruft functions
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3990 ComplexQRP, FloatQRP, FloatComplexQRP): Declare classes. |
9967 | 3991 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
3992 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
3993 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
3994 * Array.cc (Array<T> Array<T>::transpose () const): Modify for tiled |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
3995 transpose to limit the number of cache misses. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
3996 (Array<T> Array<T>::hermitian (T (*)(const&)) const): New method |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
3997 for matrix conjugate transpose. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
3998 * Array.h (Array<T> hermitian (T (*)(const&)) const): Declare it. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
3999 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4000 * DiagArray2.cc (DiagArray2<T> DiagArray2<T>::transpose () const): |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4001 Specialization for diagonal arrays. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4002 (DiagArray2<T> DiagArray2<T>::transpose (T (*) (const&)) const): |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4003 Ditto. |
9967 | 4004 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4005 * MArray.h (MArray<T> hermitian <T (*) (const&)) const): New method. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4006 (MArray<T> transpose () const): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4007 * MArray2.h (MArray2<T> hermitian <T (*) (const&)) const): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4008 * Array2.h (Array2<T> hermitian <T (*) (const&)) const): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4009 * ArrayN.h (ArrayN<T> hermitian <T (*) (const&)) const): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4010 * MDiagArray2.h (MDiagArray2<T> transpose () const): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4011 (MDiagArray<T> hermitian <T (*) (const&)) const): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4012 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4013 * CColVector.cc (transpose, hermitian): Define in terms of base class. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4014 * CRowVector.cc (transpose, hermitian): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4015 * dColVector.cc (transpose): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4016 * dRowVector.cc (transpose): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4017 * CDiagMatrix.h (transpose, hermitian): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4018 * dDiagMatrix.h (transpose): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4019 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4020 * fCColVector.cc (transpose, hermitian): Define in terms of base class. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4021 * fCRowVector.cc (transpose, hermitian): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4022 * fColVector.cc (transpose): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4023 * fRowVector.cc (transpose): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4024 * fCDiagMatrix.h (transpose, hermitian): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4025 * fDiagMatrix.h (transpose): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4026 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4027 * CDiagMatrix.cc (ComplexDiagMatrix::transpose, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4028 ComplexDiagMatrix::hermitian): Delete. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4029 * dDiagMatrix.cc (DiagMatrix::transpose): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4030 * CMatrix.cc (ComplexMatrix::hermitian): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4031 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4032 * fCDiagMatrix.cc (FloatComplexDiagMatrix::transpose, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4033 FloatComplexDiagMatrix::hermitian): Delete. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4034 * fDiagMatrix.cc (FloatDiagMatrix::transpose): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4035 * fCMatrix.cc (FloatComplexMatrix::hermitian): Ditto. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4036 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4037 * lo-mappers.cc (FloatComplex xlog2(const FloatComplex&), float |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4038 xlog2 (flot, int&), FloatComplex xlog2(const FloatComplex&, int&)): |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4039 New mapper functions for single precion values. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4040 * lo-mappers.h (FloatComplex xlog2(const FloatComplex&), float |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4041 xlog2 (flot, int&), FloatComplex xlog2(const FloatComplex&, int&)): |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4042 Declare them. |
9967 | 4043 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4044 * CmplxGEBAL.cc (ComplexGEPBALANCE), dbleGEPBAL.cc (GEPBALANCE), |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4045 fCmplxGEPBAL.cc (FloatComplexGEPBALANCE), floatGEPBAL.cc |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4046 (FloatGEPBALANCE): New class for generalized eigenvalue balancing. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4047 * CmplxGEBAL.h (ComplexGEPBALANCE), dbleGEPBAL.h (GEPBALANCE), |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4048 fCmplxGEPBAL.h (FloatComplexGEPBALANCE), floatGEPBAL.h |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4049 (FloatGEPBALANCE): Declare them. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4050 * Makefile.in (MATRIX_INC): Include them here. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4051 (MATRIX_SRC): and here. |
9967 | 4052 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4053 * floatAEPBAL.cc (FloatAEPBALANCE), fCmplxAEPBAL.cc |
9967 | 4054 (FloatComplexAEPBALANCE): New classes for single precision |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4055 Algebraic eignvalue balancing. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4056 * floatAEPBAL.h (FloatAEPBALANCE), fCmplxAEPBAL.h |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4057 (FloatComplexAEPBALANCE): Declare them. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4058 * Makefile.in (MATRIX_INC): Include them here. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4059 (MATRIX_SRC): and here. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4060 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4061 * floatHESS.cc (FloatHESS), fCmplxHESS.cc (FloatComplexHESS): New |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4062 classes for single precision Hessenberg decomposition. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4063 * floatHESS.h (FloatHESS), fCmplxHESS.h (FloatComplexHESS): |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4064 Declare them. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4065 * Makefile.in (MATRIX_INC): Include them here. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4066 (MATRIX_SRC): and here. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4067 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4068 * floatQR.cc (FloatQR), fCmplxQR.cc (FloatComplexQR): New |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4069 classes for single precision QR decomposition. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4070 * floatQR.h (FloatQR), fCmplxQR.h (FloatComplexQR): |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4071 Declare them. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4072 * Makefile.in (MATRIX_INC): Include them here. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4073 (MATRIX_SRC): and here. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4074 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4075 * floatQRP.cc (FloatQRP), fCmplxQRP.cc (FloatComplexQRP): New |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4076 classes for single precision permuted QR decomposition. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4077 * floatQRP.h (FloatQRP), fCmplxQRP.h (FloatComplexQRP): |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4078 Declare them. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4079 * Makefile.in (MATRIX_INC): Include them here. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4080 (MATRIX_SRC): and here. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4081 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4082 * mx-defs (FloatAEPBALANCE, FloatComplexAEPBALANCE, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4083 ComplexGEPBALANCE, FloatGEPBALANCE,FloatComplexGEPBALANCE, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4084 FloatHESS, FloatComplexHESS, FloatQR, FloatComplexQR, QRP, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4085 ComplexQRP, FloatQRP, FloatComplexQRP): Declare classes. |
9967 | 4086 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4087 * Array-f.cc, Array-fC.cc, MArray-f.cc, MArray-fC.cc, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4088 fCColVector.cc, fCColVector.h, fCDiagMatrix.cc, fCDiagMatrix.h, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4089 fCMatrix.cc, fCMatrix.h, fCNDArray.cc, fCNDArray.h, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4090 fCRowVector.cc, fCRowVector.h, fCmplxCHOL.cc, fCmplxCHOL.h, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4091 fCmplxDET.cc, fCmplxDET.h, fCmplxLU.cc, fCmplxLU.h, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4092 fCmplxSCHUR.cc, fCmplxSCHUR.h, fCmplxSVD.cc, fCmplxSVD.h, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4093 fColVector.cc, fColVector.h, fDiagMatrix.cc, fDiagMatrix.h, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4094 fEIG.cc, fEIG.h, fMatrix.cc, fMatrix.h, fNDArray.cc, fNDArray.h, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4095 fRowVector.cc, fRowVector.h, floatCHOL.cc, floatCHOL.h, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4096 floatDET.cc, floatDET.h, floatLU.cc, floatLU.h, floatSCHUR.cc, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4097 floatSCHUR.h, floatSVD.cc, floatSVD.h: New files. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4098 * Makefile.in (MATRIC_INC, TI_SRC, MATRIX_SRC): Add them. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4099 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4100 * CMatrix.cc, CMatrix.h, CNDArray.cc, CNDArray.h, CmplxDET.cc, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4101 MArray-C.cc, MArray-d.cc, MArray-defs.h, MArray.cc, MArray.h, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4102 MatrixType.cc, MatrixType.h, SparseCmplxQR.cc, SparseCmplxQR.h, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4103 SparseQR.cc, SparseQR.h, dMatrix.cc, dMatrix.h, dNDArray.cc, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4104 dNDArray.h, data-conv.cc, data-conv.h, dbleDET.cc, dbleSVD.cc, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4105 lo-cieee.c, lo-ieee.cc, lo-ieee.h, lo-mappers.cc, lo-mappers.h, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4106 lo-specfun.cc, lo-specfun.h, lo-utils.cc, lo-utils.h, mx-base.h, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4107 mx-defs.h, mx-ext.h, mx-inlines.cc, mx-op-defs.h, mx-ops, |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4108 oct-cmplx.h, oct-fftw.cc, oct-fftw.h, oct-inttypes.h, vx-ops: |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7788
diff
changeset
|
4109 Allow single precision types. |
9967 | 4110 |
7779
791231dac333
Add regexp matching to Fwho and Fclear
David Bateman <dbateman@free.fr>
parents:
7776
diff
changeset
|
4111 2008-05-20 David Bateman <dbateman@free.fr> |
791231dac333
Add regexp matching to Fwho and Fclear
David Bateman <dbateman@free.fr>
parents:
7776
diff
changeset
|
4112 |
7788 | 4113 * CMatrix.cc (double rcond): Replace with double rcon everywhere |
4114 to avoid shadowed variable warning | |
4115 (double ComplexMatrix::rcond (void) const): New method for | |
4116 reciprocal condition number calculation. | |
4117 (double ComplexMatrix::rcond (MatrixType &mattype) const): ditto. | |
4118 * CMatrix.h (double rcond): Replace with double rcon everywhere | |
4119 to avoid shadowed variable warning | |
4120 (double ComplexMatrix::rcond (void) const): New method for | |
4121 reciprocal condition number calculation. | |
4122 (double ComplexMatrix::rcond (MatrixType &mattype) const): ditto. | |
4123 * dMatrix.cc (double rcond): Replace with double rcon everywhere | |
4124 to avoid shadowed variable warning | |
4125 (double Matrix::rcond (void) const): New method for | |
4126 reciprocal condition number calculation. | |
4127 (double Matrix::rcond (MatrixType &mattype) const): ditto. | |
4128 * dMatrix.h (double rcond): Replace with double rcon everywhere | |
4129 to avoid shadowed variable warning | |
4130 (double Matrix::rcond (void) const): New method for | |
4131 reciprocal condition number calculation. | |
4132 (double Matrix::rcond (MatrixType &mattype) const): ditto. | |
4133 | |
7779
791231dac333
Add regexp matching to Fwho and Fclear
David Bateman <dbateman@free.fr>
parents:
7776
diff
changeset
|
4134 * regex-match.cc, regex-match.h: New class for simple regular |
791231dac333
Add regexp matching to Fwho and Fclear
David Bateman <dbateman@free.fr>
parents:
7776
diff
changeset
|
4135 expression matching |
791231dac333
Add regexp matching to Fwho and Fclear
David Bateman <dbateman@free.fr>
parents:
7776
diff
changeset
|
4136 * Makefile.in (INCLUDES): Add regex-match.h here, and |
791231dac333
Add regexp matching to Fwho and Fclear
David Bateman <dbateman@free.fr>
parents:
7776
diff
changeset
|
4137 (LIBOCTAVE_CXX_SOURCES): regex-match.cc here. |
791231dac333
Add regexp matching to Fwho and Fclear
David Bateman <dbateman@free.fr>
parents:
7776
diff
changeset
|
4138 |
7776 | 4139 2008-05-19 David Bateman <dbateman@free.fr> |
4140 | |
4141 * dSparse.cc: Replace some DGBCON with GPBCON where they are | |
4142 incorrectly used. | |
4143 | |
7774
ce52af0e4a10
all false logical indexing fix
David Bateman <dbateman@free.fr>
parents:
7758
diff
changeset
|
4144 2008-05-13 David Bateman <dbateman@free.fr> |
ce52af0e4a10
all false logical indexing fix
David Bateman <dbateman@free.fr>
parents:
7758
diff
changeset
|
4145 |
ce52af0e4a10
all false logical indexing fix
David Bateman <dbateman@free.fr>
parents:
7758
diff
changeset
|
4146 * idx-vector.cc (IDX_VEC_REP::idx_vector_rep (const boolNDArray&)): |
ce52af0e4a10
all false logical indexing fix
David Bateman <dbateman@free.fr>
parents:
7758
diff
changeset
|
4147 If len is zero size the index vector in the same manner as if len |
ce52af0e4a10
all false logical indexing fix
David Bateman <dbateman@free.fr>
parents:
7758
diff
changeset
|
4148 is not zero. |
ce52af0e4a10
all false logical indexing fix
David Bateman <dbateman@free.fr>
parents:
7758
diff
changeset
|
4149 |
7758
8e14a01ffe9f
input.cc (Fre_read_readline_init_file): new function
John W. Eaton <jwe@octave.org>
parents:
7757
diff
changeset
|
4150 2008-05-05 John W. Eaton <jwe@octave.org> |
8e14a01ffe9f
input.cc (Fre_read_readline_init_file): new function
John W. Eaton <jwe@octave.org>
parents:
7757
diff
changeset
|
4151 |
8e14a01ffe9f
input.cc (Fre_read_readline_init_file): new function
John W. Eaton <jwe@octave.org>
parents:
7757
diff
changeset
|
4152 * cmd-edit.cc (command_editor::re_read_init_file, |
8e14a01ffe9f
input.cc (Fre_read_readline_init_file): new function
John W. Eaton <jwe@octave.org>
parents:
7757
diff
changeset
|
4153 gnu_readline::do_re_read_init_file): New functions. |
8e14a01ffe9f
input.cc (Fre_read_readline_init_file): new function
John W. Eaton <jwe@octave.org>
parents:
7757
diff
changeset
|
4154 * cmd-edit.h (command_editor::re_read_init_file): Provide decl. |
8e14a01ffe9f
input.cc (Fre_read_readline_init_file): new function
John W. Eaton <jwe@octave.org>
parents:
7757
diff
changeset
|
4155 (command_editor::do_re_read_init_file): New function. |
8e14a01ffe9f
input.cc (Fre_read_readline_init_file): new function
John W. Eaton <jwe@octave.org>
parents:
7757
diff
changeset
|
4156 * oct-rl-edit.c (octave_rl_re_read_init_file): New function. |
8e14a01ffe9f
input.cc (Fre_read_readline_init_file): new function
John W. Eaton <jwe@octave.org>
parents:
7757
diff
changeset
|
4157 * oct-rl-edit.h: Provide decl. |
8e14a01ffe9f
input.cc (Fre_read_readline_init_file): new function
John W. Eaton <jwe@octave.org>
parents:
7757
diff
changeset
|
4158 |
7757
4ff9a6fdde42
Load the default inputrc when calling read_readline_init_file()
Rafael Laboissiere <rafael@debian.org>
parents:
7749
diff
changeset
|
4159 2008-05-05 Rafael Laboissiere <rafael@debian.org> |
4ff9a6fdde42
Load the default inputrc when calling read_readline_init_file()
Rafael Laboissiere <rafael@debian.org>
parents:
7749
diff
changeset
|
4160 |
4ff9a6fdde42
Load the default inputrc when calling read_readline_init_file()
Rafael Laboissiere <rafael@debian.org>
parents:
7749
diff
changeset
|
4161 * oct-rl-edit.c (octave_read_init_file): Simply call rl_read_init_file. |
4ff9a6fdde42
Load the default inputrc when calling read_readline_init_file()
Rafael Laboissiere <rafael@debian.org>
parents:
7749
diff
changeset
|
4162 |
7749
14e05160b99f
reference counting for functions loaded from shared libraries
John W. Eaton <jwe@octave.org>
parents:
7740
diff
changeset
|
4163 2008-05-01 John W. Eaton <jwe@octave.org> |
14e05160b99f
reference counting for functions loaded from shared libraries
John W. Eaton <jwe@octave.org>
parents:
7740
diff
changeset
|
4164 |
14e05160b99f
reference counting for functions loaded from shared libraries
John W. Eaton <jwe@octave.org>
parents:
7740
diff
changeset
|
4165 * oct-shlib.h (octave_shlib::number_of_functions_loaded): |
14e05160b99f
reference counting for functions loaded from shared libraries
John W. Eaton <jwe@octave.org>
parents:
7740
diff
changeset
|
4166 Return size_t instead of int value. |
14e05160b99f
reference counting for functions loaded from shared libraries
John W. Eaton <jwe@octave.org>
parents:
7740
diff
changeset
|
4167 * oct-shlib.cc (octave_base_shlib::number_of_functions_loaded): |
14e05160b99f
reference counting for functions loaded from shared libraries
John W. Eaton <jwe@octave.org>
parents:
7740
diff
changeset
|
4168 Likewise. |
14e05160b99f
reference counting for functions loaded from shared libraries
John W. Eaton <jwe@octave.org>
parents:
7740
diff
changeset
|
4169 (octave_base_shlib::fcn_names): Now a std::map object. |
14e05160b99f
reference counting for functions loaded from shared libraries
John W. Eaton <jwe@octave.org>
parents:
7740
diff
changeset
|
4170 Adjust all uses. |
14e05160b99f
reference counting for functions loaded from shared libraries
John W. Eaton <jwe@octave.org>
parents:
7740
diff
changeset
|
4171 (octave_base_shlib::fcn_names_iterator, |
14e05160b99f
reference counting for functions loaded from shared libraries
John W. Eaton <jwe@octave.org>
parents:
7740
diff
changeset
|
4172 octave_base_shlib::fcn_names_const_iterator): New typedefs. |
14e05160b99f
reference counting for functions loaded from shared libraries
John W. Eaton <jwe@octave.org>
parents:
7740
diff
changeset
|
4173 (octave_base_shlib::add_to_fcn_names, octave_base_shlib::remove): |
14e05160b99f
reference counting for functions loaded from shared libraries
John W. Eaton <jwe@octave.org>
parents:
7740
diff
changeset
|
4174 Perform reference counting for functions accessed. |
14e05160b99f
reference counting for functions loaded from shared libraries
John W. Eaton <jwe@octave.org>
parents:
7740
diff
changeset
|
4175 |
8040 | 4176 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 4177 |
4178 * lo-mappers.cc (xlog2 (double)): Compute log (2), not log2 (2). | |
4179 (xlog2 (Complex), xlog2 (double, int&), xlog2 (Complex, int&)): | |
4180 New functions. | |
4181 * lo-mappers.h: Provide decls. | |
4182 | |
9501 | 4183 2008-04-25 Michael Goffioul <michael.goffioul@gmail.com> |
7735
6848970153ba
do not use output value of fill_n (not supported by MSVC).
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7732
diff
changeset
|
4184 |
6848970153ba
do not use output value of fill_n (not supported by MSVC).
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7732
diff
changeset
|
4185 * oct-lookup.h (seq_lookup): Do not use output value of fill_n (MSVC |
6848970153ba
do not use output value of fill_n (not supported by MSVC).
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7732
diff
changeset
|
4186 does not support it). |
6848970153ba
do not use output value of fill_n (not supported by MSVC).
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7732
diff
changeset
|
4187 |
7732
bc5c6999c600
lo-sysdep.cc (octave_popen2): don't set PIPE_NOWAIT for parentWrite
Michael Goffioul
parents:
7727
diff
changeset
|
4188 2008-04-24 Michael Goffioul <michael.goffioul@gmail.com> |
bc5c6999c600
lo-sysdep.cc (octave_popen2): don't set PIPE_NOWAIT for parentWrite
Michael Goffioul
parents:
7727
diff
changeset
|
4189 |
bc5c6999c600
lo-sysdep.cc (octave_popen2): don't set PIPE_NOWAIT for parentWrite
Michael Goffioul
parents:
7727
diff
changeset
|
4190 * lo-sysdep.cc (octave_popen2): Don't set PIPE_NOWAIT for parentWrite. |
bc5c6999c600
lo-sysdep.cc (octave_popen2): don't set PIPE_NOWAIT for parentWrite
Michael Goffioul
parents:
7727
diff
changeset
|
4191 |
7727
c8da61051ea2
idx-vector.cc: fix for-loop condition
John W. Eaton <jwe@octave.org>
parents:
7725
diff
changeset
|
4192 2008-04-21 John W. Eaton <jwe@octave.org> |
c8da61051ea2
idx-vector.cc: fix for-loop condition
John W. Eaton <jwe@octave.org>
parents:
7725
diff
changeset
|
4193 |
c8da61051ea2
idx-vector.cc: fix for-loop condition
John W. Eaton <jwe@octave.org>
parents:
7725
diff
changeset
|
4194 * idx-vector.cc (IDX_VEC_REP::idx_vector_rep (const boolNDArray&)): |
c8da61051ea2
idx-vector.cc: fix for-loop condition
John W. Eaton <jwe@octave.org>
parents:
7725
diff
changeset
|
4195 Fix for-loop condition. |
c8da61051ea2
idx-vector.cc: fix for-loop condition
John W. Eaton <jwe@octave.org>
parents:
7725
diff
changeset
|
4196 |
8040 | 4197 2008-04-19 Jaroslav Hajek <highegg@gmail.com> |
7725
7c9ba697a479
cosmetic fixes in QR & Cholesky updating codes
Jaroslav Hajek <highegg@gmail.com>
parents:
7717
diff
changeset
|
4198 |
7c9ba697a479
cosmetic fixes in QR & Cholesky updating codes
Jaroslav Hajek <highegg@gmail.com>
parents:
7717
diff
changeset
|
4199 * CmplxCHOL.cc, CmplxQR.cc, dbleCHOL.cc, dbleQR.cc: Fix calls to error() |
7c9ba697a479
cosmetic fixes in QR & Cholesky updating codes
Jaroslav Hajek <highegg@gmail.com>
parents:
7717
diff
changeset
|
4200 |
7717
ff918ee1a983
Delete idx in Sparse<T> and Array<T> operator =
David Bateman <dbateman@free.fr>
parents:
7707
diff
changeset
|
4201 2008-04-16 David Bateman <dbateman@free.fr> |
ff918ee1a983
Delete idx in Sparse<T> and Array<T> operator =
David Bateman <dbateman@free.fr>
parents:
7707
diff
changeset
|
4202 |
ff918ee1a983
Delete idx in Sparse<T> and Array<T> operator =
David Bateman <dbateman@free.fr>
parents:
7707
diff
changeset
|
4203 * Sparse.h (Sparse<T>& operator = (Sparse<T>&)): Move definition |
ff918ee1a983
Delete idx in Sparse<T> and Array<T> operator =
David Bateman <dbateman@free.fr>
parents:
7707
diff
changeset
|
4204 of the operator for here |
ff918ee1a983
Delete idx in Sparse<T> and Array<T> operator =
David Bateman <dbateman@free.fr>
parents:
7707
diff
changeset
|
4205 * Sparse.cc (Sparse<T>& Sparse<T>::operator = (Sparse<T>&)): To |
ff918ee1a983
Delete idx in Sparse<T> and Array<T> operator =
David Bateman <dbateman@free.fr>
parents:
7707
diff
changeset
|
4206 here. Also delete idx. |
ff918ee1a983
Delete idx in Sparse<T> and Array<T> operator =
David Bateman <dbateman@free.fr>
parents:
7707
diff
changeset
|
4207 * Array.h (Array<T>& operator = (Array<T>&)): Move definition |
ff918ee1a983
Delete idx in Sparse<T> and Array<T> operator =
David Bateman <dbateman@free.fr>
parents:
7707
diff
changeset
|
4208 of the operator for here |
ff918ee1a983
Delete idx in Sparse<T> and Array<T> operator =
David Bateman <dbateman@free.fr>
parents:
7707
diff
changeset
|
4209 * Array.cc (Array<T>& Array<T>::operator = (Array<T>&)): To |
ff918ee1a983
Delete idx in Sparse<T> and Array<T> operator =
David Bateman <dbateman@free.fr>
parents:
7707
diff
changeset
|
4210 here. Also delete idx. |
ff918ee1a983
Delete idx in Sparse<T> and Array<T> operator =
David Bateman <dbateman@free.fr>
parents:
7707
diff
changeset
|
4211 |
7707
446dec9d1de5
changeset: 7800:9828eda04f24
John W. Eaton <jwe@octave.org>
parents:
7705
diff
changeset
|
4212 2008-04-09 Michael Goffioul <michael.goffioul@gmail.com> |
446dec9d1de5
changeset: 7800:9828eda04f24
John W. Eaton <jwe@octave.org>
parents:
7705
diff
changeset
|
4213 |
446dec9d1de5
changeset: 7800:9828eda04f24
John W. Eaton <jwe@octave.org>
parents:
7705
diff
changeset
|
4214 * lo-mappers.cc (xround): Avoid floating-point overflow when input |
446dec9d1de5
changeset: 7800:9828eda04f24
John W. Eaton <jwe@octave.org>
parents:
7705
diff
changeset
|
4215 value is equal to bitmax implementation taken from gnulib). |
7705
e9b9f74e0289
Fix stat'ing root pathnames ('\' or '/') under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7700
diff
changeset
|
4216 |
e9b9f74e0289
Fix stat'ing root pathnames ('\' or '/') under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7700
diff
changeset
|
4217 * file-stat.cc (file_stat::update_internal): Do not strip trailing |
e9b9f74e0289
Fix stat'ing root pathnames ('\' or '/') under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7700
diff
changeset
|
4218 file separator when path length is equal to 1 (handle case '\') under |
e9b9f74e0289
Fix stat'ing root pathnames ('\' or '/') under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7700
diff
changeset
|
4219 __WIN32__ platforms. |
e9b9f74e0289
Fix stat'ing root pathnames ('\' or '/') under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7700
diff
changeset
|
4220 |
8040 | 4221 2008-04-07 Jaroslav Hajek <highegg@gmail.com> |
7700
efccca5f2ad7
more QR & Cholesky updating functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7695
diff
changeset
|
4222 |
efccca5f2ad7
more QR & Cholesky updating functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7695
diff
changeset
|
4223 * dbleQR.h, dbleQR.cc (QR::shift_cols): New method. |
efccca5f2ad7
more QR & Cholesky updating functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7695
diff
changeset
|
4224 * CmplxQR.h, CmplxQR.cc (ComplexQR::shift_cols): New method. |
efccca5f2ad7
more QR & Cholesky updating functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7695
diff
changeset
|
4225 * dbleCHOL.h, dbleCHOL.cc (CHOL::insert_sym, CHOL::delete_sym, |
efccca5f2ad7
more QR & Cholesky updating functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7695
diff
changeset
|
4226 CHOL::shift_sym): New methods. |
efccca5f2ad7
more QR & Cholesky updating functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7695
diff
changeset
|
4227 * CmplxCHOL.h, CmplxCHOL.cc (ComplexCHOL::insert_sym, |
efccca5f2ad7
more QR & Cholesky updating functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7695
diff
changeset
|
4228 ComplexCHOL::delete_sym, ComplexCHOL::shift_sym): New methods. |
efccca5f2ad7
more QR & Cholesky updating functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7695
diff
changeset
|
4229 |
7695
eacf87a24f55
lo-sysdep.cc: include windows.h if windows and not cygwin
John W. Eaton <jwe@octave.org>
parents:
7671
diff
changeset
|
4230 2008-04-03 John W. Eaton <jwe@octave.org> |
eacf87a24f55
lo-sysdep.cc: include windows.h if windows and not cygwin
John W. Eaton <jwe@octave.org>
parents:
7671
diff
changeset
|
4231 |
eacf87a24f55
lo-sysdep.cc: include windows.h if windows and not cygwin
John W. Eaton <jwe@octave.org>
parents:
7671
diff
changeset
|
4232 * lo-sysdep.cc [__WIN32__ && ! __CYGWIN__]: Include windows.h. |
eacf87a24f55
lo-sysdep.cc: include windows.h if windows and not cygwin
John W. Eaton <jwe@octave.org>
parents:
7671
diff
changeset
|
4233 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7646
diff
changeset
|
4234 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7646
diff
changeset
|
4235 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7646
diff
changeset
|
4236 * oct-lookup.h: New file. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7646
diff
changeset
|
4237 |
7646
ad16ea379d2f
additional fixes for Array::assignN
David Bateman <dbateman@free.fr>
parents:
7642
diff
changeset
|
4238 2008-03-26 David Bateman <dbateman@feee.fr> |
ad16ea379d2f
additional fixes for Array::assignN
David Bateman <dbateman@free.fr>
parents:
7642
diff
changeset
|
4239 |
ad16ea379d2f
additional fixes for Array::assignN
David Bateman <dbateman@free.fr>
parents:
7642
diff
changeset
|
4240 * Array.cc (assignN): Additional fix for vector assignments. |
ad16ea379d2f
additional fixes for Array::assignN
David Bateman <dbateman@free.fr>
parents:
7642
diff
changeset
|
4241 |
7642
9a4541c622b5
refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents:
7641
diff
changeset
|
4242 2008-03-25 David Bateman <dbateman@feee.fr> |
9a4541c622b5
refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents:
7641
diff
changeset
|
4243 |
9a4541c622b5
refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents:
7641
diff
changeset
|
4244 * Array.cc (assignN): refactor calculation of new dimensions when |
9a4541c622b5
refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents:
7641
diff
changeset
|
4245 original matrix is empty. |
9a4541c622b5
refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents:
7641
diff
changeset
|
4246 * Array-util.cc (bool is_vector (const dim_vector&)): New |
9a4541c622b5
refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents:
7641
diff
changeset
|
4247 function. |
9a4541c622b5
refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents:
7641
diff
changeset
|
4248 * Array-util.h (bool is_vector (const dim_vector&)): declare it. |
9a4541c622b5
refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents:
7641
diff
changeset
|
4249 |
7637
2be056f03720
Fix fall back from sparse cholesky factorization to LU when matrix detected as not being positive definite
David Bateman <dbateman@free.fr>
parents:
7636
diff
changeset
|
4250 2008-03-25 David Bateman <dbateman@free.fr> |
2be056f03720
Fix fall back from sparse cholesky factorization to LU when matrix detected as not being positive definite
David Bateman <dbateman@free.fr>
parents:
7636
diff
changeset
|
4251 |
2be056f03720
Fix fall back from sparse cholesky factorization to LU when matrix detected as not being positive definite
David Bateman <dbateman@free.fr>
parents:
7636
diff
changeset
|
4252 * sparse-base-chol.h (sparse_base_chol_rep::~sparse_base_chol_rep |
2be056f03720
Fix fall back from sparse cholesky factorization to LU when matrix detected as not being positive definite
David Bateman <dbateman@free.fr>
parents:
7636
diff
changeset
|
4253 (void)): Only free the factorization if it was created |
2be056f03720
Fix fall back from sparse cholesky factorization to LU when matrix detected as not being positive definite
David Bateman <dbateman@free.fr>
parents:
7636
diff
changeset
|
4254 * spase-base-chol.cc (sparse_base_chol_rep::init): Don't attempt |
2be056f03720
Fix fall back from sparse cholesky factorization to LU when matrix detected as not being positive definite
David Bateman <dbateman@free.fr>
parents:
7636
diff
changeset
|
4255 to factorize a matrix that has been flagged as not being positive |
2be056f03720
Fix fall back from sparse cholesky factorization to LU when matrix detected as not being positive definite
David Bateman <dbateman@free.fr>
parents:
7636
diff
changeset
|
4256 definite. |
2be056f03720
Fix fall back from sparse cholesky factorization to LU when matrix detected as not being positive definite
David Bateman <dbateman@free.fr>
parents:
7636
diff
changeset
|
4257 |
7636
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7625
diff
changeset
|
4258 2008-03-25 John W. Eaton <jwe@octave.org> |
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7625
diff
changeset
|
4259 |
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7625
diff
changeset
|
4260 * lo-mappers.cc (xtrunc): New function. |
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7625
diff
changeset
|
4261 * lo-mappers.h: Provide decl. |
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7625
diff
changeset
|
4262 |
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7625
diff
changeset
|
4263 2008-03-25 Jaroslav Hajek <highegg@gmail.com> |
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7625
diff
changeset
|
4264 |
7638
2df457529cfa
implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7637
diff
changeset
|
4265 * lo-specfun.cc (expm1, log1p): New functions. |
2df457529cfa
implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7637
diff
changeset
|
4266 * lo-specfun.h: Provide decls. |
2df457529cfa
implement expm1 and log1p functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7637
diff
changeset
|
4267 |
7636
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7625
diff
changeset
|
4268 * lo-mappers.cc (xroundb): New function. |
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7625
diff
changeset
|
4269 * lo-mappers.h: Provide decl. |
99c410f7f0b0
implement mapper function for banker's rounding
Jaroslav Hajek <highegg@gmail.com>
parents:
7625
diff
changeset
|
4270 |
7625
43e3efb2cbc2
Add integer el_div and el_ldiv operators to the binops that were missing them
David Bateman <dbateman@free.fr>
parents:
7620
diff
changeset
|
4271 2008-03-23 David Bateman <dbateman@free.fr> |
43e3efb2cbc2
Add integer el_div and el_ldiv operators to the binops that were missing them
David Bateman <dbateman@free.fr>
parents:
7620
diff
changeset
|
4272 |
43e3efb2cbc2
Add integer el_div and el_ldiv operators to the binops that were missing them
David Bateman <dbateman@free.fr>
parents:
7620
diff
changeset
|
4273 * mx-ops: Definite binary operators for mixed integer array + |
43e3efb2cbc2
Add integer el_div and el_ldiv operators to the binops that were missing them
David Bateman <dbateman@free.fr>
parents:
7620
diff
changeset
|
4274 array case, except for 64bit cases. |
9967 | 4275 |
7619 | 4276 2008-03-21 David Bateman <dbateman@free.fr> |
4277 | |
4278 * oct-sparse.h: Add headers for amd.h. | |
4279 | |
7620
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4280 2008-03-20 David Bateman <dbateman@free.fr> |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4281 |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4282 * Array.cc (Array<T> Array<T>::diag (octave_idx_type) const): New |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4283 method for diag function. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4284 * Array.h (Array<T> diag (octave_idx_type) const): Declare it. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4285 * Array2.h (Array2<T> diag (octave_idx_type) const): New method. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4286 * MArray2.h (MArray2<T> diag (octave_idx_type) const): ditto. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4287 * ArrayN.h (ArrayN<T> diag (octave_idx_type) const): ditto. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4288 * MArrayN.h (MArrayN<T> diag (octave_idx_type) const): ditto. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4289 |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4290 * Sparse.cc (Sparse<T> Sparse<T>::diag (octave_idx_type) const): |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4291 New method for the diag function. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4292 * Sparse.h (Sparse<T> diag (octave_idx_type) const): Declare it. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4293 * MSparse.h (MSparse<T> diag (octave_idx_type) const): New method. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4294 |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4295 * Range.cc (Matrix Range::diag (octave_idx_type) const): |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4296 New method for the diag function. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4297 * Range.h (Matrix diag (octave_idx_type) const): Declare it. |
9967 | 4298 |
7620
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4299 * CDiagMatrix.cc (ComplexColumnVector ComplexDiagMatrix::diag |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4300 (void) const): delete. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4301 * dDiagMatrix.cc (ColumnVector DiagMatrix::diag (void) const): delete. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4302 * dDiagMatrix.h (ColumnVector diag (void) const): ditto. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4303 * CMatrix.cc (ComplexColumnVector ComplexMatrix::diag (void) const): |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4304 delete. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4305 * CMatrix.h (ComplexColumnVector diag (void) const): ditto. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4306 * dMatrix.cc (ColumnVector Matrix::diag (void) const): ditto. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4307 * dMatrix.h (ColumnVector diag (void) const): ditto. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4308 * boolMatrix.cc (boolMatrix boolMatrix::diag (void) const): ditto. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4309 * boolMatrix.h (boolMatrix diag (void) const): ditto. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4310 * chMatrix.cc (charMatrix charMatrix::diag (void) const): ditto. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4311 * chMatrix.h (charMatrix diag (void) const): ditto. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4312 * intNDArray.cc (intNDArray<T> intNDArray<T>::diag (void) const): ditto. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4313 * intNDArray.h (intNDArray<T> diag (void) const): ditto. |
9967 | 4314 |
7620
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4315 * CMatrix.cc (ComplexMatrix ComplexMatrix::diag (octave_idx_type) |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4316 const): Rewrite in terms of template classes function. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4317 * CMatrix.h (ComplexMatrix diag (octave_idx_type)const ): Change |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4318 return type. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4319 * dMatrix.cc (Matrix Matrix::diag (octave_idx_type) const): Rewrite in |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4320 terms of template classes function. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4321 * dMatrix.h (Matrix diag (octave_idx_type) const): Change return type. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4322 * boolMatrix.cc (boolMatrix boolMatrix::diag (octave_idx_type) const): |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4323 Rewrite in terms of template classes function. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4324 * boolMatrix.h (boolMatrix diag (octave_idx_type) const): Change |
9967 | 4325 return type. |
7620
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4326 * chMatrix.cc (charMatrix charMatrix::diag (octave_idx_type) |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4327 const): Rewrite in terms of template classes function. |
9967 | 4328 |
7620
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4329 * dSparse.cc (SparseMatrix SparseMatrix::diag (octave_idx_type) const): |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4330 Rewrite in terms of template classes function. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4331 * CSparse.cc (SparseComplexMatrix SparseComplexMatrix::diag |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4332 (octave_idx_type) const): ditto. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4333 * boolSparse.cc (SparseBoolMatrix SparseBoolMatrix::diag |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4334 (octave_idx_type) const): ditto. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4335 * intNDArray.cc (intNDArray<T> intNDArray<T>::diag |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4336 (octave_idx_type) const): ditto. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4337 |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4338 * CNDArray.cc (ComplexNDArray ComplexNDArray::diag |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4339 (octave_idx_type) const): New method. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4340 * CNDArray.h (ComplexNDArray diag (octave_idx_type) const): |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4341 Declare it. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4342 * dNDArray.cc (NDArray NDArray::diag (octave_idx_type) const): New |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4343 method. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4344 * dNDArray.h (NDArray diag (octave_idx_type) const): Declare it. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4345 * chNDArray.cc (charNDArray charNDArray::diag |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4346 (octave_idx_type) const): New method. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4347 * chNDArray.h (charNDArray diag (octave_idx_type) const): |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4348 Declare it. |
36594d5bbe13
Move diag function into the octave_value class
David Bateman <dbateman@free.fr>
parents:
7619
diff
changeset
|
4349 |
9967 | 4350 |
7609
7e6002d15d4d
octave_env::do_base_pathname: handle rooted relativel names
John W. Eaton <jwe@octave.org>
parents:
7605
diff
changeset
|
4351 2008-03-19 John W. Eaton <jwe@octave.org> |
7e6002d15d4d
octave_env::do_base_pathname: handle rooted relativel names
John W. Eaton <jwe@octave.org>
parents:
7605
diff
changeset
|
4352 |
7e6002d15d4d
octave_env::do_base_pathname: handle rooted relativel names
John W. Eaton <jwe@octave.org>
parents:
7605
diff
changeset
|
4353 * oct-env.cc (octave_env::do_base_pathname): Also handle rooted |
7e6002d15d4d
octave_env::do_base_pathname: handle rooted relativel names
John W. Eaton <jwe@octave.org>
parents:
7605
diff
changeset
|
4354 relative filenames. |
7e6002d15d4d
octave_env::do_base_pathname: handle rooted relativel names
John W. Eaton <jwe@octave.org>
parents:
7605
diff
changeset
|
4355 |
7602
7bfaa9611558
Rewrite sparse mappers in terms of a functor template function
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4356 2008-03-19 David Bateman <dbateman@free.fr> |
7bfaa9611558
Rewrite sparse mappers in terms of a functor template function
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4357 |
7605
48488cca0006
Fix for array indexing if original matrix is empty
David Bateman <dbateman@free.fr>
parents:
7602
diff
changeset
|
4358 * Array.cc (assignN): If orig_empty allow assignment like |
48488cca0006
Fix for array indexing if original matrix is empty
David Bateman <dbateman@free.fr>
parents:
7602
diff
changeset
|
4359 a(1:10,1)=1:10 |
48488cca0006
Fix for array indexing if original matrix is empty
David Bateman <dbateman@free.fr>
parents:
7602
diff
changeset
|
4360 |
7602
7bfaa9611558
Rewrite sparse mappers in terms of a functor template function
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4361 * Sparse.h (template <class U, class F> Sparse<U> map (F fcn) |
7bfaa9611558
Rewrite sparse mappers in terms of a functor template function
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4362 const): New template function. |
7bfaa9611558
Rewrite sparse mappers in terms of a functor template function
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4363 * MSparse.h (template <class U, class F> MSparse<U> map (F fcn) |
7bfaa9611558
Rewrite sparse mappers in terms of a functor template function
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4364 const): ditto. |
7bfaa9611558
Rewrite sparse mappers in terms of a functor template function
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4365 * dSparse.cc (SparseMatrix SparseMatrix::map (dmapper) const, |
7bfaa9611558
Rewrite sparse mappers in terms of a functor template function
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4366 SparseComplexMatrix SparseMatrix::map (cmapper) const, |
7bfaa9611558
Rewrite sparse mappers in terms of a functor template function
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4367 SparseBoolMatrix SparseMatrix::map (bmapper) const): Rewrite in |
7bfaa9611558
Rewrite sparse mappers in terms of a functor template function
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4368 terms of the new template functor. |
7bfaa9611558
Rewrite sparse mappers in terms of a functor template function
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4369 * CSparse.cc (SparseMatrix SparseComplexMatrix::map (dmapper) const, |
7bfaa9611558
Rewrite sparse mappers in terms of a functor template function
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4370 SparseComplexMatrix SparseComplexMatrix::map (cmapper) const, |
7bfaa9611558
Rewrite sparse mappers in terms of a functor template function
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4371 SparseBoolMatrix SparseComplexMatrix::map (bmapper) const): ditto. |
9967 | 4372 |
7597
6b2a99e44ff2
shortened empty indexing fix
David Bateman <dbateman@free.fr>
parents:
7596
diff
changeset
|
4373 2008-03-18 David Bateman <dbateman@free.fr> |
6b2a99e44ff2
shortened empty indexing fix
David Bateman <dbateman@free.fr>
parents:
7596
diff
changeset
|
4374 |
7601
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7600
diff
changeset
|
4375 * lo-specfun.cc (Complex xlgamma (const Complex&)): New function. |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7600
diff
changeset
|
4376 * lo-specfun.h (Complex xlgamma (const Complex&)): Declare it. |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7600
diff
changeset
|
4377 * randpoison.c (xlgamma): Use lgamma if HAVE_LGAMMA is defined. |
9967 | 4378 |
7600
24abf5a702d9
Chop trailing singletons in min/max functions
David Bateman <dbateman@free.fr>
parents:
7598
diff
changeset
|
4379 * dNDArray.cc (NDArray::min, NDArraymax): chop trailing singletons. |
24abf5a702d9
Chop trailing singletons in min/max functions
David Bateman <dbateman@free.fr>
parents:
7598
diff
changeset
|
4380 * CNDarray.cc (ComplexNDArray::min, CompelxNDArray::max): ditto. |
24abf5a702d9
Chop trailing singletons in min/max functions
David Bateman <dbateman@free.fr>
parents:
7598
diff
changeset
|
4381 * intNDarray.cc (intNDArray<T>::min, intNDArray<T>::max): ditto. |
9967 | 4382 |
7597
6b2a99e44ff2
shortened empty indexing fix
David Bateman <dbateman@free.fr>
parents:
7596
diff
changeset
|
4383 * Array.cc (Array<T>::index): Don't short_freeze on index with |
6b2a99e44ff2
shortened empty indexing fix
David Bateman <dbateman@free.fr>
parents:
7596
diff
changeset
|
4384 fewer dimensions than the array only if the last dimension is empty. |
6b2a99e44ff2
shortened empty indexing fix
David Bateman <dbateman@free.fr>
parents:
7596
diff
changeset
|
4385 |
7596
6929e40fc597
compatible handling of NaN -> int conversions
John W. Eaton <jwe@octave.org>
parents:
7573
diff
changeset
|
4386 2008-03-18 John W. Eaton <jwe@octave.org> |
6929e40fc597
compatible handling of NaN -> int conversions
John W. Eaton <jwe@octave.org>
parents:
7573
diff
changeset
|
4387 |
7598
a89b3fa632ee
partial specialization for octave_int_fit_to_range
John W. Eaton <jwe@octave.org>
parents:
7597
diff
changeset
|
4388 * oct-inttypes.h (octave_int_fit_to_range): |
a89b3fa632ee
partial specialization for octave_int_fit_to_range
John W. Eaton <jwe@octave.org>
parents:
7597
diff
changeset
|
4389 Use partial specialization for double values. |
7596
6929e40fc597
compatible handling of NaN -> int conversions
John W. Eaton <jwe@octave.org>
parents:
7573
diff
changeset
|
4390 |
7573
755bf7ecc29b
eliminate one_zero stuff from idx_vector
John W. Eaton <jwe@octave.org>
parents:
7572
diff
changeset
|
4391 2008-03-08 John W. Eaton <jwe@octave.org> |
755bf7ecc29b
eliminate one_zero stuff from idx_vector
John W. Eaton <jwe@octave.org>
parents:
7572
diff
changeset
|
4392 |
755bf7ecc29b
eliminate one_zero stuff from idx_vector
John W. Eaton <jwe@octave.org>
parents:
7572
diff
changeset
|
4393 * Sparse.cc (Sparse<T>::index, assign): Likewise. |
755bf7ecc29b
eliminate one_zero stuff from idx_vector
John W. Eaton <jwe@octave.org>
parents:
7572
diff
changeset
|
4394 * Array.cc (Array<T>::index1, Array<T>::index2, Array<T>::indexN, |
755bf7ecc29b
eliminate one_zero stuff from idx_vector
John W. Eaton <jwe@octave.org>
parents:
7572
diff
changeset
|
4395 assign2): Eliminate use of idx_vector::is_one_zero method. |
755bf7ecc29b
eliminate one_zero stuff from idx_vector
John W. Eaton <jwe@octave.org>
parents:
7572
diff
changeset
|
4396 * idx-vector.cc, idx-vector.h |
755bf7ecc29b
eliminate one_zero stuff from idx_vector
John W. Eaton <jwe@octave.org>
parents:
7572
diff
changeset
|
4397 (idx_vector::maybe_convert_one_zero_to_idx, |
755bf7ecc29b
eliminate one_zero stuff from idx_vector
John W. Eaton <jwe@octave.org>
parents:
7572
diff
changeset
|
4398 IDX_VEC_REP::maybe_convert_one_zero_to_idx): Delete unused function. |
755bf7ecc29b
eliminate one_zero stuff from idx_vector
John W. Eaton <jwe@octave.org>
parents:
7572
diff
changeset
|
4399 (IDX_VEC_REP::one_zero): Delete data member. |
755bf7ecc29b
eliminate one_zero stuff from idx_vector
John W. Eaton <jwe@octave.org>
parents:
7572
diff
changeset
|
4400 (IDX_VEC_REP::is_colon_equiv): Delete one_zero check. |
755bf7ecc29b
eliminate one_zero stuff from idx_vector
John W. Eaton <jwe@octave.org>
parents:
7572
diff
changeset
|
4401 (idx_vector::is_one_zero, IDX_VEC_REP::is_one_zero): Delete function. |
755bf7ecc29b
eliminate one_zero stuff from idx_vector
John W. Eaton <jwe@octave.org>
parents:
7572
diff
changeset
|
4402 |
7572
85da2ab0c6fd
logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents:
7560
diff
changeset
|
4403 2008-03-07 John W. Eaton <jwe@octave.org> |
85da2ab0c6fd
logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents:
7560
diff
changeset
|
4404 |
85da2ab0c6fd
logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents:
7560
diff
changeset
|
4405 * idx-vector.cc (IDX_VEC_REP::idx_vector_rep (bool), |
85da2ab0c6fd
logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents:
7560
diff
changeset
|
4406 IDX_VEC_REP::idx_vector_rep (const boolNDArray&)): |
85da2ab0c6fd
logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents:
7560
diff
changeset
|
4407 Simply perform the equivalent of "find" on the bool argument here, |
85da2ab0c6fd
logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents:
7560
diff
changeset
|
4408 set one_zero to 0 and orig_dims to size of resulting index vector. |
85da2ab0c6fd
logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents:
7560
diff
changeset
|
4409 (IDX_VEC_REP::freeze): Don't call maybe_convert_one_zero_to_idx here. |
85da2ab0c6fd
logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents:
7560
diff
changeset
|
4410 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7638
diff
changeset
|
4411 2008-03-05 Jaroslav Hajek <highegg@gmail.com> |
7559
07522d7dcdf8
fixes to QR and Cholesky updating code
Jaroslav Hajek <highegg@gmail.com>
parents:
7554
diff
changeset
|
4412 |
9967 | 4413 * dbleQR.cc (QR::insert_col, QR::insert_row, |
7560
0ef0f9802a37
modify QR updating methods to use 0-based indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
7559
diff
changeset
|
4414 QR::delete_col, QR::delete_row): Use 0-based indexing. |
9967 | 4415 * CmplxQR.cc (ComplexQR::insert_col, ComplexQR::insert_row, |
7560
0ef0f9802a37
modify QR updating methods to use 0-based indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
7559
diff
changeset
|
4416 ComplexQR::delete_col, ComplexQR::delete_row): Likewise. |
0ef0f9802a37
modify QR updating methods to use 0-based indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
7559
diff
changeset
|
4417 |
7559
07522d7dcdf8
fixes to QR and Cholesky updating code
Jaroslav Hajek <highegg@gmail.com>
parents:
7554
diff
changeset
|
4418 * dbleCHOL.cc: Small doc and declaration fixes. |
07522d7dcdf8
fixes to QR and Cholesky updating code
Jaroslav Hajek <highegg@gmail.com>
parents:
7554
diff
changeset
|
4419 * CmplxHOL.cc: Small doc and declaration fixes. |
07522d7dcdf8
fixes to QR and Cholesky updating code
Jaroslav Hajek <highegg@gmail.com>
parents:
7554
diff
changeset
|
4420 * CmplxQR.cc (ComplexQR::ComplexQR): Adjust code to match dbleQR.cc. |
07522d7dcdf8
fixes to QR and Cholesky updating code
Jaroslav Hajek <highegg@gmail.com>
parents:
7554
diff
changeset
|
4421 * dbleQR.cc (QR::delete_row): Fix incorrect test. |
07522d7dcdf8
fixes to QR and Cholesky updating code
Jaroslav Hajek <highegg@gmail.com>
parents:
7554
diff
changeset
|
4422 * CmplxQR.cc (ComplexQR::delete_row): Fix incorrect test. |
07522d7dcdf8
fixes to QR and Cholesky updating code
Jaroslav Hajek <highegg@gmail.com>
parents:
7554
diff
changeset
|
4423 |
7553
56be6f31dd4e
implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7549
diff
changeset
|
4424 2008-03-04 Jaroslav Hajek <highegg@gmail.com> |
56be6f31dd4e
implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7549
diff
changeset
|
4425 |
7554
40574114c514
implement Cholesky factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7553
diff
changeset
|
4426 * dbleCHOL.cc (CHOL::set, CHOL::update, CHOL::downdate): |
40574114c514
implement Cholesky factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7553
diff
changeset
|
4427 New functions. |
40574114c514
implement Cholesky factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7553
diff
changeset
|
4428 * dbleCHOL.h: Provide decls. |
40574114c514
implement Cholesky factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7553
diff
changeset
|
4429 * CmplxCHOL.cc (ComplexCHOL::set, ComplexCHOL::update, |
40574114c514
implement Cholesky factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7553
diff
changeset
|
4430 ComplexCHOL::downdate): New functions. |
40574114c514
implement Cholesky factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7553
diff
changeset
|
4431 * CmplxCHOL.h: Provide decls. |
40574114c514
implement Cholesky factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7553
diff
changeset
|
4432 |
7553
56be6f31dd4e
implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7549
diff
changeset
|
4433 * dbleQR.cc (QR::update, QR::insert_col, QR::delete_col, |
56be6f31dd4e
implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7549
diff
changeset
|
4434 QR::insert_row, QR::delete_row): New methods. |
56be6f31dd4e
implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7549
diff
changeset
|
4435 (QR::QR (const Matrix&, const MAtrix&)): New constructor. |
56be6f31dd4e
implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7549
diff
changeset
|
4436 * dbleQR.h: Provide decls. |
56be6f31dd4e
implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7549
diff
changeset
|
4437 * CmplxQR.cc (ComplexQR::update, ComplexQR::insert_col, |
56be6f31dd4e
implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7549
diff
changeset
|
4438 ComplexQR::delete_col, ComplexQR::insert_row, |
56be6f31dd4e
implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7549
diff
changeset
|
4439 ComplexQR::delete_row): New methods. |
56be6f31dd4e
implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7549
diff
changeset
|
4440 (ComplexQR::ComplexQR (const ComplexMatrix&, const ComplexMAtrix&)): |
56be6f31dd4e
implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7549
diff
changeset
|
4441 New constructor. |
56be6f31dd4e
implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7549
diff
changeset
|
4442 * CmplxQR.h: Provide decls. |
56be6f31dd4e
implementation of QR factorization updating
Jaroslav Hajek <highegg@gmail.com>
parents:
7549
diff
changeset
|
4443 |
7549
ff9c2bb7abc7
workaround to enable compiling with Intel C++ 10.1
Jaroslav Hajek <highegg@gmail.com>
parents:
7546
diff
changeset
|
4444 2008-03-04 Jaroslav Hajek <highegg@gmail.com> |
ff9c2bb7abc7
workaround to enable compiling with Intel C++ 10.1
Jaroslav Hajek <highegg@gmail.com>
parents:
7546
diff
changeset
|
4445 |
ff9c2bb7abc7
workaround to enable compiling with Intel C++ 10.1
Jaroslav Hajek <highegg@gmail.com>
parents:
7546
diff
changeset
|
4446 * Array-C.cc, Sparse-C.cc: Include oct-sort.cc after definitions |
ff9c2bb7abc7
workaround to enable compiling with Intel C++ 10.1
Jaroslav Hajek <highegg@gmail.com>
parents:
7546
diff
changeset
|
4447 of < and > operators. |
ff9c2bb7abc7
workaround to enable compiling with Intel C++ 10.1
Jaroslav Hajek <highegg@gmail.com>
parents:
7546
diff
changeset
|
4448 |
7546
4249c6fb6e09
Treat repeated indices in the sparse assignments
David Bateman <dbateman@free.fr>
parents:
7545
diff
changeset
|
4449 2008-03-03 David Bateman <dbateman@free.fr> |
4249c6fb6e09
Treat repeated indices in the sparse assignments
David Bateman <dbateman@free.fr>
parents:
7545
diff
changeset
|
4450 |
4249c6fb6e09
Treat repeated indices in the sparse assignments
David Bateman <dbateman@free.fr>
parents:
7545
diff
changeset
|
4451 * Sparse.cc (assign1, assign1): Take care of repeated index |
4249c6fb6e09
Treat repeated indices in the sparse assignments
David Bateman <dbateman@free.fr>
parents:
7545
diff
changeset
|
4452 values. Adapt the test code to check for these cases. |
4249c6fb6e09
Treat repeated indices in the sparse assignments
David Bateman <dbateman@free.fr>
parents:
7545
diff
changeset
|
4453 |
7545 | 4454 2008-03-03 Jaroslav Hajek <highegg@gmail.com> |
7544
f9983d2761df
more xGELSD workspace fixes
Jaroslav Hajek <highegg@gmail.com>
parents:
7537
diff
changeset
|
4455 |
f9983d2761df
more xGELSD workspace fixes
Jaroslav Hajek <highegg@gmail.com>
parents:
7537
diff
changeset
|
4456 * dMatrix.cc (Matrix::lssolve): Also avoid dgelsd lwork query bug |
f9983d2761df
more xGELSD workspace fixes
Jaroslav Hajek <highegg@gmail.com>
parents:
7537
diff
changeset
|
4457 in lssolve method that accepts column vector argument. Correct |
f9983d2761df
more xGELSD workspace fixes
Jaroslav Hajek <highegg@gmail.com>
parents:
7537
diff
changeset
|
4458 calculation of nlvl. |
7545 | 4459 * CMatrix.cc (ComplexMatrix::lssolve): Likewise, for zgelsd. |
7544
f9983d2761df
more xGELSD workspace fixes
Jaroslav Hajek <highegg@gmail.com>
parents:
7537
diff
changeset
|
4460 |
7537
a2950622f070
make octave_rand a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
7536
diff
changeset
|
4461 2008-02-27 John W. Eaton <jwe@octave.org> |
a2950622f070
make octave_rand a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
7536
diff
changeset
|
4462 |
a2950622f070
make octave_rand a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
7536
diff
changeset
|
4463 * oct-rand.cc (class octave_rand): Make it a proper singleton class. |
a2950622f070
make octave_rand a proper singleton class
John W. Eaton <jwe@octave.org>
parents:
7536
diff
changeset
|
4464 |
7532
493bb0de3199
avoid another xGELSD workspace query bug
John W. Eaton <jwe@octave.org>
parents:
7521
diff
changeset
|
4465 2008-02-26 John W. Eaton <jwe@octave.org> |
493bb0de3199
avoid another xGELSD workspace query bug
John W. Eaton <jwe@octave.org>
parents:
7521
diff
changeset
|
4466 |
7536 | 4467 * oct-rand.cc (get_dist_id): Fix typo. |
4468 (get_dist_id, octave_rand::distribution, octave_rand::scalar, | |
4469 fill_rand): Improve error messages. | |
4470 | |
7535
bda16af4fd2f
oct-rand.cc (get_dist_id): initialize retval
John W. Eaton <jwe@octave.org>
parents:
7533
diff
changeset
|
4471 * oct-rand.cc (unknown_dist): New dist type. |
bda16af4fd2f
oct-rand.cc (get_dist_id): initialize retval
John W. Eaton <jwe@octave.org>
parents:
7533
diff
changeset
|
4472 (uniform_dist, normal_dist, expon_dist, poisson_dist, gamma_dist): |
bda16af4fd2f
oct-rand.cc (get_dist_id): initialize retval
John W. Eaton <jwe@octave.org>
parents:
7533
diff
changeset
|
4473 Use static const int instead of #define. |
bda16af4fd2f
oct-rand.cc (get_dist_id): initialize retval
John W. Eaton <jwe@octave.org>
parents:
7533
diff
changeset
|
4474 (get_dist_id): Default retval is unknown_dist. |
bda16af4fd2f
oct-rand.cc (get_dist_id): initialize retval
John W. Eaton <jwe@octave.org>
parents:
7533
diff
changeset
|
4475 |
7533
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4476 * oct-rand.cc (rand_states): New static variable. |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4477 (initialize_rand_states, get_dist_id, get_internal_state, |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4478 set_internal_state, switch_to_generator, save_state): New functions. |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4479 (octave_rand::state): New arg to specify distribution. |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4480 Save state in rand_states instead of setting internal state. |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4481 Return named state. Use set_internal_state to generate proper |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4482 state vector from user supplied state. Save and restore current |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4483 state if specified and current distributions are different. |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4484 (octave_rand::distribution (void)): Use switch rather than if/else. |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4485 (octave_rand::distribution (const std::string&)): Likewise. |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4486 (octave_rand::uniform_distribution, |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4487 octave_rand::normal_distribution, |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4488 octave_rand::exponential_distribution, |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4489 octave_rand::poisson_distribution, |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4490 octave_rand::gamma_distribution): Call switch_to_generator. |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4491 (octave_rand::state, maybe_initialize): For new_generators, just |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4492 call initialize_rand_states if not already initialized. |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4493 (octave_rand::scalar, fill_rand): Save state after generating value. |
ff52243af934
save state separately for each MT random number generator
John W. Eaton <jwe@octave.org>
parents:
7532
diff
changeset
|
4494 |
7532
493bb0de3199
avoid another xGELSD workspace query bug
John W. Eaton <jwe@octave.org>
parents:
7521
diff
changeset
|
4495 * dMatrix.cc (Matrix::lssolve): Avoid another dgelsd lwork query bug. |
493bb0de3199
avoid another xGELSD workspace query bug
John W. Eaton <jwe@octave.org>
parents:
7521
diff
changeset
|
4496 * CMatrix.cc (ComplexMatrix::lssolve): Likewise, for zgelsd |
493bb0de3199
avoid another xGELSD workspace query bug
John W. Eaton <jwe@octave.org>
parents:
7521
diff
changeset
|
4497 |
7521
6f10bbb2854a
avoid some GCC warnings for unsigned comparisons
John W. Eaton <jwe@octave.org>
parents:
7520
diff
changeset
|
4498 2008-02-24 John W. Eaton <jwe@octave.org> |
6f10bbb2854a
avoid some GCC warnings for unsigned comparisons
John W. Eaton <jwe@octave.org>
parents:
7520
diff
changeset
|
4499 |
6f10bbb2854a
avoid some GCC warnings for unsigned comparisons
John W. Eaton <jwe@octave.org>
parents:
7520
diff
changeset
|
4500 * oct-inttypes.h (octave_int_helper): New class. Provide |
6f10bbb2854a
avoid some GCC warnings for unsigned comparisons
John W. Eaton <jwe@octave.org>
parents:
7520
diff
changeset
|
4501 specializations for signed and unsigned types. |
6f10bbb2854a
avoid some GCC warnings for unsigned comparisons
John W. Eaton <jwe@octave.org>
parents:
7520
diff
changeset
|
4502 (octave_int<T>::operator >>=, octave_int<T>::abs, |
6f10bbb2854a
avoid some GCC warnings for unsigned comparisons
John W. Eaton <jwe@octave.org>
parents:
7520
diff
changeset
|
4503 octave_int<T>::signum): Use static functions from |
6f10bbb2854a
avoid some GCC warnings for unsigned comparisons
John W. Eaton <jwe@octave.org>
parents:
7520
diff
changeset
|
4504 octave_int_helper class. |
6f10bbb2854a
avoid some GCC warnings for unsigned comparisons
John W. Eaton <jwe@octave.org>
parents:
7520
diff
changeset
|
4505 |
6f10bbb2854a
avoid some GCC warnings for unsigned comparisons
John W. Eaton <jwe@octave.org>
parents:
7520
diff
changeset
|
4506 * oct-inttypes.h, oct-inttypes.cc (OCTAVE_US_TYPE1_CMP_OP, |
6f10bbb2854a
avoid some GCC warnings for unsigned comparisons
John W. Eaton <jwe@octave.org>
parents:
7520
diff
changeset
|
4507 OCTAVE_US_TYPE2_CMP_OP): Tag function declarations and definitions |
6f10bbb2854a
avoid some GCC warnings for unsigned comparisons
John W. Eaton <jwe@octave.org>
parents:
7520
diff
changeset
|
4508 with "template <>". |
6f10bbb2854a
avoid some GCC warnings for unsigned comparisons
John W. Eaton <jwe@octave.org>
parents:
7520
diff
changeset
|
4509 |
7520 | 4510 2008-02-22 John W. Eaton <jwe@octave.org> |
4511 | |
4512 * CSparse.cc, SparseCmplxLU.cc, SparsedbleLU.cc, dSparse.cc, | |
4513 file-ops.cc, oct-group.cc, oct-shlib.cc, sparse-base-chol.h, | |
4514 sparse-dmsolve.cc: Use 0 instead of NULL. | |
4515 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4516 2008-02-22 David Bateman <dbateman@free.fr> |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4517 |
9967 | 4518 * boolSparse.cc (SparseBoolMatrix SparseBoolMatrix::diag |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4519 (octave_idx_type) const): New method. |
9967 | 4520 * boolSparse.h (SparseBoolMatrix SparseBoolMatrix::diag |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4521 (octave_idx_type) const): Declare it. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4522 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4523 * base-lu.h (lu_type Y (void) const): New method to return |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4524 factorization of xGETRF directly. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4525 * sparse-base-lu.cc (template <class lu_type, class lu_elt_type, |
9967 | 4526 class p_type, class p_elt_type> lu_type sparse_base_lu <lu_type, |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4527 lu_elt_type, p_type, p_elt_type> :: Y (void) const): New method |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4528 to simulate the retirn of xGETRF. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4529 * sparse-base-lu.h (template <class lu_type, class lu_elt_type, |
9967 | 4530 class p_type, class p_elt_type> lu_type sparse_base_lu <lu_type, |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4531 lu_elt_type, p_type, p_elt_type> :: Y (void) const): Declare it |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4532 (SparseMatrix R (void) const): Method to return scaling factors. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4533 * SparsedbleLU.cc: Allow two element pivot thresholding and |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4534 scaling. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4535 * SparseCmplxLU.cc: ditto. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4536 * SparsedbleLU.h: Modify constructors to allow passing of two |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4537 element pivoting thresholds and flag for scaling |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4538 * SparseCmplxLU.h: ditto. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4539 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4540 * base-lu.cc (ColumnVector P_vec (void) const): New method to |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4541 return permutations as a vector. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4542 * base-lu.h (ColumnVector P_vec (void) const): Declare it. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4543 * sparse-base-lu.cc (ColumnVector Pr_vec (void) const): New method |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4544 return row permutations as a vector. |
9967 | 4545 (ColumnVector Pc_vec (void) const): New method return column |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4546 permutations as a vector. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4547 * sparse-base-lu.h (ColumnVector Pr_vec (void) const): Declare it. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4548 (ColumnVector Pc_vec (void) const): Declare it. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4549 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
4550 * oct-spparms.cc: Add sym_tol field. |
9967 | 4551 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7503
diff
changeset
|
4552 2008-02-20 David Bateman <dbateman@free.fr> |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7503
diff
changeset
|
4553 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7503
diff
changeset
|
4554 * SparseComplexQR.cc (ComplexMatrix |
9967 | 4555 SparseComplexQR::SparseComplexQR_rep::Q |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7503
diff
changeset
|
4556 (void) const): New method. |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7503
diff
changeset
|
4557 * SparseComplexQR.h (ComplexMatrix |
9967 | 4558 SparseComplexQR::SparseComplexQR_rep::Q |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7503
diff
changeset
|
4559 (void) const): Declare it. |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7503
diff
changeset
|
4560 * SparseQR.cc (Matrix SparseQR::SparseQR_rep::Q (void) const): ditto. |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7503
diff
changeset
|
4561 * SparseQR.h (Matrix SparseQR::SparseQR_rep::Q (void) const): ditto. |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7503
diff
changeset
|
4562 |
7503
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4563 2008-02-20 John W. Eaton <jwe@octave.org> |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4564 |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4565 * boolNDArray.h (boolNDArray (const Array2<bool>&)): Delete. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4566 |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4567 * Marray2.h (MArray2 (const Array2<U>&), |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4568 MArray2 (const MArray2<U>&)): New templated constructors. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4569 |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4570 * Array2.h (Array2 (const Array<U>&), |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4571 Array2 (const Array<U>&, const dim_vector&)): |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4572 New templated constructors. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4573 |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4574 * CColVector.cc (ComplexColumnVector::map): Forward to MArray::map. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4575 * dColVector.cc (ColumnVector::map): ditto. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4576 * CRowVector.cc (ComplexRowVector::map): ditto. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4577 * dRowVector.cc (RowVector::map): ditto. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4578 * CMatrix.cc (ComplexMatrix::map): Forward to MArray2::map. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4579 * dMatrix.cc (Matrix::map): ditto. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4580 |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4581 * dNDArray.cc (NDArray::map): New functions. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4582 * dNDArray.h: Provide decls. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4583 |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4584 * CNDArray.cc (ComplexNDArray::map): New functions. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4585 * CNDArray.h: Provide decls. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4586 |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4587 * MArray2.h (MArray2<T>::map): New function. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4588 * Array2.h (Array2<T>::map): New function. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4589 * MArrayN.h (MArrayN<T>::map): New function. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4590 * ArrayN.h (ArrayN<T>::map): New function. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4591 * Array.h (Array<T>::map): New function. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4592 |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4593 * functor.h: New file. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4594 * Makefile.in (INCLUDES): Add it to the list. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4595 |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4596 2008-02-20 David Bateman <dbateman@free.fr> |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4597 |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4598 * CColVector.h, CColVector.cc (ComplexColumnVector::apply): Remove. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4599 * dColVector.h, dColVector.cc (ColumnVector::apply): ditto. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4600 * CRowVector.h, CRowVector.cc (ComplexRowVector::apply): ditto. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4601 * dRowVector.h, dRowVector.cc (RowVector::apply): ditto. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4602 * CMatrix.h, CMatrix.cc (ComplexMatrix::apply): ditto. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4603 * dMatrix.h, dMatrix.cc (Matrix::apply): ditto. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4604 |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4605 * CSparse.cc (apply): Remove. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4606 (map): Replace old mapper code with code taken from ov-mapepr.cc |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4607 * CSparse.h (map): Reeclare them. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4608 (dmapper, cmapper, bmapper): typedefs for mapper functions. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4609 * dSparse.cc (apply): Remove. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4610 (map): Replace old mapper code with code taken from ov-mapepr.cc |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4611 * dSparse.h (map): Reeclare them. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4612 (dmapper, cmapper, bmapper): typedefs for mapper functions. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4613 |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4614 * intNDArray.cc (abs, signum): Two new mapper functions. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4615 * intNDArray.h (abs, signum): Declare them. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4616 * oct-inttypes.h (abs, signum): Mapper functions on scalar integer |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4617 base type. |
8c32f95c2639
convert mapper functions to new format
David Bateman <dbateman@free.fr>
parents:
7486
diff
changeset
|
4618 |
7486
6a6d2abe51ff
more xGELSD workspace fixes
John W. Eaton <jwe@octave.org>
parents:
7482
diff
changeset
|
4619 2008-02-15 John W. Eaton <jwe@octave.org> |
6a6d2abe51ff
more xGELSD workspace fixes
John W. Eaton <jwe@octave.org>
parents:
7482
diff
changeset
|
4620 |
6a6d2abe51ff
more xGELSD workspace fixes
John W. Eaton <jwe@octave.org>
parents:
7482
diff
changeset
|
4621 * dMatrix.cc (Matrix::lssolve): Check n > mnthr, not n > m when |
6a6d2abe51ff
more xGELSD workspace fixes
John W. Eaton <jwe@octave.org>
parents:
7482
diff
changeset
|
4622 deciding whether to calculate workspace size, with mnthr from ILAENV. |
6a6d2abe51ff
more xGELSD workspace fixes
John W. Eaton <jwe@octave.org>
parents:
7482
diff
changeset
|
4623 * CMatrix.cc (ComplexMatrix::lssolve): Likewise. |
6a6d2abe51ff
more xGELSD workspace fixes
John W. Eaton <jwe@octave.org>
parents:
7482
diff
changeset
|
4624 |
7482
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7480
diff
changeset
|
4625 2008-02-14 John W. Eaton <jwe@octave.org> |
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7480
diff
changeset
|
4626 |
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7480
diff
changeset
|
4627 * CColVector.cc, CMatrix.cc, CRowVector.cc, CSparse.cc, |
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7480
diff
changeset
|
4628 CmplxAEPBAL.cc, CmplxCHOL.cc, CmplxHESS.cc, CmplxLU.cc, |
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7480
diff
changeset
|
4629 CmplxQR.cc, CmplxQRP.cc, CmplxSCHUR.cc, CmplxSVD.cc, DASPK.cc, |
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7480
diff
changeset
|
4630 DASRT.cc, DASSL.cc, EIG.cc, LSODE.cc, NLEqn.cc, Quad.cc, |
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7480
diff
changeset
|
4631 dColVector.cc, dMatrix.cc, dRowVector.cc, dSparse.cc, |
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7480
diff
changeset
|
4632 dbleAEPBAL.cc, dbleCHOL.cc, dbleHESS.cc, dbleLU.cc, dbleQR.cc, |
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7480
diff
changeset
|
4633 dbleQRP.cc, dbleSCHUR.cc, dbleSVD.cc: |
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7480
diff
changeset
|
4634 Don't check f77_exception_encountered. |
29980c6b8604
don't check f77_exception_encountered
John W. Eaton <jwe@octave.org>
parents:
7480
diff
changeset
|
4635 |
7477 | 4636 2008-02-12 John W. Eaton <jwe@octave.org> |
4637 | |
4638 * CMatrix.cc: Declare xilaenv instead of ilaenv. | |
4639 (ComplexMatrix::lssolve): Call xilaenv instead of ilaenv. | |
4640 | |
7476 | 4641 2008-02-12 Jason Riedy <ejr@cs.berkeley.edu> |
9967 | 4642 |
7480 | 4643 * Array.cc (ascending_compare, descending_compare): Remove |
4644 non-standard extern in the instantiations. | |
4645 | |
4646 * oct-sort.cc: Include <cstring> and sprinkle with std:: as needed. | |
4647 | |
7476 | 4648 * dMatrix.cc (ILAENV): Declare LAPACK Fortran function. |
4649 (Matrix::lssolve): Use ILAENV to query smlsiz. And add an ugly | |
4650 workaround for DGELSD's broken lwork query. The formula is from | |
4651 LAPACK's dgelsd.f source and allocates enough workspace to use an | |
4652 efficient algorithm in the short-and-fat case (n > m). | |
4653 * CMatrix.cc (ILAENV): Declare LAPACK Fortran function. | |
4654 (ComplexMatrix::lssolve): Use ILAENV to query smlsiz. And add an | |
4655 ugly workaround for DGELSD's broken lwork query, as with double. | |
4656 | |
7468
85be2610d6e3
avoid shadow warning (changelog)
John W. Eaton <jwe@octave.org>
parents:
7466
diff
changeset
|
4657 2008-02-12 John W. Eaton <jwe@octave.org> |
85be2610d6e3
avoid shadow warning (changelog)
John W. Eaton <jwe@octave.org>
parents:
7466
diff
changeset
|
4658 |
7470
ada435261879
eliminate unnecessary explicit template instantiations
John W. Eaton <jwe@octave.org>
parents:
7468
diff
changeset
|
4659 * sparse-sort.cc: Don't explicitly instantiate |
ada435261879
eliminate unnecessary explicit template instantiations
John W. Eaton <jwe@octave.org>
parents:
7468
diff
changeset
|
4660 class octave_sort<octave_idx_vector_sort *>, |
ada435261879
eliminate unnecessary explicit template instantiations
John W. Eaton <jwe@octave.org>
parents:
7468
diff
changeset
|
4661 class octave_sort<octave_idx_type>, or |
ada435261879
eliminate unnecessary explicit template instantiations
John W. Eaton <jwe@octave.org>
parents:
7468
diff
changeset
|
4662 class octave_sort<octave_sparse_sort_idxl *>. |
ada435261879
eliminate unnecessary explicit template instantiations
John W. Eaton <jwe@octave.org>
parents:
7468
diff
changeset
|
4663 |
ada435261879
eliminate unnecessary explicit template instantiations
John W. Eaton <jwe@octave.org>
parents:
7468
diff
changeset
|
4664 * Sparse.h (INSTANTIATE_SPARSE_SORT): Delete macro. |
ada435261879
eliminate unnecessary explicit template instantiations
John W. Eaton <jwe@octave.org>
parents:
7468
diff
changeset
|
4665 * Sparse-C.cc, Sparse-b.cc, Sparse-d.cc: Don't use it. |
ada435261879
eliminate unnecessary explicit template instantiations
John W. Eaton <jwe@octave.org>
parents:
7468
diff
changeset
|
4666 |
7468
85be2610d6e3
avoid shadow warning (changelog)
John W. Eaton <jwe@octave.org>
parents:
7466
diff
changeset
|
4667 * Range.cc (Range::sort_internal): Avoid shadow warning from gcc. |
85be2610d6e3
avoid shadow warning (changelog)
John W. Eaton <jwe@octave.org>
parents:
7466
diff
changeset
|
4668 |
7466
49d462292af4
omit more dependencies for distclean target
John W. Eaton <jwe@octave.org>
parents:
7463
diff
changeset
|
4669 2008-02-11 John W. Eaton <jwe@octave.org> |
49d462292af4
omit more dependencies for distclean target
John W. Eaton <jwe@octave.org>
parents:
7463
diff
changeset
|
4670 |
49d462292af4
omit more dependencies for distclean target
John W. Eaton <jwe@octave.org>
parents:
7463
diff
changeset
|
4671 * Makefile.in ($(MAKEDEPS)): Skip dependencies if omit_deps is defined. |
49d462292af4
omit more dependencies for distclean target
John W. Eaton <jwe@octave.org>
parents:
7463
diff
changeset
|
4672 |
7463
2467639bd8c0
eliminate UNDEFINED sort mode
John W. Eaton <jwe@octave.org>
parents:
7458
diff
changeset
|
4673 2008-02-08 John W. Eaton <jwe@octave.org> |
2467639bd8c0
eliminate UNDEFINED sort mode
John W. Eaton <jwe@octave.org>
parents:
7458
diff
changeset
|
4674 |
2467639bd8c0
eliminate UNDEFINED sort mode
John W. Eaton <jwe@octave.org>
parents:
7458
diff
changeset
|
4675 * oct-sort.h (enum sortmode): Eliminate UNDEFINED. Change all |
2467639bd8c0
eliminate UNDEFINED sort mode
John W. Eaton <jwe@octave.org>
parents:
7458
diff
changeset
|
4676 uses of UNDEFINED to ASCENDING. |
2467639bd8c0
eliminate UNDEFINED sort mode
John W. Eaton <jwe@octave.org>
parents:
7458
diff
changeset
|
4677 |
7457 | 4678 2008-02-07 John W. Eaton <jwe@octave.org> |
4679 | |
7458 | 4680 * Range.cc (Range::sort_internal): Rename from sort. New arg, |
4681 ASCENDING, with default value of true. | |
4682 (Range::sort_internal (Array<octave_idx_type>&, bool)): New function. | |
4683 (Range::sort (octave_idx_type, sortmode) const): New function. | |
4684 (Range::sort (Array<octave_idx_type>&, octave_idx_type, sortmode) | |
4685 const): New function. | |
4686 * Range.h: Fix/provide decls. | |
4687 | |
7457 | 4688 * intNDArray.cc (intNDArray<T>::any (int)): Use != for comparison. |
4689 | |
7449 | 4690 2008-02-06 John W. Eaton <jwe@octave.org> |
4691 | |
4692 * Makefile.in ($(OPTS_INC)): Use mv instead of move-if-change. | |
4693 (stamp-prereq): Eliminate. | |
4694 (clean): Don't remove stamp-prereq. | |
4695 (libraries): Don't depend on stamp-prereq. | |
4696 (PREREQ): New macro. | |
4697 ($(MAKEDEPS)): Depend on $(PREREQ), not stamp-prereq. | |
4698 (distclean): Simplify with $(PREREQ). | |
4699 (OPT_BASE): New macro. | |
4700 (OPT_IN): Rename from OPTS_INC_DATA. Define in terms of OPT_BASE. | |
4701 (OPT_INC): Rename from OPTS_INC. Define in terms of OPT_BASE. | |
4702 | |
7448 | 4703 2008-02-05 John W. Eaton <jwe@octave.org> |
4704 | |
4705 * Makefile.in: Unconditionally include $(MAKEDEPS). | |
4706 Mark $(MAKEDEPS) as .PHONY targets if omit_deps is true. | |
4707 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7638
diff
changeset
|
4708 2008-02-03 Michael Goffioul <michael.goffioul@gmail.com> |
7443 | 4709 |
4710 * Array.cc (ascending_compare, descending_compare, | |
4711 Array<T>::sort): Declare explicit specialization for T=double to | |
4712 avoid symbol duplication error at link time. | |
4713 * Array-d.cc (ascending_compare, descending_compare): Declare and | |
4714 define as nonmember functions, not member functions of Array<T>. | |
4715 | |
7442 | 4716 2008-02-03 John W. Eaton <jwe@octave.org> |
4717 | |
4718 * Array-i.cc: Also instantiate Arrays for long long type if it exists. | |
4719 | |
4720 2008-02-03 Michael Goffioul <michael.goffioul@gmail.com> | |
4721 | |
4722 * Array.cc: Don't include Range.h. | |
4723 | |
7433 | 4724 2008-01-31 David Bateman <dbateman@free.fr> |
4725 | |
4726 * oct-sort.cc: conversion of int to octave_idx_type where needed | |
4727 for 64-bit builds. | |
4728 (IFLT): Allow IFLT macro to be overridden. | |
4729 * oct-sort.h: conversion of int to octave_idx_type where needed | |
4730 for 64-bit builds. | |
4731 (enum sortmode): Type of sort to perform. | |
4732 (vec_index): Simple class to aid in indexed sorts. | |
9967 | 4733 |
7433 | 4734 * Array.h ( Array<T> sort (octave_idx_type, sortmode) const, |
4735 Array<T> sort (Array<octave_idx_type> &, octave_idx_type, | |
4736 sortmode) const): Array sorting methods. | |
4737 (INSTANTIATE_ARRAY_SORT, NO_INSTANTIATE_ARRAY_SORT): Macros to | |
4738 instantiate the array sorting methods. | |
4739 * Array.cc (ascending_compare, descending_compare): New template | |
4740 functions for generic sort comparison. | |
4741 ( Array<T> Array<T>::sort (octave_idx_type, sortmode) const, | |
4742 Array<T> Array<T>::sort (Array<octave_idx_type> &, octave_idx_type, | |
4743 sortmode) const): Array sorting functions based of octave_sort | |
4744 class. | |
9967 | 4745 * Array-C.cc: Instantiate the complex array sort methods. |
7433 | 4746 (IFLT): New macro to override the one in the |
4747 octave_sort class to avoid need for Complex < and > operators. | |
4748 (static double xabs (const Complex&)): Complex abs function | |
4749 avoiding std::abs(Inf) returning NaN with some compilers. | |
4750 (ascending_compare, descending compare): override template | |
4751 functions for complex comparison. | |
9967 | 4752 * Array-d.cc: Instantiate the double array sort methods. |
4753 (Array<double> Array<double>::sort (octave_idx_type, | |
4754 sortmode) const, Array<double> Array<double>::sort | |
4755 (Array<octave_idx_type> &, octave_idx_type, sortmode) const): | |
7433 | 4756 Array sorting functions based of octave_sort using uint64 sorting |
4757 on IEE754 doubles, for speed and correct sorting of Inf and NaN. | |
4758 (ascending_compare, descending compare): override template | |
4759 functions for double and uint64 comparison. | |
9967 | 4760 * Array-b.cc, Array-ch.cc, Array-i.cc, Array-s.cc, Array-str.cc: |
7433 | 4761 Instantiate the array sort methods. |
4762 * Array-idx-vec.cc: Null instantiation of array sort methods. | |
4763 * Array2.h, Array3.h, ArrayN.h (sort): 2, 3 and N-dimensional | |
4764 versions of the sort methods based on Array<T>::sort. | |
4765 | |
4766 * CSparse.cc, dSparse.cc: Remove inclusion of octa-sort.h. | |
4767 * Sparse.h ( Sparse<T> sort (octave_idx_type, sortmode) const, | |
4768 Sparse<T> sort (Array<octave_idx_type> &, octave_idx_type, | |
4769 sortmode) const): Sparse sorting methods. | |
9967 | 4770 (INSTANTIATE_ARRAY_SORT): Macro to instantiate the sparse sorting |
7433 | 4771 methods. |
4772 * Sparse.cc: replace sort with lsort throughout to avoid shadowing | |
4773 of new sort method. | |
4774 (sparse_ascending_compare, sparse_descending_compare): New template | |
4775 functions for generic sort comparison. | |
4776 ( Sparse<T> Sparse<T>::sort (octave_idx_type, sortmode) const, | |
4777 Sparse<T> Sparse<T>::sort (Sparse<octave_idx_type> &, octave_idx_type, | |
4778 sortmode) const): Sparse sorting functions based of octave_sort | |
4779 class. | |
9967 | 4780 * Sparse-C.cc: Instantiate the complex sparse sort methods. |
7433 | 4781 (IFLT): New macro to override the one in the |
4782 octave_sort class to avoid need for Complex < and > operators. | |
4783 (static double xabs (const Complex&)): Complex abs function | |
4784 avoiding std::abs(Inf) returning NaN with some compilers. | |
4785 (sparse_ascending_compare, sparse_descending compare): override | |
4786 template functions for complex comparison. | |
9967 | 4787 * Sparse-d.cc: Instantiate the cdouble sparse sort methods. |
7433 | 4788 (sparse_ascending_compare, sparse_descending compare): override |
4789 template functions for double comparison. | |
4790 * Array-b.cc: Instantiate the sparse sort methods. | |
4791 | |
7422 | 4792 2008-01-25 Jaroslav Hajek <highegg@gmail.com> |
4793 | |
4794 * idx-vector.h (idx_vector::idx_vector_rep::range_base, | |
4795 idx_vector::idx_vector_rep::range_step, | |
4796 idx_vector::idx_vector_rep::range_step): New data members. | |
4797 (idx_vector::idx_vector_rep::idx_vector_rep): Initialize them. | |
4798 * idx-vector.cc (IDX_VEC_REP::sort, IDX_VEC_REP::is_colon_equiv, | |
4799 IDX_VEC_REP::init_state, IDX_VEC_REP::operator =, | |
4800 IDX_VECTOR_REP::idx_vector_rep): Handle range. | |
4801 | |
7416 | 4802 2008-01-18 Marco Caliari <marco.caliari@univr.it> |
4803 | |
4804 * dMatrix.cc (Matrix::expm): Correctly perform reverse permutation. | |
4805 * CMatrix.cc (ComplexMatrix::expm): Likewise. | |
4806 | |
7408 | 4807 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
7407 | 4808 |
4809 * oct-time.cc (octave_base_tim::init): Validate pointer argument; | |
4810 this fixes the "localtime(-1)" crash under Windows. | |
4811 | |
7400 | 4812 2008-01-18 John W. Eaton <jwe@octave.org> |
4813 | |
4814 * dMatrix.cc (solve_singularity_warning): New function. | |
4815 (Matrix::expm): Pass pointer to solve_singularity_warning to | |
4816 Matrix::solve method. Exit early if Matrix::solve fails. | |
4817 Limit sqpow value to avoid overflowing scale factor. | |
4818 * CMatrix.cc (solve_singularity_warning): New function. | |
4819 (ComplexMatrix::expm): Pass pointer to solve_singularity_warning to | |
4820 ComplexMatrix::solve method. Exit early if ComplexMatrix::solve fails. | |
4821 Limit sqpow value to avoid overflowing scale factor. | |
7402 | 4822 From Marco Caliari <marco.caliari@univr.it>. |
7400 | 4823 |
7356 | 4824 2008-01-10 Kim Hansen <kimhanse@gmail.com> |
4825 | |
4826 * Sparse.cc: New tests for slicing of sparse matrices. | |
4827 | |
7350 | 4828 2008-01-07 David Bateman <dbateman@free.fr> |
4829 | |
4830 * Sparse-op-defs.h (SPARSE_ANY_ALL_OP_ROW_CODE): Don't break from | |
4831 loop if this test succeeds. | |
4832 | |
7342 | 4833 2008-01-03 David Bateman <dbateman@free.fr> |
4834 | |
4835 * MSparse.cc (SPARSE_A2A2_OP): If first arg is scalar zero, then | |
4836 need unary operator on remaining argument | |
4837 * Sparse-op-defs.h (SPARSE_SMSM_BIN_OP_1): ditto. | |
4838 | |
7334 | 4839 2007-12-21 John W. Eaton <jwe@octave.org> |
4840 | |
4841 Version 3.0.0 released. | |
4842 | |
7322 | 4843 2007-12-18 David Bateman <dbateman@free.fr> |
4844 | |
9967 | 4845 * Sparse.cc (template <class T> Sparse<T> Sparse<T>::index |
4846 (idx_vector&, int) const): Fix case indexing of non zero scalar | |
7322 | 4847 stored as a sparse matrix. |
9967 | 4848 (template <class T> Sparse<T> Sparse<T>::index (idx_vector&, |
7322 | 4849 idx_vector&, int) const): For the non permutated indexing case, |
4850 fix link list calculation and use. | |
4851 | |
7321 | 4852 2007-12-17 John W. Eaton <jwe@octave.org> |
4853 | |
4854 * Array.cc (Array<T>::indexN): Correctly handle scalar indexed by | |
4855 N-d array. | |
4856 | |
7318 | 4857 2007-12-17 David Bateman <dbateman@free.fr> |
4858 | |
4859 * Sparse-op-defs.h (SPARSE_ANY_ALL_OP_ROW_CODE): Use ridx for row | |
4860 index. | |
4861 | |
7299 | 4862 2007-12-11 John W. Eaton <jwe@octave.org> |
4863 | |
4864 * Sparse.cc (Sparse<T>::index (idx_vector&, int) const): | |
4865 If indexing scalar with empty matrix, return empty array with same | |
4866 size as index. | |
4867 | |
7272 | 4868 2007-12-10 John W. Eaton <jwe@octave.org> |
4869 | |
7279 | 4870 * NLEqn.h (NLEqn::fval): New data member. Adjust constructors |
4871 and assignment operator. | |
4872 (NLEqn::function_value): New function. | |
4873 * NLEqn.cc (NLEqn::solve): If solution is successful, compute | |
4874 function value. | |
4875 | |
7272 | 4876 * file-ops.cc (file_ops::concat): New function. |
4877 * file-ops.h: Provide decl. | |
4878 | |
7270 | 4879 2007-12-07 John W. Eaton <jwe@octave.org> |
4880 | |
4881 * oct-time.cc (octave_base_tm::init): Only assign t->tm_zone if it | |
4882 is not 0. | |
4883 | |
7269 | 4884 2007-12-07 David Bateman <dbateman@free.fr> |
4885 | |
4886 * Sparse-op-defs.h (SPARSE_SMS_CMP_OP, SPARSE_SMS_BOOL_OP, | |
9967 | 4887 SPARSE_SSM_CMP_OP, SPARSE_SSM_BOOL_OP, SPARSE_SMSM_CMP_OP, |
7269 | 4888 SPARSE_SMSM_BOOL_OP, SPARSE_BASE_REDUCTION_OP): Use sparse |
4889 indexing where possible rather than the elem method. | |
4890 (SPARSE_REDUCTION_OP_ROW_EXPR, SPARSE_REDUCTION_OP_COL_EXPR, | |
4891 SPARSE_ANY_ALL_OP_ROW_CODE, SPARSE_ANY_ALL_OP_COL_CODE): | |
4892 Replace for new version of SPARSE_BASE_REDUCTION_OP. | |
4893 (SPARSE_ALL_OP): Specialize the initial value, and only treat dim | |
4894 = 0 directly. | |
4895 * CSparse.cc (SparseComplexMatrix SparseComplexMatrix::sumsq (int) | |
4896 const): Replace ROW_EXPR and COL_EXPR functions for new version of | |
4897 SPARSE_BASE_REDUCTION_OP. | |
4898 (SparseComplexMatrix SparseComplexMatrix::prod (int) const): | |
4899 Specialize the initial value, and only treat dim = 0 directly. | |
4900 * dSparse.cc (SparseMatrix SparseMatrix::sumsq (int) const): | |
4901 ditto. | |
4902 (SparseMatrix SparseMatrix::prod (int) const): ditto. | |
4903 | |
7265 | 4904 2007-12-06 John W. Eaton <jwe@octave.org> |
4905 | |
4906 * CMatrix.cc (ComplexMatrix::expm): Update pointers to internal | |
4907 data for npp and dpp after assignments. | |
4908 * dMatrix.cc (Matrix::expm): Use same method as ComplexMatrix::expm. | |
4909 | |
7253 | 4910 2007-12-04 John W. Eaton <jwe@octave.org> |
4911 | |
4912 * Sparse.cc (assign (Sparse<LT>&, const Sparse<RT>&)): | |
4913 Do nothing if one index is empty. | |
4914 | |
7246 | 4915 2007-12-04 David Bateman <dbateman@free.fr> |
4916 | |
4917 * Sparse.cc (assign (Sparse<LT>&, const Sparse<RT>&)): | |
4918 Resize matrix as well if one dimension of lhs is zero and the rhs | |
4919 index exceeds the lhs index. | |
4920 * Sparse.cc (assign1 (Sparse<LT>&, const Sparse<RT>&)): | |
4921 Don't resize to a smaller matrix for empty matrices with a max rhs | |
4922 index smaller than the non zero lhs index. | |
4923 | |
4924 2007-12-04 Michael Goffioul <michael.goffioul@gmail.com> | |
4925 | |
4926 * Array-util.h: Tag permute_vector_compare with OCTAVE_API. | |
4927 | |
7241 | 4928 2007-12-03 Moritz Borgmann <octave@moriborg.de> |
4929 | |
4930 * Array-util.cc (permute_vector_compare): Move here from Array.cc. | |
4931 * Array-util.h (permute_vector, permute_vector_compare): Provide decls. | |
4932 * Array.cc (permute_vector, permute_vector_compare): Delete. | |
4933 | |
7238 | 4934 2007-12-03 David Bateman <dbateman@free.fr> |
4935 | |
4936 * Sparse.cc (template <class LT, class RT> int assign | |
4937 (Sparse<LT>&, const Sparse<RT>&)): Only set return matrix size to | |
4938 rhs values if both no. rows and columns are zero. | |
4939 | |
7231 | 4940 2007-11-30 John W. Eaton <jwe@octave.org> |
4941 | |
7234 | 4942 * oct-sort.cc, oct-sort.h: Style fixes. |
4943 | |
7231 | 4944 * lo-math.h: New file. |
4945 * Makefile.in (INCLUDES): Add it to the list. | |
4946 * liboctave/Array2.h, liboctave/ArrayN.h, liboctave/CmplxDET.cc, | |
4947 liboctave/DASPK.cc, liboctave/DASPK.h, liboctave/DASRT.cc, | |
4948 liboctave/DASRT.h, liboctave/DASSL.cc, liboctave/DASSL.h, | |
4949 liboctave/LSODE.cc, liboctave/LSODE.h, liboctave/NLEqn.h, | |
4950 liboctave/Quad.h, liboctave/Range.cc, liboctave/dbleDET.cc, | |
4951 liboctave/lo-cieee.c, liboctave/lo-ieee.cc, | |
4952 liboctave/lo-mappers.cc, liboctave/oct-time.cc, | |
4953 liboctave/oct-time.h, liboctave/randgamma.c, | |
4954 liboctave/randmtzig.c, liboctave/randpoisson.c: Include lo-math.h | |
4955 instead of cmath or math.h. | |
4956 * lo-mappers.h: Don't include sunmath.h here. | |
4957 | |
7198 | 4958 2007-11-26 John W. Eaton <jwe@octave.org> |
4959 | |
4960 * idx-vector.h (idx_vector::idx_vector_rep (const intNDArray<U>&)): | |
4961 Eliminate unnecessary second arg from call to tree_to_mat_idx. | |
4962 | |
4963 * oct-inttypes.h (operator bool, operator char): Delete. | |
4964 (bool_value, char_value, double_value, float_value): New functions. | |
4965 | |
7189 | 4966 2007-11-26 David Bateman <dbateman@free.fr> |
4967 | |
4968 * intNDArray.cc (template <class T> intNDArray<T> | |
4969 intNDArray<T>::max (int) const, template <class T> intNDArray<T> | |
4970 intNDArray<T>::max (ArrayN<octave_idx_type>&, int) const, | |
9967 | 4971 template <class T> intNDArray<T> intNDArray<T>::min (int) const, |
4972 template <class T> intNDArray<T> intNDArray<T>::min | |
7189 | 4973 (ArrayN<octave_idx_type>&, int) const): New methods for integer |
4974 classes. | |
4975 * intNDArray.h (class intNDArray): Add min/max methods | |
4976 * mx-op-defs.h (MIXMAX_DECLS, MINMAX_FCNS, SND_MINMAX_FCN, | |
4977 NDS_MINMAX_FCN, NDND_MINMAX_FCN): New macro for instantiation of | |
4978 min/max functions. | |
9967 | 4979 * int8NDArray.h, int16NDArray.h, int32NDArray.h, int64NDArray.h, |
7189 | 4980 uint8NDArray.h, uint16NDArray.h, uint32NDArray.h, uint64NDArray.h |
4981 (MINMAX_DECLS(T)): Declare the min/max functions for integer | |
4982 types. | |
9967 | 4983 * int8NDArray.cc, int16NDArray.cc, int32NDArray.cc, int64NDArray.cc, |
7189 | 4984 uint8NDArray.cc, uint16NDArray.cc, uint32NDArray.cc, uint64NDArray.cc |
4985 (MINMAX_FCNS(T)): Instantiate the min/max functions for integer | |
4986 types. | |
4987 | |
4988 * Arrayc.cc (Array<T>::index (idx_vector&, idx_vector&, int, | |
4989 const T& rfv) const): If ndims != 2 call ND version of index. | |
4990 | |
7176 | 4991 2007-11-14 John W. Eaton <jwe@octave.org> |
4992 | |
7178 | 4993 * oct-inttypes.h (opeator T (void) const): New conversion operator. |
4994 | |
7176 | 4995 * lo-specfun.cc (zbesi): When alpha is negative, don't limit |
4996 correction to half-integer values. From Eric Chassande-Mottin | |
4997 <echassandemottin@gmail.com>. | |
4998 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7638
diff
changeset
|
4999 2007-11-07 Michael Goffioul <michael.goffioul@gmail.com> |
7124 | 5000 |
5001 * dMatrix.cc, CMatrix.cc: Help MSVC compiler to resolve | |
5002 ambiguities related to math functions (in C++ mode). | |
5003 | |
7102 | 5004 2007-11-06 David Bateman <dbateman@free.fr> |
5005 | |
7113 | 5006 * intNDArray.cc (intNDArray<T> intNDArray<T>::sum (int) const): |
5007 New method. | |
5008 * intNDarray.h (intNDArray sum (int) const): Declare it. | |
5009 * boolNDArray.cc (boolNDArray boolNDArray::sum (int) const): | |
5010 New method. | |
5011 * boolNDarray.cc (boolNDArray sum (int) const): Declare it. | |
7102 | 5012 * MArray-def.h (MARRAY_NORM_BODY): Scale frobenius norm by infinity |
5013 norm to avoid issues of over- and underflow. From Rolf Fabian | |
5014 <Rolf.Fabian@gmx.de>. | |
5015 | |
7081 | 5016 2007-10-30 David Bateman <dbateman@free.fr> |
5017 | |
5018 * DASRT-opts.in, LSODE-opts.in: Doc fixes for small book format. | |
5019 | |
7079 | 5020 2007-10-30 John W. Eaton <jwe@octave.org> |
5021 | |
5022 * CMatrix.cc (lssolve): Compute size of rwork and iwork arrays. | |
5023 * dMatrix.cc (lssolve): Compute size of iwork array. | |
5024 | |
7076 | 5025 2007-10-29 David Bateman <dbateman@free.fr> |
5026 | |
9967 | 5027 * CMatrix.h (lssolve (const Matrix&, octave_idx_type&, |
5028 octave_idx_type&, double&) const, lssolve (const ComplexMatrix&, | |
5029 octave_idx_type&, octave_idx_type&, double&) const, lssolve | |
5030 (const ColumnVector&, octave_idx_type&, octave_idx_type&, | |
5031 double& rcond) const, lssolve (const ComplexColumnVector&, | |
7076 | 5032 octave_idx_type&, octave_idx_type&, double& rcond) const): New |
5033 declarations. | |
9967 | 5034 * CMatrix.cc (lssolve (const Matrix&, octave_idx_type&, |
5035 octave_idx_type&, double&) const, lssolve (const ComplexMatrix&, | |
5036 octave_idx_type&, octave_idx_type&, double&) const, lssolve | |
5037 (const ColumnVector&, octave_idx_type&, octave_idx_type&, | |
5038 double& rcond) const, lssolve (const ComplexColumnVector&, | |
7076 | 5039 octave_idx_type&, octave_idx_type&, double& rcond) const): New |
5040 methods. | |
5041 (lssolve (const Matrix&, octave_idx_type&, octave_idx_type&, | |
9967 | 5042 double&) const, lssolve (const ComplexMatrix&, octave_idx_type&, |
7076 | 5043 octave_idx_type&, double&) const): Also return rcond from the |
5044 singular values returned by XGELSD. | |
9967 | 5045 * dMatrix.h (lssolve (const Matrix&, octave_idx_type&, |
5046 octave_idx_type&, double&) const, lssolve (const ComplexMatrix&, | |
5047 octave_idx_type&, octave_idx_type&, double&) const, lssolve | |
5048 (const ColumnVector&, octave_idx_type&, octave_idx_type&, | |
5049 double& rcond) const, lssolve (const ComplexColumnVector&, | |
7076 | 5050 octave_idx_type&, octave_idx_type&, double& rcond) const): New |
5051 declarations. | |
9967 | 5052 * dMatrix.cc (lssolve (const Matrix&, octave_idx_type&, |
5053 octave_idx_type&, double&) const, lssolve (const ComplexMatrix&, | |
5054 octave_idx_type&, octave_idx_type&, double&) const, lssolve | |
5055 (const ColumnVector&, octave_idx_type&, octave_idx_type&, | |
5056 double& rcond) const, lssolve (const ComplexColumnVector&, | |
7076 | 5057 octave_idx_type&, octave_idx_type&, double& rcond) const): New |
5058 methods. | |
5059 (lssolve (const Matrix&, octave_idx_type&, octave_idx_type&, | |
9967 | 5060 double&) const, lssolve (const ComplexMatrix&, octave_idx_type&, |
7076 | 5061 octave_idx_type&, double&) const): Also return rcond from the |
5062 singular values returned by XGELSD. | |
9967 | 5063 |
7072 | 5064 2007-10-26 David Bateman <dbateman@free.fr> |
5065 | |
5066 * dMatrix.cc (Matrix::lssolve): Use xGELSD for rank deficient | |
5067 matrices to avoid reliability issues with xGELSY. | |
5068 * CMatrix.cc (ComplexMatrix::lssolve): Likewise. | |
7071 | 5069 |
7065 | 5070 2007-10-25 John W. Eaton <jwe@octave.org> |
5071 | |
5072 * oct-time.cc (octave_gmtime::init, octave_localtime::init): | |
5073 Call unix_time on arg instead of relying on conversion operator. | |
5074 | |
5075 * oct-time.h (octave_time::double_value): New function. | |
5076 (octave_time::operator double () const): Delete. | |
5077 (octave_time::operator time_t () const): Delete. | |
5078 | |
7058 | 5079 2007-10-24 John W. Eaton <jwe@octave.org> |
5080 | |
5081 * strptime.c: Also compile if OCTAVE_HAVE_BROKEN_STRPTIME is defined. | |
5082 | |
7052 | 5083 2007-10-23 John W. Eaton <jwe@octave.org> |
5084 | |
5085 * CRowVector.cc (operator * const ComplexRowVector&, const | |
5086 ComplexColumnVector&)): Delete spurious code left from patch. | |
5087 | |
7048 | 5088 2007-10-22 Kim Hansen <kimhanse@gmail.com> |
5089 | |
5090 * chMatrix.cc, lo-utils.cc, oct-env.cc, oct-uname.cc, | |
5091 sparse-sort.cc: Include <cstring>. | |
5092 | |
7036 | 5093 2007-10-17 John W. Eaton <jwe@octave.org> |
5094 | |
5095 * oct-sparse.h: Don't include metis.h. | |
5096 | |
5097 * dSparse.cc (SparseMatrix::fsolve): Delete special code for METIS. | |
5098 * CSparse.cc (SparseComplexMatrix::fsolve): Likewise. | |
5099 * sparse-base-chol.cc (sparse_base_chol<chol_type, chol_elt, | |
5100 p_type>::sparse_base_chol_rep::init): Likewise. | |
5101 | |
7033 | 5102 2007-10-16 John W. Eaton <jwe@octave.org> |
5103 | |
5104 * dMatrix.cc (Matrix::inverse): Only check rcond == 0 if the | |
5105 matrix is hermitian or calc_cond is true. | |
5106 * CMatrix.cc (ComplexMatrix::inverse): Likewise. | |
5107 | |
7016 | 5108 2007-10-12 John W. Eaton <jwe@octave.org> |
5109 | |
5110 * Change copyright notices in all files that are part of Octave to | |
5111 GPLv3 or any later version. | |
5112 | |
7007 | 5113 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
5114 | |
5115 * DASSL-opts.in, LSODE-opts.in: Spelling fixes. | |
5116 | |
7001 | 5117 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
5118 | |
5119 * DASPK-opts.in, DASRT-opts.in, DASSL-opts.in: Spelling fixes. | |
5120 | |
7000 | 5121 2007-10-10 John W. Eaton <jwe@octave.org> |
5122 | |
5123 * LPsolve.h, LPsolve.cc: Delete. | |
5124 * Makefile.in: Remove them from the INCLUDES and | |
5125 LIBOCTAVE_CXX_SOURCES lists. | |
5126 | |
6989 | 5127 2007-10-09 John W. Eaton <jwe@octave.org> |
5128 | |
6996 | 5129 * oct-time.cc (octave_strptime::init): Initialize t.tm_mon to -1 |
5130 and t.tm_year to INT_MIN before call to oct_strptime. Adjust | |
5131 values to zero after call if they remain unchanged. | |
5132 | |
6989 | 5133 * dSparse.cc (SparseMatrix::all_elements_are_zero): New function. |
5134 * dNDArray.cc (NDArray::all_elements_are_zero): New function. | |
5135 | |
6988 | 5136 2007-10-09 David Bateman <dbateman@free.fr> |
5137 | |
6995 | 5138 * oct-time.cc (octave_strptime::init): Only call mktime if mday is |
5139 valud and mon and year are also filled in. | |
5140 | |
6990 | 5141 * Array2.h (Array2<T>::Array2(const dim_vector&), |
5142 Array2<T>::Array(const dim_vector&, const T&)): Check that | |
5143 dim_vector is 2 dimensional. | |
5144 | |
6988 | 5145 * Sparse.cc (Sparse<T> Sparse<T>::index (idx_vector&, idx_vector&, |
5146 int)): Remove a for loop in the random indexing case at the | |
9967 | 5147 expense of maintaining a set of linked lists of indices that point |
6988 | 5148 to the same column in the original matrix. |
5149 (int assign (Sparse<LT>&, Sparse<RT>)): Take a const copy of lhs | |
5150 and use it on the RHS of expressions to avoid unnecessary calls to | |
5151 make_unique. | |
5152 | |
6979 | 5153 2007-10-08 David Bateman <dbateman@free.fr> |
5154 | |
5155 * oct-rl-edit. (typedef rl_quoting_fcn_ptr, rl_dequoting_fcn_ptr, | |
5156 rl_char_is_quoted_fcn_ptr, rl_command_fcn_ptr): New typedefs | |
5157 for readline compatible functions. | |
5158 (octave_rl_redisplay): Redisplay the current line of text. | |
5159 (octave_rl_newline): Change interface to the same | |
5160 as used by the equivalent readline function itself. | |
5161 (octave_rl_filename_quoting_desired, | |
5162 octave_rl_set_filename_quote_characters, | |
5163 octave_rl_set_completer_quote_characters, | |
5164 octave_rl_qet_quoting_function, octave_rl_qet_dequoting_function, | |
5165 octave_rl_set_char_is_quoted_function): New functions to control | |
5166 readline filename quoting and line acceptace. | |
5167 * oct-rl-edit.c (octave_rl_newline): Change interface to the same | |
5168 as used by the equivalent readline function itself. | |
5169 (octave_rl_redisplay): Redisplay the current line of text. | |
5170 (octave_rl_filename_quoting_desired, | |
5171 octave_rl_set_filename_quote_characters, | |
5172 octave_rl_set_completer_quote_characters, | |
5173 octave_rl_qet_quoting_function, octave_rl_qet_dequoting_function, | |
5174 octave_rl_set_char_is_quoted_function): New functions to control | |
5175 readline filename quoting and line acceptace. | |
5176 * cmd-edit.h (typedef quoting_fcn, typedef dequoting_fcn, | |
5177 typedef char_is_quoted_fcn, user_accept_line_fcn): New typedefs | |
5178 to map C++ function to readline compatible functions. | |
5179 (set_filename_quote_characters): New function to set the | |
5180 characters to if they appear in a filename that force the filename | |
5181 to be quoted. | |
5182 (set_completer_quote_characters): The characters that the readline | |
5183 completion function considers as quotation characters. | |
5184 (set_quoting_function, set_dequoting_function, | |
5185 set_char_is_quoted_function, set_user_accept_line_function): | |
5186 Functions to set the Octave functions to perform quoting and the | |
5187 acceptance of a line of text by readline. | |
5188 (get_quoting_function, get_dequoting_function, | |
5189 get_char_is_quoted_function, get_user_accept_line_function): | |
5190 Functions to get the above functions. | |
5191 (accept_line): New method for the command_editor to accept a line | |
5192 of text. | |
5193 (file_quoting_desired): Function to set whether readline should | |
5194 attempt to quote filenames. | |
9967 | 5195 (do_set_filename_quoting_characters, |
6979 | 5196 do_set_completer_quote_characters, do_set_quoting_function, |
5197 do_set_dequoting_function, do_set_char_is_quoted_function, | |
5198 do_set_user_accept_line_function, do_get_quoting_function, | |
5199 do_get_dequoting_function, do_get_char_is_quoted_function, | |
5200 do_get_user_accept_line_function, do_filename_quoting_desired): | |
5201 Virtual functions to control the behavior of readline quoting and | |
5202 acceptance of lines. | |
5203 (do_accept_line): Virtual function for the accept line function. | |
9967 | 5204 * cmd-edit.cc (class gnu_readline do_set_filename_quote_characters, |
6979 | 5205 do_completer_quote_characters, do_set_quoting_function, |
5206 do_set_dequoting_function, do_set_char_is_quoted_function, | |
5207 do_set_user_accept_line_function, do_get_quoting_function, | |
9967 | 5208 do_get_dequoting_function, do_get_user_accept_line_function, |
6979 | 5209 do_accept_line, do_filename_quoting_desired, command_quoter, |
5210 command_dequoter, command_char_is_quoted, command_accept_line): | |
9967 | 5211 New functions in gnu_readline class to control filename quoting |
6979 | 5212 and line acceptance. |
5213 (quoting_function, dequoting_function, char_is_quoted_function, | |
5214 user_accept_line_function): private variable to store functions | |
5215 supplied for readline quoting and line acceptance. | |
5216 (gnu_readline::gnu_readline): Also set the new function pointers | |
5217 to zero. | |
5218 (gnu_readline::do_newline): Adapt to new octave_rl_newline | |
5219 interface. | |
5220 (gnu_readeline::operate_and_get_next): Use new accept_line | |
5221 function rather than newline. | |
5222 (default_ommand_editor::do_accept_line): New method. | |
9967 | 5223 (class command_editor set_filename_quote_characters, |
6979 | 5224 set_completer_quote_characters, set_quoting_function, |
5225 set_dequoting_function, set_char_is_quoted_function, | |
5226 set_user_accept_line_function, get_quoting_function, | |
9967 | 5227 get_dequoting_function, get_user_accept_line_function, |
6979 | 5228 accept_line, filename_quoting_desired): New functions checking |
5229 instance before calling virtual function. | |
5230 | |
5231 * CMatrix.h, dMatrix.h, boolMatrix.h, chMatrix.h, MArray2.h, | |
5232 Array2.h: Add dim_vector constructors. | |
5233 * charNDArray.h (charNDArray (const dim_vector&)): Add missing | |
9967 | 5234 const to dim_vector constructors. |
6979 | 5235 * boolMatrix.cc, chMatrix.cc, intNDArray.cc (diag (void), diag |
5236 (octave_idx_type)): New methods to constructor diagonal matrices. | |
5237 * boolMatrix.h, chMatrix.h, intNDArray.h (diag (void), diag | |
5238 (octave_idx_type)): Declare them. | |
5239 | |
6969 | 5240 2007-10-06 John W. Eaton <jwe@octave.org> |
5241 | |
5242 * lo-specfun.cc: (zlgamma): Delete. | |
5243 (xgamma): Use C library gamma function if available. | |
5244 (xlgamma): Use C library lgamma function if available. | |
5245 (xlgamma) [! HAVE_LGAMMA]: Allow calculation for any value of X | |
5246 other than NaN or Inf. | |
5247 | |
6961 | 5248 2007-10-05 John W. Eaton <jwe@octave.org> |
5249 | |
5250 * lo-specfun.cc (zlgamma): New function. | |
5251 | |
6959 | 5252 2007-10-04 John W. Eaton <jwe@octave.org> |
5253 | |
5254 * oct-sort.cc (octave_sort<T>::binarysort): Remove register | |
5255 qualifiers on local variables. | |
5256 | |
6958 | 5257 2007-10-04 Marco Caliari <mcaliari@math.unipd.it> |
5258 | |
5259 * CMatrix.cc (ComplexMatrix::expm): Limit shift to values less | |
5260 than log(realmax) to avoid issues with NaN. | |
5261 | |
6940 | 5262 2007-10-01 John W. Eaton <jwe@octave.org> |
5263 | |
6941 | 5264 * oct-time.cc (octave_strptime::init): Call mktime to propertly |
5265 initialize wday and yday. | |
5266 From Matthias Drochner <m.drochner@fz-juelich.de>. | |
5267 | |
6940 | 5268 * cmd-edit.cc (command_editor::do_decode_prompt_string): Don't |
5269 insert extra '\001' when decoding \[ and \]. | |
5270 | |
6926 | 5271 2007-09-26 David Bateman <dbateman@free.fr> |
5272 | |
5273 * dMatrix.cc (lssolve): Replace the use of xGELSS with xGELSY with | |
5274 is much faster and no less accurate. | |
5275 * CMatrix.cc (lssolve): ditto. | |
5276 | |
6924 | 5277 2007-09-25 David Bateman <dbateman@free.fr> |
5278 | |
5279 * dMatrix.cc (utsolve, ltsolve, fsolve, lssolve): Allow | |
5280 zero dimensioned matrices. | |
9967 | 5281 * CMatrix.cc (utsolve, ltsolve, fsolve, lssolve): ditto. |
6924 | 5282 * dSparse.cc (dsolve, utsolve, ltsolve, bsolve, trisolve, fsolve): |
5283 ditto. | |
5284 * CSparse.cc (dsolve, utsolve, ltsolve, bsolve, trisolve, fsolve): | |
5285 ditto. | |
5286 * SparseQR.cc (SparseQR::SparseQR_rep::C, qrsolve): ditto. | |
5287 * SparseCmplxQR.cc (SparseComplexQR::SparseComplexQR_rep::C, | |
5288 qrsolve): ditto. | |
5289 * sparse-dmsolve.cc (dmsolve): ditto. | |
5290 | |
6922 | 5291 2007-09-21 John W. Eaton <jwe@octave.org> |
5292 | |
5293 * Array.cc (assign1 (Array<LT>&, const Array<RT>&, const LT&)): | |
5294 Also allow resizing empty LHS if it is 1x0 or 0xN. | |
5295 | |
6916 | 5296 2007-09-19 John W. Eaton <jwe@octave.org> |
5297 | |
5298 * cmd-edit.cc (command_editor::remove_startup_hook): | |
5299 Fix cut-and-paste error. | |
6917 | 5300 (gnu_readline::set_startup_hook): Only set hook function if new |
5301 function is different from the current one. | |
6916 | 5302 |
6913 | 5303 2007-09-18 John W. Eaton <jwe@octave.org> |
5304 | |
5305 * cmd-edit.h, cmd-edit.cc (command_editor::startup_hook_set, | |
5306 command_editor::event_hook_set): New static data. | |
5307 (default_command_editor::set_startup_hook, | |
5308 gnu_readline::set_startup_hook, | |
5309 default_command_editor::restore_startup_hook, | |
5310 gnu_readline_restore_event_hook): | |
5311 Rename from do_set_startup_hook and do_set_event_hook. | |
5312 (gnu_readline::operate_and_get_next): Call | |
5313 command_editor::add_startup_hook, not | |
5314 command_editor::set_startup_hook. | |
5315 (command_editor::startup_handler, command_editor::event_handler): | |
5316 New functions. | |
5317 (command_editor::add_startup_hook, command_editor::add_event_hook, | |
5318 command_editor::remove_startup_hook, | |
5319 command_editor::remove_event_hook): Rename from set_startup_hook | |
5320 and restore_startup_hook. Handle hook sets here. | |
5321 * cmd-edit.cc (gnu_history::do_goto_mark): | |
5322 Call remove_startup_hook instead of restore_startup_hook. | |
5323 | |
6907 | 5324 2007-09-17 John W. Eaton <jwe@octave.org> |
5325 | |
5326 * lo-utils.cc (octave_read_complex, octave_read_double): Skip | |
5327 leading whitespace. | |
5328 | |
6897 | 5329 2007-09-13 John W. Eaton <jwe@octave.org> |
5330 | |
5331 * lo-utils.cc (read_inf_nan_na, octave_read_double, | |
5332 octave_read_complex): Use istream::get instead of >> to read | |
5333 individual characters. | |
5334 | |
6884 | 5335 2007-09-10 John W. Eaton <jwe@octave.org> |
5336 | |
5337 * Array.cc (assign1): Don't call make_unique for invalid assignment. | |
5338 | |
5339 2007-09-10 David Bateman <dbateman@free.fr> | |
5340 | |
5341 * Array.h (Array<T>::make_unique): Make public so that the | |
5342 ::assign functions can access it directly. | |
5343 * Array.cc (Array<T>::maybe_delete_elements_1(idx_vector&), | |
5344 Array<T>::maybe_delete_elements_1(idx_vector&), | |
5345 Array<T>::maybe_delete_elements(idx_vector&, idx_vector&), | |
5346 Array<T>::maybe_delete_elements(Array<idx_vector>&, const T&)): | |
5347 Use xelem for non const RHS to avoid call to make_unique. | |
5348 (int assign1 (Array<LT>&, const Array<RT>&, const LT&)): Use | |
5349 xelem for LHS and call lhs.make_unique() only once. Special case | |
5350 the is_colon index case and use Array<T>::xelem(octave_idx_type) | |
5351 rather than Array<T>::xelem(octave_idx_type,octave_idx_type) and | |
5352 bring the additional multiplication out of the inner loop. | |
5353 (int assign2 (Array<LT>&, const Array<RT>&, const LT&)): ditto. | |
5354 (int assignN (Array<LT>&, const Array<RT>&, const LT&)): ditto. | |
9967 | 5355 * idx-vector.h (idx_vector::idx_vector_rep::idx_vector_rep |
6884 | 5356 (const Range& r)): Don't use init_state() method but special case |
5357 as with a Range can avoid exhaustive search. | |
5358 | |
6881 | 5359 2007-09-07 John W. Eaton <jwe@octave.org> |
5360 | |
5361 * Array.cc (Array<T>::fortran_vec): Call make_unique instead of | |
5362 manipulating rep directly. | |
5363 | |
5364 * Array.h (idx, idx_count): Declare mutable. | |
5365 (Array<T>::set_index, Array<T>::clear_index, Array<T>::value): | |
5366 Now const. | |
5367 | |
6867 | 5368 2007-09-06 David Bateman <dbateman@free.fr> |
5369 | |
9967 | 5370 * Array-util.cc (increment_index): dimensions can have singleton |
5371 trailing dimensions. | |
5372 * Array.h (range_error, xelem, checkelem, elem, operator ()): | |
5373 Modify use of Array<int> to Array<octave_idx_type> and adjust | |
5374 where necessary. | |
5375 * Array.cc (range_error): ditto. | |
5376 * MArrayN.h (permute, ipermute): ditto. | |
5377 * ArrayN.h (permute, ipermute): ditto. | |
5378 * so-array.cc (streamoff_array::compute_index): ditto. | |
5379 * so-array.h (compute_index): ditto. | |
5380 * CMattrix.cc (ComplexMatrix::exmpm): ditto. | |
6867 | 5381 |
6840 | 5382 2007-08-29 David Bateman <dbateman@free.fr> |
5383 | |
9967 | 5384 * dSparse.cc (SparseMatrix SparseMatrix::inverse (MatrixType &, |
5385 octave_idx_type&, double&, int, int)): Calculate with LU even for | |
5386 matrices marked as singular. | |
5387 * CSparse.cc (SparseComplexMatrix SparseComplexMatrix::inverse ( | |
5388 MatrixType &, octave_idx_type&, double&, int, int)): ditto. | |
5389 * dMatrix.cc (Matrix Matrix::inverse (MatrixType &, octave_idx_type&, | |
5390 double&, int, int)): ditto. If rcond==0 force matrix of infinities. | |
5391 * dMatrix.cc (ComplexMatrix ComplexMatrix::inverse (MatrixType &, | |
5392 octave_idx_type&, double&, int, int)): ditto. | |
6840 | 5393 |
6838 | 5394 2007-08-27 John W. Eaton <jwe@octave.org> |
5395 | |
5396 * oct-env.cc (octave_env::rooted_relative_pathname, | |
5397 octave_env::do_rooted_relative_pathname): New functions. | |
5398 * oct-env.h: Provide decls. | |
5399 | |
6823 | 5400 2007-08-24 David Bateman <dbateman@free.fr> |
5401 | |
9967 | 5402 * MSparse.h (MSparse<T>& insert (const Sparse<T>&, |
5403 const Array<octave_idx_type>&)): New method. | |
5404 (MSparse (const dim_vector&, octave_idx_type)): Ditto. | |
5405 * dSparse.h (SparseMatrix& SparseMatrix::insert (const | |
5406 SparseMatrix&, const Array<octave_idx_type>&)): ditto. | |
5407 (SparseMatrix (const dim_vector&, octave_idx_type)): ditto. | |
5408 * dSparse.cc (SparseMatrix& SparseMatrix::insert (const | |
5409 SparseMatrix&, const Array<octave_idx_type>&)): ditto. | |
5410 * boolSparse.h (SparseBoolMatrix& SparseBoolMatrix::insert (const | |
5411 SparseBoolMatrix&, const Array<octave_idx_type>&)): ditto. | |
5412 * boolSparse.cc (SparseBoolMatrix& SparseBoolMatrix::insert (const | |
5413 SparseBoolMatrix&, const Array<octave_idx_type>&)): ditto. | |
5414 * CSparse.h (SparseComplexMatrix& SparseComplexMatrix::insert (const | |
5415 SparseMatrix&, const Array<octave_idx_type>&), | |
5416 SparseComplexMatrix& SparseComplexMatrix::insert (const | |
5417 SparseComplexMatrix&, const Array<octave_idx_type>&)): ditto. | |
5418 (SparseComplexMatrix (const dim_vector&, octave_idx_type)): ditto. | |
5419 * CSparse.cc (SparseComplexMatrix& SparseComplexMatrix::insert (const | |
5420 SparseMatrix&, const Array<octave_idx_type>&), | |
5421 SparseComplexMatrix& SparseComplexMatrix::insert (const | |
5422 SparseComplexMatrix&, const Array<octave_idx_type>&)): ditto. | |
6823 | 5423 |
6817 | 5424 2007-08-19 David Bateman <dbateman@free.fr> |
5425 | |
5426 * Sparse.cc (Sparse<T>::permute): Avoid shadowing warning. | |
5427 | |
6813 | 5428 2007-08-14 John W. Eaton <jwe@octave.org> |
5429 | |
5430 * Sparse.cc (Sparse<T>::permute): permutation vector is zero based. | |
5431 Simplify. | |
6814 | 5432 (Sparse<T>::reshape): Warn about reshaping to N-d array. |
6813 | 5433 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7638
diff
changeset
|
5434 2007-08-10 Michael Goffioul <michael.goffioul@gmail.com> |
6810 | 5435 |
5436 * file-stat.cc (file_stat::update_internal) [__WIN32__]: | |
5437 Remove trailing dir separator when stat'ing directory except for | |
5438 root directory. | |
5439 | |
6796 | 5440 2007-07-25 David Bateman <dbateman@free.fr> |
9967 | 5441 |
5442 * Makefile.in: Adjust DISTFILES to allow out of tree "make dist" | |
6796 | 5443 to work. |
5444 | |
6764 | 5445 2007-06-04 David Bateman <dbateman@free.fr> |
5446 | |
5447 * oct-inttypes.h (octave_int<T>& operator <<= (const T2&), | |
5448 octave_int<T>& operator >>= (const T2&)): Make shift operators | |
5449 perform a twos complement arithmetic shift for both signed and | |
5450 unsigned integers regardless of compiler implementations. | |
5451 | |
6708 | 5452 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
5453 | |
6719 | 5454 * SparseCmplxQR.cc (OCTAVE_C99_ZERO): For CXSparse 2.2 and greater |
5455 use cs_complex_t(0,0) for the complex zero. | |
5456 | |
6708 | 5457 * MArray-ch.cc, MArray-d.cc, MArray-i.cc, MArray-s.cc: |
5458 Sprinkle class instantiations with OCTAVE_API as needed. | |
5459 | |
5460 * Array.h (INSTANTIATE_ARRAY_ASSIGN, INSTANTIATE_ARRAY, | |
5461 INSTANTIATE_ARRAY_AND_ASSIGN): New arg, API. Change all uses. | |
5462 * MArray-defs.h (MARRAY_OP_ASSIGN_DECL, MARRAY_OP_ASSIGN_DECLS, | |
5463 MARRAY_OP_ASSIGN_FWD_DECLS, MARRAY_OP_ASSIGN_FRIENDS, | |
5464 MARRAY_OP_ASSIGN_DEFS, MARRAY_UNOP, MARRAY_UNOP_DECLS, | |
5465 MARRAY_UNOP_FWD_DECLS, MARRAY_UNOP_FRIENDS, MARRAY_UNOP_DEFS, | |
5466 MARRAY_BINOP_DECL, MARRAY_BINOP_DECLS, MARRAY_AA_BINOP_DECLS, | |
5467 MDIAGARRAY2_DAS_BINOP_DECLS, MDIAGARRAY2_SDA_BINOP_DECLS, | |
5468 MDIAGARRAY2_DADA_BINOP_DECLS, MARRAY_BINOP_FWD_DECLS, | |
5469 MDIAGARRAY2_BINOP_FWD_DECLS, MARRAY_BINOP_FRIENDS, | |
5470 MDIAGARRAY2_BINOP_FRIENDS, MARRAY_BINOP_DEFS, | |
5471 MDIAGARRAY2_BINOP_DEFS, MARRAY_OPS_FORWARD_DECLS, | |
5472 MDIAGARRAY2_OPS_FORWARD_DECLS, MARRAY_OPS_FRIEND_DECLS, | |
5473 MDIAGARRAY2_OPS_FRIEND_DECLS, INSTANTIATE_MARRAY_FRIENDS, | |
5474 INSTANTIATE_MARRAY2_FRIENDS, INSTANTIATE_MARRAYN_FRIENDS, | |
5475 INSTANTIATE_MDIAGARRAY2_FRIENDS): Ditto. | |
5476 * MSparse-defs.h (SPARSE_OP_ASSIGN_DECL, SPARSE_OP_ASSIGN_DECLS, | |
5477 SPARSE_OP_ASSIGN_FWD_DECLS, SPARSE_OP_ASSIGN_FRIENDS, | |
5478 SPARSE_OP_ASSIGN_DEFS, SPARSE_UNOP, SPARSE_UNOP_DECLS, | |
5479 SPARSE_UNOP_FWD_DECLS, SPARSE_UNOP_FRIENDS, SPARSE_UNOP_DEFS, | |
5480 SPARSE_BINOP_DECL, SPARSE_BINOP_DECLS, SPARSE_AA_BINOP_DECLS, | |
5481 SPARSE_BINOP_FWD_DECLS, SPARSE_BINOP_FRIENDS, SPARSE_BINOP_DEFS, | |
5482 SPARSE_OPS_FORWARD_DECLS, SPARSE_OPS_FRIEND_DECLS, | |
5483 INSTANTIATE_SPARSE_FRIENDS): Ditto. | |
5484 * Sparse-op-defs.h (SPARSE_BIN_OP_DECL, SPARSE_CMP_OP_DECL, | |
5485 SPARSE_BOOL_OP_DECL, SPARSE_SMS_BIN_OP_DECLS, | |
5486 SPARSE_SMS_CMP_OP_DECLS, SPARSE_SMS_EQNE_OP_DECLS, | |
5487 SPARSE_SMS_BOOL_OP_DECLS, SPARSE_SSM_BIN_OP_DECLS, | |
5488 SPARSE_SMS_OP_DECLS, SPARSE_SSM_BIN_OP_DECLS, | |
5489 SPARSE_SSM_CMP_OP_DECLS, SPARSE_SSM_EQNE_OP_DECLS, | |
5490 SPARSE_SSM_BOOL_OP_DECLS, SPARSE_SSM_OP_DECLS, | |
5491 SPARSE_SMSM_BIN_OP_DECLS, SPARSE_SMSM_CMP_OP_DECLS, | |
5492 SPARSE_SMSM_EQNE_OP_DECLS, SPARSE_SMSM_BOOL_OP_DECLS, | |
5493 SPARSE_SMSM_OP_DECLS, SPARSE_MSM_BIN_OP_DECLS, | |
5494 SPARSE_MSM_CMP_OP_DECLS, SPARSE_MSM_EQNE_OP_DECLS, | |
5495 SPARSE_MSM_BOOL_OP_DECLS, SPARSE_MSM_OP_DECLS, | |
5496 SPARSE_SMM_BIN_OP_DECLS, SPARSE_SMM_CMP_OP_DECLS, | |
5497 SPARSE_SMM_EQNE_OP_DECLS, SPARSE_SMM_BOOL_OP_DECLS, | |
5498 SPARSE_SMM_OP_DECLS): Ditto. | |
5499 * Sparse.h (INSTANTIATE_SPARSE_ASSIGN, INSTANTIATE_SPARSE, | |
5500 INSTANTIATE_SPARSE_AND_ASSIGN): Ditto. | |
5501 * mx-op-defs.h (BIN_OP_DECL, CMP_OP_DECL, NDCMP_OP_DECL, | |
5502 BOOL_OP_DECL, NDBOOL_OP_DECL, VS_BIN_OP_DECLS, VS_OP_DECLS, | |
5503 SV_BIN_OP_DECLS, SV_OP_DECLS, VV_BIN_OP_DECLS, VV_OP_DECLS, | |
5504 MS_BIN_OP_DECLS, MS_CMP_OP_DECLS, MS_BOOL_OP_DECLS, MS_OP_DECLS, | |
5505 SM_BIN_OP_DECLS, SM_CMP_OP_DECLS, SM_BOOL_OP_DECLS, SM_OP_DECLS, | |
5506 MM_BIN_OP_DECLS, MM_CMP_OP_DECLS, MM_BOOL_OP_DECLS, MM_OP_DECLS, | |
5507 NDS_BIN_OP_DECLS, NDS_CMP_OP_DECLS, NDS_BOOL_OP_DECLS, | |
5508 NDS_OP_DECLS, SND_BIN_OP_DECLS, SND_CMP_OP_DECLS, | |
5509 SND_BOOL_OP_DECLS, SND_OP_DECLS, NDND_BIN_OP_DECLS, | |
5510 NDND_CMP_OP_DECLS, NDND_BOOL_OP_DECLS, NDND_OP_DECLS, | |
5511 SDM_BIN_OP_DECLS, SDM_OP_DECLS, DMS_BIN_OP_DECLS, DMS_OP_DECLS, | |
5512 MDM_BIN_OP_DECLS, MDM_OP_DECLS, DMM_BIN_OP_DECLS, DMM_OP_DECLS, | |
5513 DMDM_BIN_OP_DECLS, DMDM_OP_DECLS): Ditto. | |
5514 | |
6699 | 5515 2007-06-12 John W. Eaton <jwe@octave.org> |
5516 | |
5517 * dMatrix.cc (Matrix::expm): Special case for scalar arg. | |
5518 * CMatrix.cc (ComplexMatrix::expm): Likewise. | |
6697 | 5519 |
6693 | 5520 2007-06-06 Michael Goffioul <michael.goffioul@swing.be> |
5521 | |
6709 | 5522 * file-ops.cc (tilde_find_suffix, isolate_tilde_prefix, |
5523 tilde_expand_word): Use file_ops::is_dir_sep instead of comparing | |
5524 with file_ops::dir_sep_char. | |
6694 | 5525 |
6693 | 5526 * MArray-C.cc: Sprinkle with OCTINTERP_API as needed. |
5527 | |
6689 | 5528 2007-06-04 David Bateman <dbateman@free.fr> |
5529 | |
6699 | 5530 * file-ops.cc: Typo. |
5531 | |
6689 | 5532 * Sparse.cc (Sparse<T> Sparse<T>::reshape): If length of new |
5533 dimensions is greater than 2, collapse to 2-D. | |
5534 | |
6685 | 5535 2007-06-02 David Bateman <dbateman@free.fr> |
5536 | |
5537 * SparseCmplxQR.cc: Changes to support CXSparse 2.2.0. | |
5538 | |
6680 | 5539 2007-05-31 John W. Eaton <jwe@octave.org> |
5540 | |
5541 * Array.cc (Array::get_size): Throw std::bad_alloc exception if | |
5542 the computed size is too large for the size of Octave's index type. | |
5543 | |
6662 | 5544 2007-05-23 John W. Eaton <jwe@octave.org> |
5545 | |
5546 * oct-sparse.h: Don't surround included files with extern "C" { ... }. | |
5547 | |
6629 | 5548 2007-05-16 David Bateman <dbateman@free.fr> |
5549 | |
5550 * dRowVector.cc (linspace): Return second argument if fewer than | |
5551 two values are requested. | |
5552 * CRowVector.cc (linspace): Likewise. | |
5553 | |
6596 | 5554 2007-04-27 John W. Eaton <jwe@octave.org> |
5555 | |
5556 * lo-mappers.cc (signum (const Complex&)): Special case for (0, 0). | |
5557 | |
6583 | 5558 2007-04-25 John W. Eaton <jwe@octave.org> |
5559 | |
5560 * oct-fftw.h (octave_fftw): Tag with OCTAVE_API. | |
5561 | |
6553 | 5562 2007-04-20 John W. Eaton <jwe@octave.org> |
5563 | |
5564 * Array.cc (assign1): For x(:) = RHS, require rhs_len == lhs_len, | |
5565 not rhs_len == 1. | |
5566 | |
6536 | 5567 2007-04-18 Michael Goffioul <michael.goffioul@swing.be> |
5568 | |
5569 * oct-md5.h (oct_md5, oct_md5_file): Tag decls with OCTAVE_API. | |
5570 | |
6525 | 5571 2007-04-13 John W. Eaton <jwe@octave.org> |
5572 | |
5573 * Array.cc (Array<T>::maybe_delete_elements_2): Don't return early | |
5574 for empty matrix. Only check for colon index equivalence if not empty. | |
5575 | |
6513 | 5576 2007-04-10 John W. Eaton <jwe@octave.org> |
5577 | |
5578 * SparseCmplxQR.cc | |
5579 (SparseComplexQR::SparseComplexQR_rep::SparseComplexQR_rep): | |
5580 Move GCC_ATTR_UNUSED before the parameter decl. | |
5581 From Luis Ortiz <lortiz@interactivesupercomputing.com>. | |
5582 | |
6508 | 5583 2007-04-06 John W. Eaton <jwe@octave.org> |
5584 | |
5585 * MArray-defs.h (MARRAY_NORM_BODY): New macro. | |
5586 * MArray.h (MArray<T>::norm): New function. | |
5587 * MArray.cc: Provide decl. | |
5588 * MArray-d.cc (MArray<double>::norm): Define double specialization. | |
5589 * MArray-C.cc (MArray<Complex>::norm): Define Complex specialization. | |
5590 | |
6490 | 5591 2007-04-04 John W. Eaton <jwe@octave.org> |
5592 | |
5593 * Range.cc (Range::nelem_internal): Likewise. | |
5594 * lo-utils.cc (NINT): Use numeric_limits<int> instead of INT_MAX. | |
5595 (NINTbig): Use numeric_limits<octave_idx_type> instead of INT_MAX. | |
5596 From Scott Pakin <pakin@lanl.gov>. | |
5597 | |
6486 | 5598 2007-04-04 David Bateman <dbateman@free.fr> |
5599 | |
5600 * dMatrix.cc (Matrix::inverse): If calc_cond is true, calculate | |
5601 the condition number for positive definite matrices. | |
5602 * CMatrix.cc (ComplexMatrix::inverse): Ditto. | |
5603 * dbleChol.h (CHOL(const Matrix&, bool)): New arg, calc_cond. | |
5604 (CHOL(const Matrix&, octave_idx_type&, bool): Ditto. | |
5605 (octave_idx_type init (const Matrix&, bool)): Ditto. | |
5606 (CHOL(const CHOL&)): Copy xrcond. | |
5607 (CHOL& operator = (const CHOL&)): Copy xrcond. | |
5608 (xrcond): New private data member. | |
5609 * CmplxCHOL.h (ComplexCHOL(const ComplexMatrix&, bool)): New arg, | |
5610 calc_cond. | |
5611 (ComplexCHOL(const ComplexMatrix&, octave_idx_type&, bool): Ditto | |
5612 (octave_idx_type init (const ComplexMatrix&, bool)): Ditto. | |
5613 (ComplexCHOL(const ComplexCHOL&)): Copy xrcond. | |
5614 (ComplexCHOL& operator = (const ComplexCHOL&)): Copy xrcond. | |
5615 (xrcond): New private data member. | |
5616 * dbleCHOL.cc (CHOL::init(const Matrix&, bool)): If calc_cond is | |
5617 true, calculate the condition number with dpocon. | |
5618 * CmplxCHOL.cc (ComplexCHOL::init(const ComplexMatrix&, bool)): If | |
5619 calc_cond is true, calculate the condition number with zpocon. | |
5620 | |
6481 | 5621 2007-04-03 John W. Eaton <jwe@octave.org> |
5622 | |
6482 | 5623 * intNDArray.cc (intNDArray): Delete spurious semicolon. |
5624 | |
5625 * CMatrix.cc (ComplexMatrix::tinverse): Use Array<T> and | |
5626 fortran_vec method instead of OCTAVE_LOCAL_BUFFER to avoid | |
5627 "maybe clobbered by vfork" warning. | |
5628 | |
6483 | 5629 * Sparse-op-defs.h (SPARSE_CUMSUM): Add braces to avoid ambiguous |
6482 | 5630 if/else. |
5631 | |
5632 * oct-spparms.h (octave_sparse_params): Define copy constructor | |
5633 and destructor. | |
5634 | |
6481 | 5635 * Array.cc (assignN): Don't resize dimension if corresponding |
5636 index is empty. | |
5637 | |
6479 | 5638 2007-04-02 John W. Eaton <jwe@octave.org> |
5639 | |
5640 * dMatrix.h (Matrix::inverse): Reinstate versions without | |
5641 MatrixType argument. | |
5642 * CMatrix.h (ComplexMatrix::inverse): Likewise. | |
5643 | |
6467 | 5644 2007-03-27 John W. Eaton <jwe@octave.org> |
5645 | |
5646 * Makefile.in (DISTDIRS): Delete variable. | |
5647 (dist): Delete action for DISTDIRS. Use ln instead of $(LN_S). | |
5648 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7638
diff
changeset
|
5649 2007-03-26 David Bateman <dbateman@free.fr> |
6460 | 5650 |
5651 * MatrixType.cc: Replace all uses of the method | |
9967 | 5652 octave_sparse_params::get_key ("bandden") with |
6460 | 5653 octave_sparse_params::get_bandden (void). |
5654 (MatrixType::MatrixType (void)): Undo previous change but use | |
5655 octave_sparse_params::get_bandden (void). | |
5656 * oct-spparms.cc (get_bandden(void), do_get_bandden(void)): New | |
5657 methods. | |
5658 * oct-spparms.h (get_bandden(void), do_get_bandden(void)): | |
9967 | 5659 Declare them. |
5660 | |
6458 | 5661 2007-03-26 Luis Ortiz <lortiz@interactivesupercomputing.com> |
5662 David Bateman <dbateman@free.fr> | |
5663 | |
5664 * idx-vector.h.cc (IDX_VEC_REP::idx_vector_rep (const Range&)): | |
5665 Check that all elements are ints before doing anything. Simplify | |
5666 calculation of index values. | |
5667 | |
6457 | 5668 2007-03-26 David Bateman <dbateman@free.fr> |
5669 | |
5670 * Range.cc (Range::all_elements_are_ints): Improve check. | |
5671 | |
6456 | 5672 2007-03-26 John W. Eaton <jwe@octave.org> |
5673 | |
5674 * chNDArray.cc, chMatrix.cc: Also generate comparison and bool ops. | |
5675 * chNDArray.h, chMatrix.h: Provide decls. | |
5676 | |
5677 2007-03-24 Luis Ortiz <lortiz@interactivesupercomputing.com> | |
5678 | |
5679 * MatrixType.cc (MatrixType::MatrixType (void)): Initialize | |
5680 sp_bandden to zero for performance reasons as it's not used. | |
6452 | 5681 |
6435 | 5682 2007-03-23 David Bateman <dbateman@free.fr> |
5683 | |
5684 * oct-rand.cc (octave_rand::seed): Seed differently for big and | |
5685 little endian. | |
5686 | |
6414 | 5687 2007-03-15 John W. Eaton <jwe@octave.org> |
5688 | |
5689 * lo-mappers.cc (acos): Use formula similar to what we use for asin. | |
5690 From Alexander Barth <abarth@marine.usf.edu>. | |
5691 | |
6402 | 5692 2007-03-12 John W. Eaton <jwe@octave.org> |
5693 | |
5694 * oct-inttypes.h (octave_int::octave_int (double)): | |
5695 New Specialization. Round arg. | |
5696 (operator / (const octave_int<T1>&, const octave_int<T2>&)): | |
5697 Round result before converting type. | |
5698 | |
6388 | 5699 2007-03-07 John W. Eaton <jwe@octave.org> |
5700 | |
6392 | 5701 * Array.cc (assign1): Avoid resizing if there is an error. |
5702 | |
6390 | 5703 * dMatrix.cc, CMatrix.cc (operator *): Only check |
5704 f77_exception_encountered immediately after calls that use F77_XFCN. | |
5705 | |
6389 | 5706 * Array.cc (assign1 (Array<LT>&, const Array<RT>&, const LT&)): |
5707 Only allow resizing empty LHS if it is 0x0. | |
5708 | |
6388 | 5709 * Array.cc (Array<T>::maybe_delete_elements (Array<idx_vector>&, |
5710 const T&)): Handle case of more indices than dimensions. | |
5711 (assign (Array<LT>&, const Array<RT>&, const LT&)): Allow more | |
5712 cases to be handled by assignN. | |
5713 (assignN (Array<LT>&, const Array<RT>&, const LT&)): | |
5714 Special cases for 2-d array assignments for speed. | |
5715 Improve handling of scalar RHS and empty indices. | |
6384 | 5716 |
6383 | 5717 2007-03-05 David Bateman <dbateman@free.fr> |
5718 | |
5719 * oct-md5.c (oct_md5_file (const std::string&)): New function. | |
5720 * oct-md5.h (oct_md5_file (const std::string&)): Declare it. | |
5721 | |
6379 | 5722 2007-03-02 John W. Eaton <jwe@octave.org> |
5723 | |
5724 * str-vec.h (string_vector::empty): Return bool, not int. | |
5725 | |
6375 | 5726 2007-03-01 David Bateman <dbateman@free.fr> |
5727 | |
9967 | 5728 * md5.h, md5.c: New files from libmd5-rfc sourceforge project for |
5729 an independent implementation of RFC1321. | |
5730 * oct-md5.h, oct-md5: New files for treating std::string class | |
5731 with MD5. | |
5732 * Makefile.in (INCLUDES): Add md5.h and oct-md5.h | |
5733 (LIBOCTAVE_CXX_SOURCES): Add oct-md5.cc | |
5734 (LIBOCTAVE_C_SOURCES): Add md5.c | |
6375 | 5735 |
6366 | 5736 2007-02-27 John W. Eaton <jwe@octave.org> |
5737 | |
5738 * Makefile.in (uninstall): Delete files listed in | |
5739 $(INCLUDES_FOR_INSTALL), instead of $(INCLUDES). | |
5740 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
5741 | |
6536 | 5742 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6363 | 5743 |
5744 * file-ops.cc (file_ops::recursive_rmdir): | |
5745 Close dir_entry object before calling rmdir. | |
5746 | |
6536 | 5747 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 5748 |
5749 * Makefile.in: Use $(LN_S) instead of ln or ln -s. | |
5750 | |
6359 | 5751 * sparse-util.h (SparseCholPrint, SparseCholError): |
5752 Tag with OCTAVE_API. | |
5753 | |
6326 | 5754 2007-02-18 David Bateman <dbateman@free.fr> |
5755 | |
5756 * oct-rand.cc (do_old_initialization()): call setcgn(1) prior to | |
5757 calling setall and reset to the current generator after. | |
5758 | |
6323 | 5759 2007-02-16 John W. Eaton <jwe@octave.org> |
5760 | |
5761 * oct-shlib.h (octave_shlib::relative): New data member. | |
5762 (octave_shlib::mark_relative, octave_shlib::is_relative): | |
5763 New functions. | |
5764 | |
6321 | 5765 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
5766 | |
5767 * lo-sysdep.cc (octave_popen2): New function to simulate popen2 on | |
5768 windows platform. | |
5769 * lo-sysdep.h (octave_popen2): Declare it. | |
5770 * oct-syscalls.cc (octave_syscalls::popen2): New function. | |
5771 * oct-syscalls.h (octave_syscalls::popen2): Declare it. | |
5772 | |
6306 | 5773 2007-02-14 John W. Eaton <jwe@octave.org> |
5774 | |
5775 * kpse.cc (expand_elt): Omit special treatment for //. | |
5776 | |
6273 | 5777 2007-02-06 John W. Eaton <jwe@octave.org> |
5778 | |
5779 * file-ops.cc (file_ops::canonicalize_file_name) [HAVE_REALPATH]: | |
5780 Don't delete value returned from realpath. | |
5781 | |
6271 | 5782 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
5783 | |
5784 * file-ops.cc (file_ops::canonicalize_file_name): | |
5785 Provide implementation if realpath function is available. | |
5786 | |
6256 | 5787 2007-01-29 Michael Goffioul <michael.goffioul@swing.be> |
5788 | |
5789 * oct-fftw.h: Sprinkle with OCTAVE_API as needed. | |
5790 | |
6244 | 5791 2007-01-17 Michael Goffioul <michael.goffioul@swing.be> |
5792 | |
5793 * lo-sysdep.cc (octave_chdir): Handle directory names like "C:" on | |
5794 Windows systems. | |
5795 | |
6242 | 5796 2007-01-16 John W. Eaton <jwe@octave.org> |
5797 | |
5798 * dSparse.cc: Fix dgbtrf decl for --enable-64. | |
5799 (SparseMatrix::bsolve): Fix call to dgbtrf for --enable-64 | |
5800 | |
5801 * oct-fftw.h (fftw_planner): Provide decl. | |
5802 | |
6241 | 5803 2007-01-11 Michael Goffioul <michael.goffioul@swing.be> |
5804 | |
5805 * Makefile.in (LINK_DEPS): Include $(CAMD_LIBS) in the list. | |
5806 | |
6236 | 5807 2007-01-10 John W. Eaton <jwe@octave.org> |
5808 | |
5809 * oct-sparse.h: Use HAVE_CHOLMOD_CHOLMOD_H, not | |
5810 HAVE_UMFPACK_CHOLMOD_H for case of "cholmod/cholmod.h". | |
5811 | |
6231 | 5812 2007-01-08 David Bateman <dbateman@free.fr> |
5813 | |
5814 * oct-sparse.h: Replace sparsesuite with suitesparse and | |
5815 SPARSESUITE with SUITESPARSE to match upstream name. | |
5816 | |
6228 | 5817 2007-01-05 David Bateman <dbateman@free.fr> |
5818 | |
9967 | 5819 * oct-fftw.cc: (octave_fftw_planner::method (void), |
6228 | 5820 octave_fftw_planner (FftwMethod)): New methods to interrogate and |
5821 set the FFTW wisdom method used. | |
9967 | 5822 (octave_fftw_planner::create_plan) Modify to allow different |
6228 | 5823 methods to be used. |
5824 (octave_fftw_planner): Move class definition from here. | |
5825 * oct-fftw.h (octave_fftw_planner): To here. Add method methods | |
5826 and FftwMethod enum. | |
5827 | |
6221 | 5828 2007-01-03 David Bateman <dbateman@free.fr> |
5829 | |
5830 * MSparse.cc (SPARSE_A2A2_OP, SPARSE_A2A2_FCN_1, | |
5831 SPARSE_A2A2_FCN_1): Modify macros so that scalars stored as | |
5832 sparse matrices are special cased. | |
5833 | |
5834 * Sparse-op-defs.h: Include mx-ops.h to have access to mixed | |
5835 matrix, sparse matrix operations. | |
5836 (SPARSE_SMSM_BIN_OP_1, SPARSE_SMSM_BIN_OP_2, SPARSE_SMSM_BIN_OP_3, | |
5837 SPARSE_SMSM_CMP_OP, SPARSE_SMSM_BOOL_OP, SPARSE_MSM_BIN_OP_1, | |
5838 SPARSE_MSM_BIN_OP_2, SPARSE_MSM_CMP_OP, SPARSE_MSM_BOOL_OP, | |
9967 | 5839 SPARSE_SMM_BIN_OP_1, SPARSE_SMM_BIN_OP_2, SPARSE_SMM_CMP_OP, |
5840 SPARSE_SMM_BOOL_OP, SPARSE_SPARSE_MUL, SPARSE_FULL_MUL, | |
6221 | 5841 FULL_SPARSE_MUL): Modify macros so that scalars stored as |
5842 sparse matrices are special cased. | |
5843 | |
6217 | 5844 2006-12-22 David Bateman <dbateman@free.fr> |
5845 | |
5846 * boolSparse.cc (SparseBoolMatrix::operator !): Fix off-by-one error. | |
5847 | |
6216 | 5848 2006-12-22 John W. Eaton <jwe@octave.org> |
5849 | |
5850 * dim-vector.h (dim_vector::dim_vector): Always start with at | |
5851 least 2 dimensions. | |
5852 (dim_vector::resize): Don't allow resizing to fewer than 2 dimensions. | |
5853 | |
6208 | 5854 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
5855 | |
5856 * lo-sysdep.cc (opendir): Avoid passing \\* to FindFirstFile. | |
5857 | |
5858 * file-ops.cc (ops::canonicalize_file_name): Provide partial | |
6217 | 5859 implementation for Windows. |
6208 | 5860 |
6207 | 5861 2006-12-06 David Bateman <dbateman@free.fr> |
5862 | |
6208 | 5863 * dSparse.cc (SparseMatrix::is_symmetric): Faster implementation. |
5864 * CSparse.cc (SparseComplexMatrix::is_symmetric): Ditto. | |
6207 | 5865 |
5866 * dMatrrix.cc (finverse): Old inverse method renamed inverse. | |
9967 | 5867 (tinverse): New method for triangular matrices. |
5868 (inverse): New function with matrix type probing. | |
5869 * dMatrix.h (finverse, tinverse, inverse): New and modified | |
5870 declarations. | |
5871 * CMatrix.cc: Ditto. | |
5872 * CMatrix.h: Ditto. | |
6207 | 5873 |
6205 | 5874 2006-12-06 John W. Eaton <jwe@octave.org> |
5875 | |
5876 * strptime.c (day_of_the_week): Use code from current glibc sources. | |
5877 | |
6202 | 5878 2006-12-05 John W. Eaton <jwe@octave.org> |
5879 | |
5880 * lo-utils.cc (octave_read_double): If we see '+' or '-' but not | |
5881 followed by 'I' or 'i', try reading number after putting | |
5882 characters back on input stream. | |
5883 | |
6198 | 5884 2006-12-05 Paul Kienzle <pkienzle@users.sf.net> |
5885 | |
5886 * randpoisson.c (oct_fill_randp): For lambda > 1e8, upper limit of | |
5887 loop is n, not L. | |
5888 | |
6194 | 5889 2006-11-30 John W. Eaton <jwe@octave.org> |
5890 | |
5891 * lo-utils.cc (octave_read_double, read_inf_nan_na): | |
5892 Also recognize [+-][Ii]nf. | |
5893 | |
6187 | 5894 2006-11-28 David Bateman <dbateman@free.fr> |
6186 | 5895 |
5896 * oct-sparse.h: Allow sparse headers to also be in a sparsesuite | |
5897 sub-directory. | |
5898 | |
9967 | 5899 * dSparse.cc (SparseMatrix::inverse): Transpose the matrix type as |
6204 | 5900 well when calling tinverse for lower triangular matrices. |
9967 | 5901 * CSparse.cc (SparseComplexMatrix::inverse): |
5902 Ditto. | |
5903 | |
6183 | 5904 2006-11-21 John W. Eaton <jwe@octave.org> |
5905 | |
5906 * oct-env.cc (do_absolute_pathname): Undo previous change. | |
5907 | |
6182 | 5908 2006-11-20 John W. Eaton <jwe@octave.org> |
5909 | |
5910 * oct-env.cc (octave_env::do_absolute_pathname): Also return true | |
5911 for ".", and names beginning with "./" or "../". | |
5912 | |
6162 | 5913 2006-11-14 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
5914 | |
5915 * CMatrix.cc, dMatrix.cc: New tests. | |
5916 | |
6153 | 5917 2006-11-13 Michael Goffioul <michael.goffioul@swing.be> |
5918 | |
5919 * Array-d.cc, dDiagMatrix.h: Sprinkle with OCTAVE_API as needed. | |
5920 | |
6152 | 5921 2006-11-11 John W. Eaton <jwe@octave.org> |
5922 | |
5923 * Makefile.in ($(OPTS_INC), mx-ops.h): | |
5924 Use $(simple-move-if-change-rule) here. | |
5925 | |
6148 | 5926 2006-11-09 David Bateman <dbateman@free.fr> |
5927 | |
5928 * sparse-base-chol.cc (sparse_base_chol_rep::Q): Cast perms(i) to | |
5929 octave_idx_type, not int. | |
5930 | |
6145 | 5931 2006-11-08 John W. Eaton <jwe@octave.org> |
5932 | |
5933 * dir-ops.cc (dir_entry::read): Avoid rewinddir. | |
5934 | |
6141 | 5935 2006-11-06 John W. Eaton <jwe@octave.org> |
5936 | |
5937 * Array.cc (assignN): Exit early if invalid indices are found. | |
5938 | |
6140 | 5939 2006-11-03 Michael Goffioul <michael.goffioul@swing.be> |
5940 | |
5941 * strftime.c [HAVE_TZNAME]: Tag tzname with OCTAVE_IMPORT. | |
5942 | |
6137 | 5943 2006-11-03 John W. Eaton <jwe@octave.org> |
5944 | |
5945 * Makefile.in (DLL_CXXDEFS): Rename from XTRA_CXXDEFS. | |
5946 (DLL_CDEFS): Rename from XTRA_CDEFS. | |
5947 Substitute OCTAVE_DLL_DEFS, not XTRA_OCTAVE_DEFS. | |
5948 | |
6123 | 5949 2006-10-28 Michael Goffioul <michael.goffioul@swing.be> |
5950 | |
5951 * oct-shlib.cc: Undefine min and max after including windows.h. | |
5952 * oct-syscalls.cc (syscalls::pipe (int *)): Avoid infinite recursion. | |
5953 * lo-sysdep.h: Move opendir, readdir, etc. decls here from | |
5954 lo-sysdep.cc. | |
5955 | |
6113 | 5956 2006-10-27 John W. Eaton <jwe@octave.org> |
5957 | |
6119 | 5958 * oct-time.cc [! HAVE_STRFTIME]: Declare strftime. |
5959 | |
5960 2006-10-26 Michael Goffioul <michael.goffioul@swing.be> | |
5961 | |
5962 * mx-op-defs.h (NDS_CMP_OP1, NDS_CMP_OPS1, NDS_CMP_OP2, | |
5963 NDS_CMP_OPS2): New macros. | |
6113 | 5964 |
6111 | 5965 2006-10-26 John W. Eaton <jwe@octave.org> |
5966 | |
6119 | 5967 * mx-ops (core-type): New field for integer types. |
5968 * mk-ops.awk: Handle core-type for integer comparison ops. | |
5969 | |
6111 | 5970 * lo-cutils.c (octave_strcasecmp, octave-strncasecmp): |
5971 Move here from src/cutils.c. | |
5972 * lo-utils.h: Provide decls. | |
5973 * strcasecmp.c: Move here from src/strcasecmp.c. | |
5974 * strncase.c: Move here from src/strncase.c. | |
5975 * Makefile.in (LIBOCTAVE_C_SOURCES): Add them to the list. | |
5976 | |
6106 | 5977 2006-10-26 Michael Goffioul <michael.goffioul@swing.be> |
5978 | |
5979 * kpse.cc [! MSVC]: Don't include win32lib.h. | |
5980 | |
6708 | 5981 * Array-C.cc, Array-b.cc, Array-ch.cc, Array-i.cc, Array-util.h, |
5982 Array.h, CColVector.h, CMatrix.h, CNDArray.h, CRowVector.h, | |
5983 CSparse.h, CmplxAEPBAL.h, CmplxCHOL.h, CmplxDET.h, CmplxHESS.h, | |
5984 CmplxLU.h, CmplxQR.h, CmplxQRP.h, CmplxSCHUR.h, CmplxSVD.h, | |
5985 CollocWt.h, DAE.h, DASPK.h, DASRT.h, DASSL.h, EIG.h, LSODE.h, | |
5986 MArray-C.cc, MArray-defs.h, MSparse-C.cc, MSparse-d.cc, | |
5987 MSparse-defs.h, MatrixType.h, NLEqn.h, Quad.h, Range.h, | |
5988 Sparse-op-defs.h, Sparse.h, SparseCmplxCHOL.h, SparseCmplxLU.h, | |
5989 SparseCmplxQR.h, SparseQR.h, SparsedbleCHOL.h, SparsedbleLU.h, | |
5990 boolMatrix.h, boolNDArray.h, boolSparse.h, chMatrix.h, | |
5991 chNDArray.h, cmd-edit.h, cmd-hist.h, dColVector.h, dDiagMatrix.h, | |
5992 dMatrix.h, dNDArray.h, dRowVector.h, dSparse.h, data-conv.h, | |
5993 dbleAEPBAL.h, dbleCHOL.h, dbleDET.h, dbleHESS.h, dbleLU.h, | |
5994 dbleQR.h, dbleQRP.h, dbleSCHUR.h, dbleSVD.h, dir-ops.h, | |
5995 file-ops.h, file-stat.h, glob-match.h, idx-vector.h, | |
5996 int16NDArray.cc, int32NDArray.cc, int64NDArray.cc, int8NDArray.cc, | |
5997 lo-cutils.c, lo-ieee.h, lo-mappers.h, lo-specfun.h, lo-utils.h, | |
5998 mach-info.h, mx-op-defs.h, oct-alloc.h, oct-env.h, oct-group.h, | |
5999 oct-inttypes.cc, oct-inttypes.h, oct-passwd.h, oct-rand.h, | |
6000 oct-shlib.h, oct-spparms.h, oct-syscalls.h, oct-time.h, | |
6001 oct-uname.h, pathsearch.h, prog-args.h, so-array.h, str-vec.h, | |
6002 uint16NDArray.cc, uint32NDArray.cc, uint64NDArray.cc, | |
6003 uint8NDArray.cc: Sprinkle with OCTAVE_API as needed. | |
6108 | 6004 |
6105 | 6005 2006-10-26 John W. Eaton <jwe@octave.org> |
6006 | |
6007 * oct-inttypes.cc (INSTANTIATE_INTTYPE_BIN_OP): Provide explicit | |
6008 type qualification for OP. | |
6009 | |
6101 | 6010 2006-10-26 David Bateman <dbateman@free.fr> |
6011 | |
6012 * Sparse.cc (Sparse<T>::resize_no_fill (octave_idx_type, | |
6013 octave_idx_type)): Be more careful with the size of the input | |
6014 matrix, and therefore don't create or read non existent data. | |
6015 | |
6092 | 6016 2006-10-25 John W. Eaton <jwe@octave.org> |
6017 | |
6018 * Sparse.cc (assign): Clear lhs index after error. | |
6019 | |
6093 | 6020 2006-10-25 David Bateman <dbateman@free.fr> |
6092 | 6021 |
6022 * Sparse.cc (assign (Sparse<LT>&, const Sparse<RT>&)): | |
6023 Fix previous patch so it works. | |
6024 | |
6087 | 6025 2006-10-25 Michael Goffioul <michael.goffioul@swing.be> |
6026 | |
6095 | 6027 * glob-match.h (glob_match::glob_match (const std::string&, |
6028 unsigned int)): Delete initializer for first arg. | |
6029 | |
6093 | 6030 * lo-sysdep.cc (opendir, readdir, rewinddir, closedir): |
6031 New functions. | |
6032 | |
6087 | 6033 * Makefile.in (XTRA_CDEFS, XTRA_CXXDEFS): Substitute here. |
6034 | |
6096 | 6035 * oct-env.cc (octave_env::do_get_home_directory) [_MSC_VER]: Use |
6036 same code as __MINGW32__. | |
6037 * syswait.h [_MSC_VER]: Define HAVE_WAITPID, WAITPID, and WNOHANG | |
6038 the same as for __MINGW32__. | |
6039 | |
6040 * randpoisson.c: Undefine INFINITE before redefining. | |
6041 | |
6079 | 6042 2006-10-24 David Bateman <dbateman@free.fr> |
6043 | |
6044 * Sparse.cc (assign (Sparse<LT>&, const Sparse<RT>&)): Resize the | |
6045 lhs at the point we know the assignment can succeed if the lhs is | |
6046 empty. | |
6047 | |
6072 | 6048 2006-10-23 John W. Eaton <jwe@octave.org> |
6049 | |
6050 * Array.cc (assign2): Don't require vector assignments to be oriented. | |
6051 | |
6061 | 6052 2006-10-17 John W. Eaton <jwe@octave.org> |
6053 | |
6054 * lo-cieee.c: If isnan is not available but _isnan is, then define | |
6055 isnan to be _isnan, and define HAVE_ISNAN. Likewise for _finite | |
6056 and _copysign. | |
6057 | |
6059 | 6058 2006-10-17 Michael Goffioul <michael.goffioul@swing.be> |
6051 | 6059 |
6061 | 6060 * oct-syscalls.cc (syscalls::waitpid): Always declare and define retval. |
6061 | |
9967 | 6062 * CMatrix.cc (ComplexMatrix::solve): Avoid infinite recursion. |
6708 | 6063 * CSparse.cc (SparseComplexMatrix::insert): Likewise. |
6061 | 6064 |
6058 | 6065 * oct-types.h.in: Include limits.h, for CHAR_BIT. |
6066 | |
6059 | 6067 2006-10-13 Michael Goffioul <michael.goffioul@swing.be> |
6068 | |
6051 | 6069 * Makefile.in: Adapt rules to use $(LIBPRE). |
6070 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7638
diff
changeset
|
6071 2006-10-03 David Bateman <dbateman@free.fr> |
6027 | 6072 |
6073 * MatrixType.cc (MatrixType::MatrixType): Avoid crash if np == 0 | |
6074 or p == 0. | |
6075 | |
6018 | 6076 2006-10-02 John W. Eaton <jwe@octave.org> |
6077 | |
6078 * dbleDET.cc (DET::initialize2): Ensure arg to log10 is double. | |
6079 * CmplxDET.cc (ComplexDET::initialize2): Likewise. | |
6080 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7638
diff
changeset
|
6081 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 6082 |
9967 | 6083 * MatrixType.h (MatrixType::MatrixType(const SparseComplexMatrix&)): |
6084 Remove spurious warning. | |
5996 | 6085 |
5992 | 6086 2006-09-15 John W. Eaton <jwe@octave.org> |
6087 | |
9967 | 6088 * Array.cc (Array<T>::index (Array<idx_vector>&, int, const T&) const): |
5992 | 6089 Handle resizing. |
6090 | |
6091 * intNDArray.h (intNDArray<T>:elt_type): New typedef. | |
6092 | |
5983 | 6093 2006-09-11 John W. Eaton <jwe@octave.org> |
6094 | |
6095 * dMatrix.cc (operator * (const Matrix&, const Matrix&))): | |
9967 | 6096 Handle M*v and rv*cv special cases. |
5983 | 6097 * CMatrix.cc (operator * (const ComplexMatrix&, const |
6098 ComplexMatrix&))): Likewise. | |
6099 From Luis F. Ortiz <lortiz@interactivesupercomputing.com>. | |
6100 | |
6101 * dRowVector.cc (operator * (const RowVector&, const | |
6102 ColumnVector&)): Call xddot here instead of using a Fortran | |
6103 function directly. | |
6104 * CRowVector.cc (operator * (const ComplexRowVector&, const | |
6105 ComplexColumnVector&)): Call xzdotu here. | |
6106 | |
6107 2006-09-05 John W. Eaton <jwe@octave.org> | |
6108 | |
6109 * chNDArray.cc (charNDArray::any, charNDArray::all): Compare | |
6110 elements to '\0', not ' '. | |
6111 | |
5972 | 6112 2006-08-25 John W. Eaton <jwe@octave.org> |
6113 | |
6114 * mx-inlines.cc (MX_ND_REDUCTION): Special case for 0x0 arrays. | |
6115 | |
5958 | 6116 2006-08-23 John W. Eaton <jwe@octave.org> |
6117 | |
6118 * dMatrix.cc, dMatrix.h (Matrix::save_ascii): Delete function and decl. | |
6119 * CMatrix.cc, CMatrix.h (ComplexMatrix::save_ascii): Likewise. | |
6120 | |
5955 | 6121 2006-08-22 John W. Eaton <jwe@octave.org> |
6122 | |
5956 | 6123 * CMatrix.cc (ComplexMatrix::save_ascii): New function. |
6124 * dMatrix.cc (Matrix::save_ascii): New function. | |
6125 | |
5955 | 6126 * mx-inlines.cc (MX_ND_CUMULATIVE_OP): Correctly detect empty arrays. |
6127 If array is empty, return value is same size as array. | |
6128 (MX_ND_REDUCTION): Correctly detect empty arrays. | |
6129 If array is empty, produce correctly sized return value. | |
6130 | |
5940 | 6131 2006-08-18 John W. Eaton <jwe@octave.org> |
6132 | |
5943 | 6133 * dMatrix.cc (Matrix::any_element_not_one_or_zero): New function. |
6134 * dMatrix.h: Provide decl. | |
6135 * dNDArray.cc (NDArray::any_element_not_one_or_zero): New function. | |
6136 * dNDArray.h: Provide decl. | |
6137 * intNDArray.cc (intNDArray<T>::any_element_not_one_or_zero): | |
6138 New function. | |
6139 * intNDArray.h: Provide decl. | |
6140 | |
5940 | 6141 * Array.cc (Array<T>::permute): Only rearrange values if array is |
6142 not empty. | |
6143 | |
5904 | 6144 2006-07-26 John W. Eaton <jwe@octave.org> |
6145 | |
6146 * dbleDET.cc (DET::initialize10, DET::value_will_underflow, | |
6147 DET::value_will_overflow): Use xlog2 instead of log2. | |
6148 (DET::initialize2, DET::initialize10): Use xround instead of round. | |
6149 (DET::initialize2, DET::value): Use xexp2 instead of exp2. | |
6150 * CmplxDET.cc (ComplexDET::initialize10, | |
6151 ComplexDET::value_will_underflow, | |
6152 ComplexDET::value_will_overflow): Use xlog2 instead of log2. | |
6153 (ComplexDET::initialize2, ComplexDET::initialize10): | |
6154 Use xround instead of round. | |
6155 (ComplexDET::initialize2, ComplexDET::value): | |
6156 Use xexp2 instead of exp2. | |
6157 | |
6158 * lo-mappers.cc (M_LOG10E): Delete unused macro. | |
6159 (xlog2, xexp2): New functions. | |
6160 * lo-mappers.h: Provide decls. | |
6161 | |
5900 | 6162 2006-07-22 John W. Eaton <jwe@octave.org> |
6163 | |
6164 * Sparse.h (Sparse<T>::mex_get_data, Sparse<T>::mex_get_ir, | |
6165 Sparse<T>::mex_get_jc): New functions. | |
6166 | |
6167 2006-07-21 John W. Eaton <jwe@octave.org> | |
6168 | |
6169 * oct-inttypes.h (octave_int<T>::mex_get_data): New function. | |
6170 * Array.h (Array<T>::mex_get_data): New function. | |
6171 | |
5898 | 6172 2006-07-19 John W. Eaton <jwe@octave.org> |
6173 | |
6174 * oct-inttypes.h (octave_int::operator bool (void)): New function. | |
6175 | |
5893 | 6176 2006-07-16 John W. Eaton <jwe@octave.org> |
6177 | |
6178 * oct-spparms.h, oct-spparms.cc (class octave_sparse_params): | |
6179 Rename from SparseParams. Use same implementation method as other | |
6180 singleton classes in Octave. Change all uses of | |
6181 Voctave_sparse_controls to use static functions from | |
6182 octave_sparse_params class instead. | |
6183 | |
6184 * oct-spparms.h, oct-spparms.cc (SparseParams::set_key, | |
6185 SparseParams::get_key): Pass std::string arg by const reference, | |
6186 not const value. | |
6187 | |
5892 | 6188 2006-07-15 John W. Eaton <jwe@octave.org> |
6189 | |
6190 * data-conv.cc: Instantiante swap_bytes templates here. | |
6191 | |
6192 * MatrixType.cc (MatrixType::MatrixType): | |
6193 Use complete initializer lists in constructors. | |
6194 | |
5880 | 6195 2006-07-06 John W. Eaton <jwe@octave.org> |
6196 | |
6197 * str-vec.cc (string_vector::string_vector (std::list<std::string>&)): | |
6198 New constructor. | |
6199 * str-vec.h: Provide decl. | |
6200 | |
5876 | 6201 2006-07-01 David Bateman <dbateman@free.fr> |
6202 | |
6203 * dSparse.cc (tinverse): Check for rows with no elements and zero | |
6204 elements on the diagonal. Allow both Upper and Lower triangular | |
6205 matrices to be treated. | |
6206 * CSparse.cc (tinverse): ditto. | |
6207 * Sparse-op-defs.h (SPARSE_SPARSE_MUL): Take into account 64-bit | |
6208 constant assignment. | |
9967 | 6209 |
5870 | 6210 2006-06-30 John W. Eaton <jwe@octave.org> |
6211 | |
5872 | 6212 * lo-sysdep.cc (octave_chdir): Perform tilde expansion here. |
6213 * cmd-edit.cc (editor::read_init_file): Ditto. | |
6214 * dir-ops.cc (dir_entry::open): Ditto. | |
5871 | 6215 * file-stat.cc (stat::update_internal): Ditto. |
5872 | 6216 * cmd-hist.cc (command_history::set_file): Ditto. |
5871 | 6217 |
5870 | 6218 * data-conv.cc (data_conv::string_to_data_type): |
6219 Correctly handle leading "*". | |
6220 | |
5869 | 6221 2006-06-29 Atsushi Kajita <a-kajita@mizar.freemail.ne.jp> |
6222 | |
6223 * Sparse.cc (Sparse<T>::SparseRep::elem): Avoid out of bounds | |
6224 array access. | |
9967 | 6225 |
5866 | 6226 2006-06-27 John W. Eaton <jwe@octave.org> |
6227 | |
6228 * Makefile.in: Finish renaming of OBJECTS -> LIBOCTAVE_OBJECTS. | |
6229 | |
5864 | 6230 2006-06-21 John W. Eaton <jwe@octave.org> |
6231 | |
6232 * oct-shlib.cc (octave_dlopen_shlib::close, | |
6233 octave_shl_load_shlib::close, octave_w32_shlib::close): | |
6234 Skip do_close_hook if cl_hook is 0. | |
6235 | |
5863 | 6236 2006-06-16 John W. Eaton <jwe@octave.org> |
6237 | |
6238 * oct-sort.h: Don't include config.h, lo-mappers.h, or quit.h. | |
6239 * randmtzig.h: Don't inlcude config.h. | |
6240 | |
5837 | 6241 2006-05-31 David Bateman <dbateman@free.fr> |
6242 | |
6243 * Array.cc (assignN): Maybe reshape LHS before doing assignment. | |
6244 | |
5828 | 6245 2006-05-23 John W. Eaton <jwe@octave.org> |
6246 | |
6247 * oct-types.h.in: Include stdint.h or inttypes.h for integer | |
6248 typedefs, or define them if those files are not available. | |
6249 * oct-inttypes.h (octave_int8_t, octave_int16_t, octave_int32_t, | |
6250 octave_int64_t, octave_uint8_t, octave_uint16_t, octave_uint32_t, | |
6251 octave_uint64_t): Delete typedefs. Replace all uses of these | |
6252 types with int8_t, int16_t, etc. | |
6253 * data-conv.h (TWO_BYTE_INT, FOUR_BYTE_INT, EIGHT_BYTE_INT): | |
6254 Delete definitions. Replace all uses of these macros with int8_t, | |
6255 int16_t, etc. | |
6256 * randmtzig.h: Delete integer typedefs. | |
6257 | |
5822 | 6258 2006-05-18 John W. Eaton <jwe@octave.org> |
6259 | |
6260 * EIG.cc (EIG::init): Trap Inf and NaN values here. | |
6261 From Keith Goodman <kwgoodman@gmail.com>. | |
6262 | |
5813 | 6263 2006-05-08 David Bateman <dbateman@free.fr> |
6264 | |
6265 * Sparse-op-defs.h (SPARSE_SPARSE_MUL): fix bug in previous | |
6266 modification. | |
6267 | |
5797 | 6268 2006-05-09 David Bateman <dbateman@free.fr> |
6269 | |
6270 * sparse-dmsolve.cc: Remove reference to ov-re-sparse.h, | |
6271 ov-cx-sparse. and error_state. | |
6272 * SparseQR.cc, SparseCmplxQR.cc (qrsolve): Return info = -1 on error. | |
9967 | 6273 |
5795 | 6274 2006-05-08 David Bateman <dbateman@free.fr> |
6275 | |
6276 * Sparse-op-defs.h (SPARSE_SPARSE_MUL): Set column pointers in | |
6277 first pass and use to determine which algorithm to use on a | |
6278 column-by-column basis. | |
6279 | |
5792 | 6280 2006-05-04 David Bateman <dbateman@free.fr> |
6281 | |
6282 * SparseQR.cc, SparseQR.h, SparseCmplxQR.cc, SparseCmplxQR.h, | |
6283 sparse-dmsolve.cc : Allow compilation with versions v2.0.0 of | |
6284 CXSparse or later | |
6285 | |
5785 | 6286 2006-05-03 David Bateman <dbateman@free.fr> |
6287 | |
6288 * CMatrix.cc (zpotrf, zpocon, zpotrs, ztrcon, ztrtrs): | |
6289 External declaration of lapack triangular and Cholesky codes. | |
9967 | 6290 (ComplexMatrix::utsolve, ComplexMatrix::ltsolve, |
5785 | 6291 ComplexMatrix::fsolve): New private solver codes for |
9967 | 6292 upper, lower and LU/Cholesky solvers. |
5785 | 6293 (ComplexMatrix::solve): New versions for cached matrix |
6294 type. Adapt old versions to call new versions | |
6295 * CMatrix.h (utsolve, ltsolve, fsolve): Declaration of | |
6296 new solvers. | |
6297 (solve): New versions for cached matrix type. | |
6298 * dMatrix.cc (dpotrf, dpocon, dpotrs, dtrcon, dtrtrs): | |
6299 External declaration of lapack triangular and Cholesky codes. | |
9967 | 6300 (Matrix::utsolve, Matrix::ltsolve, |
5785 | 6301 Matrix::fsolve): New private solver codes for |
9967 | 6302 upper, lower and LU/Cholesky solvers. |
5785 | 6303 (Matrix::solve): New versions for cached matrix |
6304 type. Adapt old versions to call new versions | |
6305 * dMatrix.h (utsolve, ltsolve, fsolve): Declaration of | |
6306 new solvers. | |
6307 (solve): New versions for cached matrix type. | |
6308 * CSparse.cc: Replace all uses of SparseType with MatrixType. | |
6309 * CSparse.h: ditto. | |
6310 * dSparse.cc: ditto. | |
6311 * dSparse.h: ditto. | |
6312 * SparseCmplxCHOL.cc: ditto. | |
6313 * SparsedbleCHOL.cc: ditto. | |
6314 * sparse-dmsolve.cc: ditto. | |
6315 * SparseType.cc, SparseType.h: delete. | |
6316 * MatrixType.cc: New file for class to cache matrix type, based on | |
6317 old SparseType class but caching matrix and sparse types. | |
6318 * MatrixType.h: ditto. | |
6319 * Makefile.in (MATRIX_INC, MATRIX_SRC): Add MatrixType.h and | |
6320 MatrixType.cc respectively. Delete SparseType.h and SparseType.cc | |
6321 respectively. | |
6322 * mx-base.h: Include MatrixTye.h as header file. | |
9967 | 6323 |
5781 | 6324 2006-05-01 John W. Eaton <jwe@octave.org> |
6325 | |
6326 * oct-shlib.h (octave_shlib::octave_shlib, octave_shlib::open): | |
6327 Delete WARN_FUTURE arg. Change all uses. | |
6328 * oct-shlib.cc (octave_base_shlib::stamp_time): Delete arg. | |
6329 Change all uses. Use current_liboctave_warning_with_id_handler. | |
6330 (octave_base_shlib::open): Delete arg. Change all derived classes | |
6331 and uses. | |
6332 | |
6333 2006-04-29 John W. Eaton <jwe@octave.org> | |
6334 | |
6335 * Array-flags.cc, Array-flags.h: Delete. | |
6336 * Makefile.in (MATRIX_SRC): Remove Array-flags.cc from the list. | |
6337 (MATRIX_INC): Remove Array-flags.h from the list. | |
6338 | |
6339 * idx-vector.cc (IDX_VEC_REP::freeze): Delete warn_resize arg. | |
6340 Use current_liboctave_warning_with_id_handler | |
6341 with warning ID Octave:resize-on-range-error. | |
6342 * idx-vector.h: Fix decl. | |
6343 * Array.cc, Sparse.cc: Change all callers. | |
6344 | |
6345 * Array.cc (Array<T>::maybe_delete_elements, Array<T>::index2, | |
6346 assign2, assignN): Use current_liboctave_warning_with_id_handler | |
6347 with warning ID Octave:fortran-indexing instead of | |
6348 liboctave_wfi_flag. | |
6349 * Sparse.cc (assign, Sparse<T>::index): Likewise. | |
6350 | |
5777 | 6351 2006-04-26 John W. Eaton <jwe@octave.org> |
6352 | |
6353 * pathsearch.cc (dir_path::path_sep_char, dir_path::path_sep_str): | |
6354 New static data. | |
6355 * pathsearch.h: Provide decls. | |
6356 (dir_path::is_path_sep): New function. | |
6357 | |
5766 | 6358 2006-04-18 John W. Eaton <jwe@octave.org> |
6359 | |
6360 * randmtzig.c (randmt, randi53, randi54, randi64, randu32, randu53): | |
6361 Omit inline from decl. | |
6362 | |
6363 * Sparse.cc (Sparse<T>::index): Use std::vector<bool> to avoid | |
6364 local array with variable dimension. | |
6365 | |
5764 | 6366 2006-04-16 John W. Eaton <jwe@octave.org> |
6367 | |
5765 | 6368 * lo-sstream.h: Delete. |
6369 * Makefile.in (INCLUDES): Remove it from the list. | |
6370 | |
6371 * dim-vector.h (dim_vector::str): Use std::ostringstream directly. | |
6372 * Sparse.cc (Sparse::range_error): Likewise. | |
6373 * DASSL.cc (DASSL::error_message): Likewise. | |
6374 * LSODE.cc (LSODE::error_message): Likewise. | |
6375 * DASRT.cc (DASRT::error_message): Likewise. | |
6376 * DASPK.cc (DASPK::error_message): Likewise. | |
6377 * Array.cc (Array::range_error): Likewise. | |
6378 | |
5764 | 6379 * kpse.cc (kpse_hash): Rename from hash. |
6380 (hash_lookup): Call kpse_hash instead of hash. | |
6381 | |
6382 * SparseType.cc (SparseType::SparseType): Use std::vector<bool> | |
6383 to avoid local array with variable dimension. | |
6384 | |
5760 | 6385 2006-04-13 David Bateman <dbateman@free.fr> |
6386 | |
9967 | 6387 * Sparse.cc (assign (Sparse<LT>&, const Sparse<RT>&)): |
5760 | 6388 Optimize assignment. |
6389 | |
6390 2006-04-13 John W. Eaton <jwe@octave.org> | |
6391 | |
9967 | 6392 * Sparse.cc (assign (Sparse<LT>&, const Sparse<RT>&)): |
5760 | 6393 Eliminate unnecessary casts. |
6394 * SparsedbleLU.cc (SparseLU::SparseLU): Likewise. | |
6395 | |
6396 * kpse.cc (fopen): Use reinterpret_cast instead of C-style cast. | |
6397 (log_search, dir_links): Use static_cast instead of C-style cast. | |
6398 | |
6399 * prog-args.cc (args::getopt): Use reinterpret_cast instead of X_CAST. | |
6400 * oct-alloc.cc (allocator::grow): Likewise. | |
6401 * CSparse.cc (SparseComplexMatrix::determinant, | |
6402 SparseComplexMatrix::factorize, SparseComplexMatrix::fsolve): | |
6403 Likewise. | |
6404 * SparseCmplxLU.cc (SparseComplexLU::SparseComplexLU): Likewise. | |
6405 | |
6406 * oct-sort.cc (roundupsize, octave_sort<T>::merge_getmem): | |
6407 Use static_cast instead of C-style cast. | |
6408 * CSparse.cc (SparseComplexMatrix::fsolve): Likewise. | |
6409 * dSparse.cc (SparseMatrix::fsolve): Likewise. | |
6410 | |
6411 * data-conv.cc (LS_DO_WRITE): Use static_cast for value conversion. | |
6412 Use OCTAVE_LOCAL_BUFFER instead of new/delete. | |
6413 (LS_DO_READ): Allocate local buffer to avoid pointer tricks. | |
6414 (write_doubles, read_doubles, LS_DO_WRITE, LS_DO_READ): | |
6415 Use reinterpret_cast instead of X_CAST. | |
6416 | |
6417 * DiagArray2.h (DiagArray2::Proxy::operator&): No need to cast | |
6418 return value here. | |
6419 | |
5752 | 6420 2006-04-12 Rafael Laboissiere <rafael@debian.org> |
6421 | |
6422 * ArrayN.h (ArrayN::ArrayN): Qualify fill with Array<T> base class. | |
6423 * DiagArray2.h (DiagArray2::DiagArray2): Likewise. | |
6424 | |
5730 | 6425 2006-04-03 David Bateman <dbateman@free.fr> |
6426 | |
5731 | 6427 * Sparse.cc (Sparse<T>::resize): Use xcidx rather than cdix, etc |
6428 to avoid copy of original matrix. | |
6429 | |
5730 | 6430 * Makefile.in (INCLUDES): Add randgamma.h, randpoisson.h and |
9967 | 6431 randmtzig.h to the list. |
5730 | 6432 (LIBOCTAVE_C_SOURCES): Add randgamma.c, randpoisson.c and |
9967 | 6433 randmtzig.c to the list. |
5730 | 6434 * oct-rand.cc (do_old_initialization): Rename from do_initialization. |
6435 (use_old_generators): New variable. | |
6436 (old_initialized): Rename from initialized. | |
6437 (new_initialized): New variable. | |
6438 (oct_init_by_entropy): New function. | |
6439 (maybe_initialize): Initialize new or old generator depending on | |
6440 value of use_old_generators. | |
6441 (octave_rand::state): New functions. | |
6442 (octave_rand::distribution): Add gamma, exponential and poisson | |
6443 distributions. | |
6444 (octave_rand::exponential_distribution, | |
6445 octave_rand::poisson_distribution, | |
6446 octave_rand::gamma_distribution): New methods to select | |
9967 | 6447 exponential, poisson or gamma distribution. |
5730 | 6448 (octave_rand::scalar, octave_rand::matrix, octave_rand::nd_array, |
6449 octave_rand::vector): Add new distributions. | |
6450 * oct-rand.h: Provide decls for new functions. | |
6451 (octave_rand::matrix, octave_rand::scalar, octave_rand:: | |
6452 (octave_rand::scalar, octave_rand::matrix, octave_rand::nd_array, | |
6453 octave_rand::vector): New arg A, for gamma and poisson distributions. | |
6454 * randpoisson.c, randpoisson.h, randgamma.c, randmtzig.c, | |
9967 | 6455 randmtzig.h: New files. |
5730 | 6456 |
5717 | 6457 2006-03-24 John W. Eaton <jwe@octave.org> |
6458 | |
6459 * dSparse.cc (SparseMatrix::bsolve): Integer work vector is | |
6460 Array<octave_idx_type>, so fortran_vec returns pointer to | |
6461 octave_idx_type, not pointer to int. | |
6462 | |
6463 * CMatrix.cc, CMatrix.h (ComplexMatrix::row (char*), | |
6464 ComplexMatrix::column (char*)): Delete. | |
6465 * dMatrix.cc, dMatrix.h (Matrix::row (char*), | |
6466 Matrix::column (char*)): Delete. | |
6467 | |
5713 | 6468 2006-03-21 David Bateman <dbateman@free.fr> |
6469 | |
6470 * SparseQR.h: Publish externally used friends. | |
6471 * SparseCmplxQR.h: ditto. | |
6472 | |
5700 | 6473 2006-03-21 John W. Eaton <jwe@octave.org> |
6474 | |
6475 * lo-specfun.cc (betainc): Use F77_XFCN instead of F77_FUNC for | |
6476 call to xdbetai. | |
6477 | |
5697 | 6478 2006-03-21 David Bateman <dbateman@free.fr> |
6479 | |
5701 | 6480 * lo-specfun.cc (xlgamma, xgamma): Trap special values. |
6481 (xlgamma): Use F77_XFCN instead of F77_FUNC for call to dlgams. | |
5700 | 6482 |
6483 * dSparse.cc (solve): Add argument singular_fallback, to allow | |
6484 fallback to QR solvers to be optional. | |
6485 * CSparse.cc (solve): Ditto. | |
6486 * dSparse.h (solve): update declaration for new argument. | |
6487 * CSparse.h (solve): Ditto. | |
6488 * sparse-dmsolve.cc (dmsolve): Use singular_fallback argument | |
6489 to bypass QR solvers when solving the well determined part of | |
6490 the problem. | |
5697 | 6491 |
5690 | 6492 2006-03-17 John W. Eaton <jwe@octave.org> |
6493 | |
6494 * str-vec.cc (vector::list_in_columns): New optional arg, width. | |
6495 | |
5681 | 6496 2006-03-16 David Bateman <dbateman@free.fr> |
6497 | |
6498 * CSparse.cc: Change use of nzmax to nnz to allow automatic | |
6499 reduction of matrix size, except for a couple of cases where nzmax | |
6500 is needed. | |
6501 (zpbcon): Correct declaration of lapack zpbcon function. | |
6502 (dsolve, utsolve, ltsolve, trisolve, bsolve, factorize, fsolve): Add | |
6503 an argument to allow the calculation of condition number to be | |
6504 optional. | |
6505 (bsolve): Add code for the calculation of the condition number | |
6506 using zpbcon and zgbcon. | |
6507 (dsolve): Bug fix for rectangular matrices with sparse RHS. | |
6508 (utsolve, ltsolve, trisolve, bsolve, fsolve): Mark matrix type as | |
6509 singular if singularity is detected. | |
6510 (solve): Use optional argument to disable calculation of | |
9967 | 6511 condition number for all but fsolve, for speed. Add code to |
5681 | 6512 allow rectnagular matrices or matrices identified as singular |
6513 to be treated. | |
6514 (lssolve): delete. | |
6515 (operator *): Don't recast real matrices as complex, but | |
6516 rather use the macro directly on the real data. | |
6517 * dSparse.cc: ditto. | |
6518 * CSparse.h (dsolve, utsolve, ltsolve, trisolve, bsolve, | |
6519 fsolve, factorize): Update declaration for new argument to | |
6520 calculate the condition number. | |
6521 (lssolve): delete. | |
6522 * dSparse.h: ditto. | |
6523 * Msparse.h: Change use of nxmax to nnz to allow automatic | |
6524 reduction of matrix size, except for a couple of cases where | |
6525 nzmax is needed. | |
6526 * Sparse.cc: Change use of nxmax to nnz to allow automatic | |
6527 reduction of matrix size, except for a couple of cases where | |
6528 nzmax is needed. | |
6529 (Sparse<T>::index (idx_vector&, idx_vector&, int) const): | |
6530 Special case strict permutations for speed. | |
6531 * Sparse-op-defs.h: Change use of nxmax to nnz to allow automatic | |
6532 reduction of matrix size, except for a couple of cases where | |
6533 nzmax is needed. | |
6534 (SPARSE_SPARSE_MUL, SPARSE_FULL_MUL, FULL_SPARSE_MUL): Update | |
6535 macros to allow mixed complex/real arguments. | |
6536 * SparseCmplxQR.cc (OCTAVE_C99_ZERO): New macro for C99 zero | |
9967 | 6537 value. |
5681 | 6538 (qrsolve): Use it to zero temporary buffers used bt CXSPARSE. |
6539 * SparseType.cc (SparseType::SparseType ()): Correct detection | |
6540 of permutated triangular matrices to avoid seg-faults. Disable | |
6541 detection of underdetermined lower and over-determined upper | |
6542 matrix due to problems with non minimum norm solutions. | |
6543 * sparse-dmsolve.cc: New file for Dulmage-Mendelsohn solver. | |
6544 * Makefile.in: add sparse-dmsolve.cc to targets. | |
6545 | |
5675 | 6546 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6547 | |
6548 * oct-time.cc (octave_strptime::init): Return useful character count. | |
6549 | |
5648 | 6550 2006-03-08 David Bateman <dbateman@free.fr> |
6551 | |
6552 * SparseCmplxQR.cc: Updates for new upstream CXSPARSE release. Fix for | |
6553 g++ 4.x stl_vector.h issue with C99 double _Complex type. | |
6554 * SparseCmplxQR.h: Updates for new upstream CXSPARSE release. | |
6555 * SparseQR.cc: ditto. | |
6556 * SparseQR.h: ditto. | |
6557 * oct-sparse.h: ditto. | |
6558 * sparse-base-chol.cc (sparse_base_chol<>::sparse_base_chol_rep::init): | |
6559 Declare info variable as volatile. | |
6560 | |
6561 * Sparse.cc (Sparse<T>::transpose (void) const): Accelerate algorithm. | |
6562 * CSparse.cc (SparseComplexMatrix::transpose (void) const): ditto. | |
9967 | 6563 |
5634 | 6564 2006-03-01 John W. Eaton <jwe@octave.org> |
6565 | |
6566 * CMatrix.cc (ComplexMatrix::determinant): | |
6567 Scale result by factors of 2, not 10. | |
6568 * dMatrix.cc (Matrix::determinant): Likewise. | |
6569 | |
6570 * dbleDET.h (DET::DET): Use initializer list. | |
6571 (DET::coefficient2, DET::coefficient10, DET::exponent2, | |
6572 DET::exponent10): New functions. | |
6573 (DET::det): Delete. | |
6574 (DET::c2, DET::c10, DET::e2, DET::e10, DET::base2): New data members. | |
6575 Store value internally with double and int instead of 2-element | |
6576 double vector. | |
6577 (DET::initialize2, DET::initialize10): Provide decls. | |
9967 | 6578 * dbleDET.cc (DET::value_will_overflow, DET::value_will_underflow): |
5634 | 6579 Return bool value, not int. |
6580 (DET::initialize2, DET::initialize10): New functions. | |
6581 | |
6582 * CmplxDET.h (ComplexDET::ComplexDET): Use initializer list. | |
6583 (ComplexDET::coefficient2, ComplexDET::coefficient10, | |
6584 ComplexDET::exponent2, ComplexDET::exponent10): New functions. | |
6585 (ComplexDET::det): Delete. | |
6586 (ComplexDET::c2, ComplexDET::c10, ComplexDET::e2, ComplexDET::e10, | |
6587 ComplexDET::base2): New data members. | |
6588 Store value internally with Complex and int instead of 2-element | |
6589 Complex vector. | |
6590 (ComplexDET::initialize2, ComplexDET::initialize10): Provide decls. | |
6591 * dbleComplexDET.cc (ComplexDET::value_will_overflow, | |
6592 ComplexDET::value_will_underflow): Return bool value, not int. | |
6593 (ComplexDET::initialize2, ComplexDET::initialize10): New functions. | |
6594 | |
5632 | 6595 2006-02-24 John W. Eaton <jwe@octave.org> |
6596 | |
6597 * Array.cc (assignN): Clear index before reshaping. | |
6598 | |
6599 * Array.h (Array<T>::operator =): Don't set idx to 0 if copying self. | |
6600 | |
5630 | 6601 2006-02-20 David Bateman <dbateman@free.fr> |
6602 | |
9967 | 6603 * dSparse.cc (dsolve, utsolve, ltsolve): Remove restriction that |
5630 | 6604 matrix must be square in diagonal, permuted diagonal, triangular |
6605 and permuted triangular back/forward substitution code. Change | |
6606 ambiguous use of no. rows and columns. | |
6607 * CSParse.cc (dsolve, utsolve, ltsolve): ditto. | |
6608 * SparseType.cc (SparseType::SparseType(const SparseMatrix&), | |
6609 SparseType::SparseType(const SparseComplexMatrix&)): Recognize | |
6610 rectangular diagonal, permuted diagonal, triangular and permuted | |
6611 triangular matrices. | |
6612 * Sparse.cc (Sparse<T>::Sparse (octave_idx_type, octave_idx_type, T)): | |
6613 Treat case where third argument is zero. | |
6614 | |
5621 | 6615 2006-02-15 John W. Eaton <jwe@octave.org> |
6616 | |
5622 | 6617 * kpse.cc: Do define ST_NLINK_TRICK for Cygwin systems. |
9967 | 6618 (do_subdir) [ST_NLINK_TRICK]: Check links != 2 instead of links > 2. |
5622 | 6619 |
5621 | 6620 * getopt.c: Use __CYGWIN__ instead of __CYGWIN32__. |
6621 | |
5619 | 6622 2006-02-13 David Bateman <dbateman@free.fr> |
6623 | |
6624 * Makefile.in (LINK_DEPS): Add missing dependencies on colamd, | |
9967 | 6625 ccolamd and cxsparse |
5619 | 6626 |
5617 | 6627 2006-02-13 John W. Eaton <jwe@octave.org> |
6628 | |
5618 | 6629 * kpse.cc (kpse_path_iterator::next): Reverse order of tests in |
6630 while loop condition. | |
6631 (kpse_path_iterator::operator =): Declare as private function but | |
6632 don't define to prevent attempts to use assignment operator. | |
6633 Don't define ST_NLINK_TRICK for Cygwin systems. | |
5617 | 6634 |
5615 | 6635 2006-02-10 John W. Eaton <jwe@octave.org> |
6636 | |
6637 * mx-inlines.cc (MX_ND_REDUCTION): Store in cummulative | |
6638 product of all dimensions in CP_SZ. | |
6639 | |
5611 | 6640 2006-02-09 John W. Eaton <jwe@octave.org> |
6641 | |
6642 * mx-inlines.cc (MX_ND_CUMULATIVE_OP): Store in cummulative | |
5615 | 6643 product of all dimensions in CP_SZ. |
5611 | 6644 |
5610 | 6645 2006-02-09 David Bateman <dbateman@free.fr> |
6646 | |
9967 | 6647 * SparseQR.cc: new file for real sparse QR class. |
6648 * SparseQR.h: declaration. | |
6649 * SparseCmplxQR.cc: new file for complex sparse QR class. | |
6650 * SparseCmplxQR.h: declaration. | |
6651 * dSparse.cc (dinverse,tinverse,inverse): Remove unused input args. | |
6652 (factorize, fsolve): Enable code code lssolve. | |
6653 (lssolve): disable unused args, write based in above sparse QR class. | |
6654 * CSparse.cc (dinverse,tinverse,inverse): Remove unused input args. | |
6655 (factorize, fsolve): Enable code code lssolve. | |
6656 (lssolve): disable unused args, write based in above sparse QR class. | |
6657 * oct-sparse.h: fix location of colamd, ccolamd and metis headers. | |
6658 Include CXSparse headers. | |
6659 * Makefile.in (MATRIX_INC): Include SparseQR.h and SparseCmplxQR.h. | |
6660 (MATRIX_SRC): Include SparseQR.cc and SparseCmplxQR.cc. | |
5610 | 6661 |
5607 | 6662 2006-02-08 John W. Eaton <jwe@octave.org> |
6663 | |
6664 * Array-util.h (calc_permutated_idx): Delete. | |
6665 * Array.cc (permute_vector): New data structure. | |
6666 (permute_vector_compare): New function. | |
6667 (Array<T>::permute): Rewrite to avoid calc_permutated_index for | |
6668 improved performance. | |
6669 | |
5606 | 6670 2006-02-04 David Bateman <dbateman@free.fr> |
6671 | |
6672 * COLAMD: Remove all files, as now unused. | |
6673 | |
5604 | 6674 2006-01-31 John W. Eaton <jwe@octave.org> |
6675 | |
6676 * Sparse.h (Sparse<T>::nzmax): New function. | |
6677 (Sparse<T>::nnz): Rename from nonzero. | |
6678 Change all uses of old nnz function to be nzmax. Change all uses | |
6679 of nonzero to be nnz. | |
6680 (Sparse<T>::nzmx): Rename from nnz (data member). Change all uses. | |
6681 | |
5603 | 6682 2006-01-21 David Bateman <dbateman@free.fr> |
6683 | |
9967 | 6684 * sparse-sort.cc (bool octave_sparse_sidxl_comp): 64-bit fix. |
6685 (bool octave_idx_vector_comp): New function. | |
6686 (template class octave_sort<octave_idx_vector_sort *>): Instantiate | |
6687 indexed idx_vector sorting function. | |
6688 * sparse-sort.h (class octave_sparse_sort_idxl): 64-bit fix. | |
6689 (class octave_idx_vector_sort): New class for indexed idx_vector | |
6690 sorting. | |
6691 (bool octave_idx_vector_comp): Declaration. | |
6692 * Sparse.cc (int assign1(Sparse<LT>&, Sparse<RT>&)): Treat cases of | |
6693 unordered LHS indexes in assignment using new octave_idx_vector_sort | |
6694 class. | |
6695 (int assign(Sparse<LT>&, Sparse<RT>&)): ditto. | |
5603 | 6696 |
5602 | 6697 2006-01-30 John W. Eaton <jwe@octave.org> |
6698 | |
6699 * so-array.h (streamoff_array::nnz): New funtion. | |
6700 * boolNDArray.h (boolNDArray::nnz): New function. | |
6701 * MArrayN.h (MArrayN<T>::nnz): New function. | |
6702 * MArray.h (MArray<T>::nnz): New function. | |
6703 | |
5587 | 6704 2006-01-04 David Bateman <dbateman@free.fr> |
6705 | |
6706 * Spars-op-defs.h (SPARSE_SPARSE_MUL): Previous change resulted in | |
6707 elements not being sorted in return matrix. Sort them, and make | |
9967 | 6708 solver select between two algorithms to further improve the |
5587 | 6709 performance. |
6710 * dSparse.cc: include oct-sort.h. | |
6711 * CSparse.cc: ditto. | |
6712 * sparse-sort.cc: Instantiate octave_sort<octave_idx_type>. | |
9967 | 6713 |
5586 | 6714 2005-12-28 David Bateman <dbateman@free.fr> |
6715 | |
5587 | 6716 * Sparse-op-defs.h (SPARSE_SPARSE_MUL): Improved algorithm that is |
9967 | 6717 faster in all cases, and significantly so for low density or small |
5587 | 6718 order problems. |
5586 | 6719 |
5552 | 6720 2005-11-30 John W. Eaton <jwe@octave.org> |
6721 | |
6722 * LSODE.cc (LSODE::do_integrate (double)): Resize iwork and rwork | |
6723 before setting any values in either array. | |
6724 | |
5547 | 6725 2005-11-29 John W. Eaton <jwe@octave.org> |
6726 | |
6727 * oct-uname.h, oct-uname.cc: New files. | |
6728 * Makefile.in: Add them to the appropriate lists. | |
6729 | |
5535 | 6730 2005-11-11 John W. Eaton <jwe@octave.org> |
6731 | |
6732 * Array.cc (Array<T>::indexN): Simplify. | |
6733 | |
5533 | 6734 2005-11-09 John W. Eaton <jwe@octave.org> |
6735 | |
6736 * oct-inttypes.h (octave_int::operator char (void) const): | |
6737 New conversion op. | |
6738 | |
5527 | 6739 2005-11-01 John W. Eaton <jwe@octave.org> |
6740 | |
6741 * Makefile.in (distclean): Also remove oct-types.h. | |
6742 From Quentin Spencer <qspencer@ieee.org>. | |
6743 | |
5526 | 6744 2005-10-31 David Bateman <dbateman@free.fr> |
6745 | |
6746 * dSparse.cc, CSparse.cc: Use C++ true/false instead of | |
6747 preprocessor defined TRUE/FALSE. | |
6748 | |
5523 | 6749 2005-10-30 John W. Eaton <jwe@octave.org> |
6750 | |
6751 * mx-inlines.cc (MX_ND_REDUCTION): Iterate in direction of DIM. | |
6752 (MX_ND_CUMULATIVE_OP): Likewise. | |
6753 | |
5519 | 6754 2005-10-29 John W. Eaton <jwe@octave.org> |
6755 | |
5520 | 6756 * mx-inlines.cc (MX_ND_REDUCTION): Avoid increment_index to speed |
6757 things up. Simplify. | |
6758 | |
5519 | 6759 * Array.cc (Array<T>::indexN): Simplify. Delete separate special |
6760 case for "vector_equivalent". | |
6761 | |
6762 * Array-util.cc (vector_equivalent): Arg is now dim_vector. | |
6763 | |
5518 | 6764 2005-10-28 John W. Eaton <jwe@octave.org> |
6765 | |
6766 * oct-sparse.h: Fix typo in HAVE_UFSPARSE_UMFPACK_H. | |
6767 From Quentin Spencer <qspencer@ieee.org>. | |
6768 | |
6769 * sparse-base-chol.cc: Use C++ true/false instead of | |
6770 preprocessor defined TRUE/FALSE. Use 0 instead of NULL. | |
6771 | |
5516 | 6772 2005-10-27 John W. Eaton <jwe@octave.org> |
6773 | |
6774 * Array.cc (assignN): Reshape to final size instead of resizing. | |
6775 | |
5512 | 6776 2005-10-26 John W. Eaton <jwe@octave.org> |
6777 | |
6778 * oct-sparse.h: New file. | |
6779 * oct-sparse.h.in: Delete. | |
6780 | |
5511 | 6781 2005-10-26 David Bateman <dbateman@free.fr> |
6782 | |
6783 * sparse-base-chol.h: Include cholmod specific code in HAVE_CHOLMOD | |
6784 * sparse-base-chol.cc: ditto. | |
6785 | |
5508 | 6786 2005-10-26 John W. Eaton <jwe@octave.org> |
6787 | |
6788 Changes for GCC 4.1, tip from Arno J. Klaassen | |
6789 <arno@heho.snv.jussieu.fr>: | |
6790 | |
9967 | 6791 * dSparse.h (real (const SparseComplexMatrix&)): |
5509 | 6792 Publish externally used friend function. |
6793 (imag (const SparseComplexMatrix&)): Likewise. | |
6794 | |
5508 | 6795 * dColVector.h (real (const ComplexColumnVector&)): |
6796 Publish externally used friend function. | |
6797 (imag (const ComplexColumnVector&)): Likewise. | |
6798 | |
6799 * dNDArray.h (real (const ComplexNDArray&)): | |
6800 Publish externally used friend function. | |
6801 (imag (const ComplexNDArray&)): Likewise. | |
6802 | |
9967 | 6803 * dMatrix.h (operator * (const ComplexMatrix&)): |
5508 | 6804 Move decl outside class. No need to be friend. |
6805 (real (const ComplexMatrix&)): Publish externally used friend function. | |
6806 (imag (const ComplexMatrix&)): Likewise. | |
6807 | |
6808 * CMatrix.h: (operator * (const ColumnVector&, const | |
6809 ComplexRowVector&)): Move decl outside class. No need to be friend. | |
6810 (operator * (const ComplexColumnVector&, const RowVector&)): Likewise. | |
6811 (operator * (const ComplexColumnVector&, const ComplexRowVector& b)): | |
6812 Likewise. | |
6813 | |
5506 | 6814 2005-10-23 David Bateman <dbateman@free.fr> |
9967 | 6815 |
5506 | 6816 * Sparse-op-defs.h (SPARSE_SPARSE_MUL): Check whether trailing zero |
6817 elements need to be removed. | |
9967 | 6818 |
5506 | 6819 * oct-sparse.h.in: Include metis headers and some macros for long/int |
6820 versions of cholmod. | |
9967 | 6821 |
5506 | 6822 * CSparse.cc (tinverse): New private function for the inversion of |
6823 an upper triangular matrix. | |
6824 (dinverse): ditto for diagonal matrices. | |
6825 (inverse): Add SparseType as an argument. Implement matrix inverse | |
6826 using tinverse and dinverse. | |
6827 (fsolve): Use cholmod to implement Cholesky solver. | |
6828 * CSparse.h (tinverse, dinverse): Declarations | |
6829 (inverse): Alter declaration to include SparseType. | |
6830 | |
6831 * dSparse.cc (tinverse, dinverse, inverse, fsolve): ditto. | |
6832 * dSparse.h (tinverse, dinverse, inverse): ditto. | |
6833 | |
6834 * SparseType.cc: Fix complex constructor for hermitian matrices. | |
9967 | 6835 |
5506 | 6836 * sparse-util.cc: New file for sparse utility functions. |
9967 | 6837 * sparse-util.h: New file with declarations of sparse utility |
5506 | 6838 functions. |
6839 | |
6840 * sparse-base-chol.cc: New file with sparse cholesky class based | |
6841 on cholmod. | |
6842 * sparse-base-chol.h: New file with declaration of sparse cholesky | |
6843 class based on cholmod. | |
6844 | |
6845 * SparseCmplxCHOL.cc: Instantiate sparse cholesky class for Complex. | |
6846 * SparseCmplxCHOL.h: Declaration of sparse cholesky class. | |
6847 | |
6848 * SparsedbleCHOL.cc: ditto. | |
6849 * SparsedbleCHOL.h: ditto. | |
6850 | |
6851 * Makefile.in (MATRIX_INC): Include sparse-base-chol.h. | |
6852 (INCLUDES): Include sparse-util.h | |
6853 (TEMPLATE_SRC): Include sparse-base-chol.cc | |
6854 (MATRIX_SRC): Include SparseCmplxCHOL.cc and SparsedbleCHOL.cc | |
9967 | 6855 |
5489 | 6856 2005-10-12 John W. Eaton <jwe@octave.org> |
6857 | |
6858 * oct-env.cc (octave_env::have_x11_display): New function. | |
6859 * oct-env.h: Provide decl. | |
6860 | |
5476 | 6861 2005-09-29 John W. Eaton <jwe@octave.org> |
6862 | |
6863 * file-stat.h (file_stat::mode): New function. | |
6864 | |
6865 * file-stat.cc (file_stat::is_blk, file_stat::is_chr, | |
6866 file_stat::is_dir, file_stat::is_fifo, file_stat::is_lnk, | |
6867 file_stat::is_reg, file_stat::is_sock): New static functions. | |
6868 * file-stat.h: Provide decls. | |
6869 | |
6870 2005-09-28 John W. Eaton <jwe@octave.org> | |
6871 | |
6872 * file-ops.cc (file_ops::recursive_rmdir): New function. | |
6873 * file-ops.h: Provide decl. | |
6874 | |
5454 | 6875 2005-09-19 David Bateman <dbateman@free.fr> |
6876 | |
6877 * oct-env.cc (octave_env::do_get_home_directory): | |
6878 Also check HOMEDRIVE under mingw. | |
6879 | |
5455 | 6880 * Makefile.in (LINK_DEPS): Include UFsparse libraries. |
6881 | |
5453 | 6882 2005-09-16 John W. Eaton <jwe@octave.org> |
6883 | |
6884 * oct-syscalls.cc: Include lo-utils.h here. | |
6885 (octave_syscalls::waitpid): Call octave_waitpid here. | |
6886 | |
6887 * lo-cutils.c (octave_waitpid): New function. | |
6888 * lo-utils.h: Provide decl. Include syswait.h here, not in | |
6889 oct-syscalls.cc | |
9967 | 6890 |
5453 | 6891 |
6892 * syswait.h [__MINGW32__]: Define WAITPID here instead of defining | |
6893 waitpid in src/sysdep.h. Make this header C-compatible. | |
6894 | |
6895 * oct-syscalls.cc (octave_syscalls::waitpid): New arg, status. | |
6896 Change all uses. | |
6897 | |
5451 | 6898 2005-09-15 John W. Eaton <jwe@octave.org> |
6899 | |
6900 * Makefile.in (MAKEDEPS_2): Omit unnecessary variable. | |
6901 | |
6902 * oct-sparse.h.in: New file. | |
6903 * Makefile.in (DISTFILES): Include it in the list. | |
6904 (INCLUDES): Add oct-sparse.h to the list. | |
6905 | |
6906 2005-09-15 David Bateman <dbateman@free.fr> | |
6907 | |
9967 | 6908 * dSparse.cc : Include oct-sparse.h for probed umfpack, colamd etc |
5451 | 6909 headers. Remove include of umfpack.h. |
6910 * CSparse.cc : ditto. | |
6911 * SparsedbleLU.cc : ditto. | |
6912 * SparseCmplxLU.cc : ditto. | |
6913 | |
6914 * COLAMD : Remove colamd files from octave. | |
6915 * COLAMD.files : delete. | |
6916 * COLAMD.README : delete. | |
6917 * Makefile.in: Remove COLAMD. Add LIBGLOB. | |
9967 | 6918 (LN_S): Change to DESTDIR before LN_S to avoid lack of symlinks |
5451 | 6919 under mingw. |
6920 | |
6921 * kpse.cc (ENV_SEP, ENV_SEP_STRING): Use SEPCHAR and SEPCHAR_STR | |
6922 in definition. | |
6923 * lo-cutils.c (octave_w32_library_search): Call GetProcAddress with | |
6924 change of cast not allowed under g++ 3.x. | |
6925 * lo-utils.h (octave_w32_library_search): Declaration. | |
6926 * oct-env.cc (do_get_home_directory): Also check HOMEPATH under mingw. | |
6927 * oct-shlib.cc (octave_w32_shlib::search): Use octave_w32_library_search. | |
6928 | |
5442 | 6929 2005-09-07 John W. Eaton <jwe@octave.org> |
6930 | |
6931 * cmd-edit.cc (command_editor::do_decode_prompt_string): Update | |
6932 based on current code in Bash. Handle a few more escape | |
6933 sequences. Do a better job of decoding \W. | |
6934 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7638
diff
changeset
|
6935 2005-09-04 David Bateman <dbateman@free.fr> |
5438 | 6936 |
6937 * COLAMD: Update version of colamd to v2.4. | |
9967 | 6938 * COLAMD.files: Add colamd_global.c to COLAMD_SRC and second build of |
5438 | 6939 colamd.c for long version. |
6940 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7638
diff
changeset
|
6941 2005-08-25 David Bateman <dbateman@free.fr> |
5429 | 6942 |
6943 * Sparse-op-defs.h (FULL_SPARSE_MUL, SPARSE_FULL_MUL): Macro for | |
6944 mixed sparse/full multiply. | |
6945 * dSparse.cc (operator *), CSparse.cc (operator *): New operators for | |
6946 mixed sparse/full multiply. | |
6947 * dSparse.h (operator *), CSparse.h (operator *): Declaration of | |
6948 mixed sparse/full multiply operators. | |
6949 | |
5420 | 6950 2005-07-25 Erik de Castro Lopo <erikd@zip.com.au> |
6951 | |
6952 * oct-inttypes.h (OCTAVE_S_US_FTR): Compare <= 0 instead of < 0 to | |
6953 avoid warnings for unsigned types. | |
6954 | |
5404 | 6955 2005-07-07 John W. Eaton <jwe@octave.org> |
6956 | |
6957 * dSparse.cc (SparseMatrix::factorize): Initialize Numeric to 0. | |
6958 * CSparse.cc (SparseComplexMatrix::factorize:) Likewise. | |
6959 | |
5392 | 6960 2005-06-15 John W. Eaton <jwe@octave.org> |
6961 | |
5394 | 6962 * oct-rl-edit.c (flush_stdout): Rename from no_redisplay. |
6963 Flush stdout here. | |
6964 (octave_rl_clear_screen): Set rl_redisplay_function to flush_stdout. | |
6965 | |
5392 | 6966 * Array.h (Array::resize): Change int args to octave_idx_type. |
6967 | |
5386 | 6968 2005-06-14 John W. Eaton <jwe@octave.org> |
6969 | |
5389 | 6970 * CMatrix.cc, CNDArray.cc, CSparse.cc, dMatrix.cc, dNDArray.cc, |
6971 dSparse.cc, lo-cieee.c, lo-mappers.cc: Change all uses of | |
6972 octave_is_NaN_or_NA to xisnan. | |
6973 | |
6974 * lo-mappers.h (octave_is_NaN_or_NA): Mark with GCC_ATTR_DEPRECATED. | |
6975 * lo-ieee.h (lo_ieee_is_NaN_or_NA): Likewise. | |
6976 | |
6977 * lo-cieee.c (lo_ieee_is_NaN_or_NA): Now just a wrapper for | |
6978 lo_ieee_isnan. | |
6979 | |
5387 | 6980 * dMatrix.cc (Matrix::too_large_for_float): Only check if abs |
6981 value is greater than FLT_MAX. | |
6982 * CMatrix.cc (ComplexMatrix::too_large_for_float): Ditto. | |
6983 * dNDArray.cc (NDArray::too_large_for_float): Ditto. | |
6984 * CNDArray.cc (ComplexNDArray::too_large_for_float): Ditto. | |
6985 | |
6986 * dMatrix.cc (Matrix::too_large_for_float): Special case Inf | |
6987 values too. | |
6988 * CMatrix.cc (ComplexMatrix::too_large_for_float): Ditto. | |
6989 | |
6990 * dNDArray.cc (NDArray::too_large_for_float): Likewise for NaN, | |
6991 NA, Inf values. | |
6992 * CNDArray.cc (ComplexNDArray::too_large_for_float): Ditto. | |
5386 | 6993 |
5385 | 6994 2005-06-14 David Bateman <dbateman@free.fr> |
6995 | |
5387 | 6996 * dMatrix.cc (Matrix::too_large_for_float): Special case NaN and |
6997 NA values. | |
6998 * CMatrix.cc (ComplexMatrix::too_large_for_float): Ditto. | |
5385 | 6999 |
5379 | 7000 2005-06-02 John W. Eaton <jwe@octave.org> |
7001 | |
7002 * Array.cc (assignN): Try harder to correctly resize previously | |
7003 empty LHS. | |
7004 | |
5351 | 7005 2005-05-16 David Bateman <dbateman@free.fr> |
7006 | |
7007 * dSparse.h: Change UMFPACK_LONG_IDX to IDX_TYPE_LONG. | |
7008 * CSparse.h: ditto. | |
7009 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7638
diff
changeset
|
7010 2005-05-10 David Bateman <dbateman@free.fr> |
5346 | 7011 |
7012 * dSparse.cc (determinant): Free numeric factorization after | |
7013 sucessful calculation. | |
7014 * CSparse.cc (determinant): ditto. | |
7015 | |
5340 | 7016 2005-05-06 John W. Eaton <jwe@octave.org> |
7017 | |
7018 * dbleCHOL.cc (CHOL::init): Use xelem instead of elem for indexing | |
7019 chol_mat. | |
7020 (chol2mat_internal, chol2mat, CHOL::inverse): New functions. | |
7021 * dbleCHOL.h (chol2mat_internal, chol2mat, CHOL::inverse): | |
7022 Provide decls. | |
7023 | |
7024 * CmplxChol.cc (ComplexCHOL::init): Use xelem instead of elem for | |
7025 indexing chol_mat. | |
7026 (chol2mat_internal, chol2mat, ComplexCHOL::inverse): New functions. | |
7027 * CmplxCHOL.h (chol2mat_internal, chol2mat, CmplxCHOL::inverse): | |
7028 Provide decls. | |
7029 | |
5338 | 7030 2005-05-05 John W. Eaton <jwe@octave.org> |
7031 | |
7032 * Array.cc (Array<T>::permute): Call chop_trailing_singletons on | |
7033 retval before return. | |
7034 | |
5336 | 7035 2005-05-04 John W. Eaton <jwe@octave.org> |
7036 | |
7037 * cmd-edit.cc (gnu_readline::do_readline): Extract const char* | |
7038 from prompt outside of INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE block. | |
7039 | |
5330 | 7040 2005-05-02 John W. Eaton <jwe@octave.org> |
7041 | |
7042 * Makefile.in (LINK_DEPS): List $(UMFPACK_LIBS) ahead of $(BLAS_LIBS). | |
7043 From Dmitri A. Sergatskov <dasergatskov@gmail.com>. | |
7044 | |
5322 | 7045 2005-04-29 David Bateman <dbateman@free.fr> |
7046 | |
5330 | 7047 * dSparse.cc (trisolve): Diagonal passed to lapack zptsv is type |
7048 double. Correct indexing for upper diagonal elements for sparse | |
7049 tridiagonal. | |
5322 | 7050 * CSparse.cc (trisolve): ditto. |
7051 | |
5330 | 7052 * CSparse.h (UMFPACK_ZNAME): Define macro to pick version of |
7053 UMFPACK for 64-bit. | |
9967 | 7054 * CSparse.cc (UMFPACK_ZNAME): Replace all umfpack_zi_* with |
5322 | 7055 UMFPACK_ZNAME(*). |
7056 * SparseCmplxLU.cc (UMFPACK_ZNAME): ditto | |
7057 | |
5330 | 7058 * dSparse.h (UMFPACK_DNAME): Define macro to pick version of |
7059 UMFPACK for 64-bit. | |
9967 | 7060 * dSparse.cc (UMFPACK_DNAME): Replace all umfpack_di_* with |
5322 | 7061 UMFPACK_DNAME(*). |
7062 * SparsedbleLU.cc (UMFPACK_DNAME): ditto | |
7063 | |
5330 | 7064 * dSparse.cc (ltsolve, utsolve): Correct permuted upper/lower |
7065 triangular back/forward substitution code. | |
5322 | 7066 * CSparse.cc (ltsolve, utsolve): ditto. |
7067 | |
5330 | 7068 * dSparse.cc (solve): Use mattype.type (false) to force messaging |
7069 from spparms("spumoni",1). | |
5322 | 7070 * CSparse.cc (solve): ditto |
7071 | |
5330 | 7072 * SparseType.cc (SparseType(void)): Print info for |
7073 spparms("spumoni",1). | |
5322 | 7074 (SparseType(const matrix_type), SparseType(const matrix_type, const |
7075 octave_idx_type, const octave_idx_type*), SparseType(const matrix_type, | |
7076 const octave_idx_type, const octave_idx_type)): New constructors. | |
7077 (SparseType (const SparseMatrix&), SparseType (SparseComplexMatrix&)): | |
5330 | 7078 Detect row permuted lower triangular and column permuted upper |
7079 triangular matrices. Remove one of the permutation vectors.. | |
5322 | 7080 |
7081 * SparseType.h: Simplify the permutation code. | |
7082 (SparseType(const matrix_type), SparseType | |
9967 | 7083 (const matrix_type, const octave_idx_type, const octave_idx_type*), |
7084 SparseType(const matrix_type, const octave_idx_type, | |
5322 | 7085 const octave_idx_type)): Declarations. |
9967 | 7086 |
5304 | 7087 2005-04-25 John W. Eaton <jwe@octave.org> |
7088 | |
7089 * str-vec.cc (string_vector::delete_c_str_vec): Correctly free | |
7090 array and its contents. | |
7091 | |
5303 | 7092 2005-04-22 John W. Eaton <jwe@octave.org> |
7093 | |
7094 * oct-rl-edit.c (octave_rl_set_terminal_name): Don't cast away | |
7095 const here now that rl_terminal_name is declared const char*. | |
7096 | |
5294 | 7097 2005-04-21 John W. Eaton <jwe@octave.org> |
7098 | |
7099 * Makefile.in (DISTFILES): Include oct-types.h.in in the list. | |
7100 | |
5285 | 7101 2005-04-19 John W. Eaton <jwe@octave.org> |
7102 | |
7103 * Array.cc (assignN): Don't crash if the index list is empty. | |
7104 | |
5282 | 7105 2005-04-14 David Bateman <dbateman@free.fr> |
7106 | |
7107 * SparseCmplxLU.cc: Add flags for incomplete factorization. | |
7108 * SparsedbleLU.cc: Ditto. | |
7109 * SparseCmplxLU.h: Definition. | |
7110 * SparsedbleLU.h: ditto. | |
7111 | |
7112 * SparseType.cc (transpose): New function. | |
7113 * SparseType.h (transpose): Definition. | |
9967 | 7114 |
5278 | 7115 2005-04-11 John W. Eaton <jwe@octave.org> |
7116 | |
7117 * lo-specfun.cc: Use F77_XFCN instead of F77_FUNC for calls to | |
7118 fortran code that could end up calling XSTOPX. | |
7119 | |
5277 | 7120 2005-04-10 David Bateman <dbateman@free.fr> |
7121 | |
9967 | 7122 * Makefile.in: include oct-types in INCLUDES so that it is |
5277 | 7123 installed |
9967 | 7124 |
5275 | 7125 2005-04-08 John W. Eaton <jwe@octave.org> |
7126 | |
5276 | 7127 * Makefile.in (clean): Use exact filenames instead of *.xxx. |
7128 | |
5275 | 7129 * Initial merge of 64-bit changes from Clinton Chee: |
7130 | |
7131 2005-04-07 John W. Eaton <jwe@octave.org> | |
7132 | |
7133 * MArray-i.cc, Array-i.cc: Instantiate Array<long> and MArray<long>. | |
7134 | |
7135 * CSparse.cc, CSparse.h, MSparse.cc, MSparse.h, Sparse-op-defs.h, | |
7136 Sparse.cc, Sparse.h, SparseCmplxLU.cc, SparseType.cc, | |
7137 SparseType.h, SparsedbleLU.cc, boolSparse.cc, boolSparse.h, | |
7138 dSparse.cc, dSparse.h, sparse-base-lu.cc: | |
7139 Use octave_idx_type instead of int where needed. | |
7140 | |
7141 2005-03-31 Clinton Chee <chee@parallel.hpc.unsw.edu.au> | |
7142 | |
7143 * Array-util.cc, Array-util.h, Array.cc,Array.h, Array2.h, | |
7144 Array3.h, ArrayN.cc, ArrayN.h, Bounds.cc, Bounds.h, CColVector.cc, | |
7145 CColVector.h, CDiagMatrix.cc, CDiagMatrix.h, CMatrix.cc, | |
7146 CMatrix.h, CNDArray.cc, CNDArray.h, CRowVector.cc, CRowVector.h, | |
7147 CmplxAEPBAL.cc, CmplxAEPBAL.h, CmplxCHOL.cc, CmplxCHOL.h, | |
7148 CmplxHESS.cc, CmplxHESS.h, CmplxLU.cc, CmplxQR.cc, CmplxQRP.cc, | |
7149 CmplxSCHUR.cc, CmplxSCHUR.h, CmplxSVD.cc, CmplxSVD.h, CollocWt.cc, | |
7150 CollocWt.h, DAEFunc.h, DASPK-opts.in,DASPK.cc,DASPK.h, | |
7151 DASRT-opts.in, DASRT.cc, DASRT.h, DASSL-opts.in, DASSL.cc, | |
7152 DASSL.h, DiagArray2.cc, DiagArray2.h, EIG.cc, EIG.h, FEGrid.cc, | |
7153 FEGrid.h, LPsolve.cc, LPsolve.h, LSODE-opts.in, LSODE.cc, LSODE.h, | |
7154 MArray-defs.h, MArray.cc, MArray.h, MArray2.cc, MArray2.h, | |
7155 MArrayN.cc, MDiagArray2.cc, MDiagArray2.h, NLConst.h, NLEqn.cc, | |
7156 NLEqn.h, Quad.cc, Quad.h, Range.cc,Range.cc, Range.h, base-de.h, | |
7157 base-lu.cc, base-lu.h, base-min.h, boolMatrix.cc, boolMatrix.h, | |
7158 boolNDArray.cc, boolNDArray.h, chMatrix.cc, chMatrix.h, | |
7159 chNDArray.cc, chNDArray.h, dColVector.cc, dColVector.h, | |
7160 dDiagMatrix.cc, dDiagMatrix.h, dMatrix.cc, dMatrix.h, | |
7161 dNDArray.cc,dNDArray.cc, dNDArray.h, dRowVector.cc, dRowVector.h, | |
7162 dbleAEPBAL.cc, dbleAEPBAL.h, dbleCHOL.cc, dbleCHOL.h, dbleHESS.cc, | |
7163 dbleHESS.h, dbleLU.cc, dbleQR.cc, dbleQRP.cc, dbleSCHUR.cc, | |
7164 dbleSCHUR.h, dbleSVD.cc, dbleSVD.h, dim-vector.h, idx-vector.cc, | |
7165 idx-vector.h, intNDArray.cc, intNDArray.h, lo-specfun.cc, | |
7166 lo-specfun.h, mach-info.cc, mx-inlines.cc, oct-fftw.cc, | |
7167 oct-fftw.h, oct-rand.cc, oct-rand.h, so-array.cc, so-array.h, | |
7168 str-vec.cc, str-vec.h: | |
7169 Use octave_idx_type instead of int where needed. | |
7170 | |
7171 2005-04-01 John W. Eaton <jwe@octave.org> | |
7172 | |
7173 * dim-vector.h, lo-utils.h: Include oct-types.h. | |
7174 | |
7175 * oct-types.h.in: New file. | |
7176 | |
7177 2005-03-31 Clinton Chee <chee@parallel.hpc.unsw.edu.au> | |
7178 | |
7179 * lo-utils.cc (NINTbig): New function. | |
7180 * lo-utils.h: Provide decl. | |
7181 | |
5269 | 7182 2005-04-06 David Bateman <dbateman@free.fr> |
7183 | |
7184 * Makefile.in: Link to UMFPACK_LIBS. | |
7185 | |
5265 | 7186 2005-04-05 John W. Eaton <jwe@octave.org> |
7187 | |
7188 * Array.cc (assignN): Avoid shadowed declaration in previous change. | |
7189 | |
5264 | 7190 2005-04-01 John W. Eaton <jwe@octave.org> |
7191 | |
7192 * Array.cc (assignN): For A(IDX-LIST) = RHS with A previously | |
7193 undefined, correctly match colons in IDX-LIST with RHS dimensions | |
7194 when resizing A. When performing the assignment, just check that | |
7195 the number of elements in RHS matches the number of elements | |
7196 indexed by IDX-LIST. | |
7197 | |
5260 | 7198 2005-03-30 John W. Eaton <jwe@octave.org> |
7199 | |
5261 | 7200 * lo-mappers.cc (log10, tan, tanh): Delete functions. |
7201 * lo-mappers.h (log10, tan, tanh): Delete decls. | |
7202 | |
7203 * CColVector.cc, CNDArray.cc, CRowVector.cc, CSparse.cc, | |
7204 dSparse.cc: Use std:: for Complex functions instead of relying on | |
7205 wrappers from oct-cmplx.h. | |
5260 | 7206 |
7207 * oct-cmplx.h: Provide typedef only. | |
7208 | |
7209 * DiagArray2.cc (xelem): Don't use initializer for static data. | |
7210 * DiagArray2.h (DiagArray<T>::Proxy::operator T ()): | |
7211 Likewise. | |
7212 | |
5247 | 7213 2005-03-26 John W. Eaton <jwe@octave.org> |
7214 | |
7215 * cmd-edit.cc (do_readline): Wrap call to ::octave_rl_readline | |
7216 with {BEGIN,END}_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE. | |
7217 | |
5209 | 7218 2005-03-15 John W. Eaton <jwe@octave.org> |
7219 | |
7220 * Makefile.in (MATRIX_INC): Remove oct-spparms.h from the list. | |
7221 | |
5203 | 7222 2005-03-14 John W. Eaton <jwe@octave.org> |
7223 | |
7224 * Makefile.in (DISTFILES): Don't include $(UMFPACK_EXTRAS). | |
7225 (DISTDIRS): Don't include UMFPACK. | |
7226 (LIBOCTAVE_OBJECTS): Don't include $(UMFPACK_OBJ). | |
7227 (UMFPACK_SPECIAL_1, UMFPACK_SPECIAL): No need for special include | |
7228 flags for these files. | |
7229 Don't include include $(srcdir)/UMFPACK.files. | |
7230 Don't include include $(srcdir)/UMFPACK.rules. | |
7231 | |
7232 * UMFPACK.README, UMFPACK.files, UMFPACK.patch, UMFPACK.rules: | |
7233 Delete files. | |
7234 * UMFPACK: Delete directory tree. | |
7235 | |
7236 * dSparse.cc: Include <umfpack/umfpack.h> instead of just "umfpack.h". | |
7237 * CSparse.cc: Likewise. | |
7238 * SparsedbleLU.cc: Likewise. | |
7239 * SparseCmplxLU.cc: Likewise. | |
7240 | |
7241 2005-03-14 David Bateman <dbateman@free.org> | |
7242 | |
7243 * CSParse.cc, SparseCmplxLU.cc, SparsedbleLU.cc, dSparse.cc: | |
7244 Allow compilation to succeed if UMFPACK is not available. | |
7245 | |
5196 | 7246 2005-03-09 John W. Eaton <jwe@octave.org> |
7247 | |
7248 * Makefile.in (bin-dist): Delete target. | |
7249 (BINDISTLIBS, BINDISTFILES): Delete variables. | |
7250 | |
5173 | 7251 2005-03-01 John W. Eaton <jwe@octave.org> |
7252 | |
7253 * ODESSA.h, ODESSA.cc, ODESSA-opts.in: Delete. | |
7254 * Makefile.in: Remove them from the lists. | |
7255 | |
5169 | 7256 2005-02-28 John W. Eaton <jwe@octave.org> |
7257 | |
7258 * Makefile.in (LINK_DEPS): Remove -lglob from the list. | |
7259 | |
5167 | 7260 2005-02-27 David Bateman <dbateman@free.org> |
7261 | |
5169 | 7262 * Sparse.cc (Sparse<T>::reshape): Set cidx for the N last elements |
7263 in the sparse matrix. | |
9967 | 7264 |
5164 | 7265 2005-02-25 John W. Eaton <jwe@octave.org> |
7266 | |
7267 Sparse merge. | |
7268 | |
7269 2005-02-13 David Bateman <dbateman@free.fr> | |
7270 | |
7271 * CSparse.cc (SparseComplexMatrix:dsolve, SparseComplexMatrix:utsolve, | |
7272 SparseComplexMatrix::ltsolve, SparseComplexMatrix::trisolve, | |
7273 SparseComplexMatrix::bsolve, SparseComplexMatrix:fsolve): Split sparse | |
9967 | 7274 solver into separate functions for the diagonal, upper, lower |
5164 | 7275 triangular, tridiagonal, banded and full cases. |
7276 (SparseComplexMatrix::solve): rewrite to call the above function. One | |
7277 version that probes the matrix type and another that assumes the type | |
7278 is passed. | |
7279 | |
7280 * dSparse.cc (SparseMatrix:dsolve, SparseMatrix:utsolve, | |
7281 SparseMatrix::ltsolve, SparseMatrix::trisolve, | |
7282 SparseMatrix::bsolve, SparseMatrix:fsolve): Likewise | |
7283 (SparseMatrix::solve): Likewise | |
7284 | |
7285 * CSparse.h (dsolve, utsolve, ltsolve, trisolve, bsolve, fsolve): | |
7286 Declaration of new functions | |
7287 * dSparse.h (dsolve, utsolve, ltsolve, trisolve, bsolve, fsolve): | |
7288 Likewise | |
7289 | |
7290 * CSparse.cc (operator !): Reverse the sense of the test. | |
7291 * dSpase.cc (operator !): Likewise | |
7292 | |
7293 * dSparse.h (type, band_size, is_dense, triangular_row_perm, | |
7294 triangular_col_perm, sparse_info): Remove matrix type code | |
7295 * CSparse.h (type, band_size, is_dense, triangular_row_perm, | |
7296 triangular_col_perm, sparse_info): Likewise | |
7297 * boolSparse.h (type, band_size, is_dense, triangular_row_perm, | |
7298 triangular_col_perm, sparse_info): Likewise | |
7299 * MSparse.h (type, band_size, is_dense, triangular_row_perm, | |
7300 triangular_col_perm, sparse_info): Likewise | |
7301 * Sparse.h (type, band_size, is_dense, triangular_row_perm, | |
7302 triangular_col_perm, sparse_info, matrix_type): Likewise | |
7303 | |
7304 * Sparse.cc (type, sparse_info, band_size): Remove type code | |
9967 | 7305 |
5164 | 7306 * SparseType.h: New class for the matrix type used in solvers |
7307 * SparseType.cc: methods of sparse matrix type class | |
9967 | 7308 |
5164 | 7309 * Makefile.in: Add SparseType.cc |
7310 | |
7311 2005-02-01 David Bateman <dbateman@free.fr> | |
7312 | |
7313 * UMFPACK: Update to version 4.4 | |
7314 * UMFPACK.patch: Version 4.4 contains most of the previous patch. Only | |
7315 keep octave specific test files | |
7316 | |
7317 2005-01-23 David Bateman <dbateman@free.fr> | |
7318 | |
7319 * dSparse.cc (SparseMatrix::solve): Include tridiagonal, cholesky | |
7320 tridiagonal and banded cholesky solvers. Remove calculation of | |
7321 condition number for banded solvers. | |
7322 * CSparse.cc (SparseComplexMatrix::solve): ditto. | |
7323 | |
7324 * Sparse.h (int type (int) const, bool is_dense (void) const): | |
7325 new functions. | |
7326 * MSparse.h (int type (int) const, bool is_dense (void) const): ditto | |
7327 * dSparse.h (int type (int) const, bool is_dense (void) const): ditto | |
7328 * CSparse.h (int type (int) const, bool is_dense (void) const): ditto | |
9967 | 7329 * boolSparse.h (int type (int) const, bool is_dense (void) const): |
5164 | 7330 ditto |
7331 | |
9967 | 7332 * Sparse.cc (int Sparse<T>::type (int) const, |
5164 | 7333 bool Sparse<T>::is_dense (void) const): New functions definition |
9967 | 7334 |
5164 | 7335 * Sparse.h (matrix_type typ): Move caching of matrix type to SparseRep, |
7336 so it actually is cached, but disable | |
7337 | |
7338 * oct-spparms.cc (SparseParams::init_keys): Change spmoni to spumoni | |
7339 for compatiability | |
9967 | 7340 |
5164 | 7341 2005-01-18 David Bateman <dbateman@free.fr> |
7342 | |
7343 * Array.cc (Array<T>::insert (const Array<T>&, const Array<int>&)): | |
7344 Modify calculation of number elements to skip between copied blocks. | |
7345 | |
7346 2005-01-07 David Bateman <dbateman@free.fr> | |
7347 | |
7348 * Sparse.h : Reverse definitions of numel and nelem. | |
7349 * Sparse.cc (assign1): Use numel and not nelem | |
7350 * Sparse-op-def.h: Replace all uses of nelem with numel | |
9967 | 7351 |
5164 | 7352 2005-01-07 David Bateman <dbateman@free.fr> |
7353 | |
7354 * dbleDET.h: Make SparseMatrix a friend of the class DET | |
9967 | 7355 * CmplexDET.h: Make SparseComplexMatrix a friend of the class |
5164 | 7356 ComplexDET |
9967 | 7357 * dSparse.cc (SparseMatrix::determinant): Replace use of SparseDET |
5164 | 7358 by DET |
7359 * dSparse.h (determinant): ditto | |
9967 | 7360 * CSparse.cc (SparseComplexMatrix::determinant): Replace use of |
5164 | 7361 SparseComplexDET by ComplexDET |
7362 * CSparse.h (determinant): ditto | |
9967 | 7363 * SparsedbleDET.h, SparsedbleDET.cc, SparseCmplxDET.h, |
5164 | 7364 SparseCmplxDET.cc: delete files |
7365 * Makefile.in: Delete reference to SparsedbleDET.h, SparsedbleDET.cc, | |
7366 SparseCmplxDET.h andSparseCmplxDET.cc. | |
7367 | |
9967 | 7368 * CSparse.cc (SparseComplexMatrix::solve): Store matrix type in |
5164 | 7369 local variable to avoid variable shadowing. |
7370 * dSparse.cc (SparseMatrix::solve): ditto. | |
9967 | 7371 |
7372 * boolSparse.cc boolSparse.h CSparse.cc CSparse.h dSparse.cc | |
5164 | 7373 dSparse.h MSparse.cc MSparse-C.cc MSparse-d.cc MSparse-defs.h |
9967 | 7374 MSparse.h oct-spparms.cc oct-spparms.h Sparse-b.cc Sparse.cc |
7375 Sparse-C.cc SparseCmplxLU.cc SparseCmplxLU.h SparsedbleLU.cc | |
7376 SparsedbleLU.h Sparse-d.cc Sparse.h Sparse-op-defs.h sparse-sort.cc | |
5164 | 7377 sparse-sort.h: Remove additional licensing clause with authors |
7378 permission. | |
9967 | 7379 |
5164 | 7380 2004-12-30 John W. Eaton <jwe@octave.org> |
7381 | |
7382 * MSparse.cc (SPARSE_A2S_OP_2, SPARSE_SA2_OP_2): | |
7383 Loop counter is int, not size_t. | |
7384 | |
7385 * oct-spparms.cc (SparseParams::operator =): Return *this. | |
7386 | |
7387 * Sparse-op-defs.h (SPARSE_SPARSE_MUL): Delete unused variable tmpval. | |
7388 | |
7389 * dSparse.cc (operator << (ostream&, const SparseMatrix&), atan2): | |
7390 Delete unused variables. | |
7391 (SparseMatrix::solve): Avoid warnings about uninitialized | |
7392 variables and variables that might be clobbered by longjmp. | |
7393 | |
7394 * CSparse.cc (operator << (ostream&, const SparseComplexMatrix&), | |
7395 min, max): Delete unused variables. | |
7396 (SparseComplexMatrix::solve): Avoid warnings about uninitialized | |
7397 variables and variables that might be clobbered by longjmp. | |
7398 | |
7399 * Makefile.in (UMFPACK_SPECIAL): Include .d files in the list. | |
7400 | |
7401 * Sparse-op-defs.h (SPARSE_SMS_BIN_OP_2, SPARSE_SSM_BIN_OP_2): | |
7402 Loop counter is int, not size_t. | |
7403 | |
7404 * CSparse.cc (SparseComplexMatrix::hermitian): Avoid shadow warnings. | |
7405 * Sparse.cc (Sparse<T>::Sparse, Sparse<T>::type, assign): Likewise. | |
9967 | 7406 |
5164 | 7407 * Sparse.h (Sparse::SparseRep): Order data members and initializer |
7408 lists consistently. | |
7409 | |
7410 * mx-base.h: Include boolSparse.h, dSparse.h, and CSparse.h. | |
7411 | |
7412 2004-12-29 John W. Eaton <jwe@octave.org> | |
7413 | |
7414 * COLAMD.files (COLAMD_EXTRAS): New variable. | |
7415 * UMFPACK.files (UMFPACK_EXTRAS): New variable. | |
7416 * Makefile.in (DISTFILES): Add $(COLAMD_EXTRAS) and | |
7417 $(UMFPACK_EXTRAS) to the list. | |
7418 (DISTDIRS): New variable. | |
7419 (dist): Handle $(DISTDIRS). | |
7420 | |
9967 | 7421 Merge of sparse code from David Bateman <dbateman@free.fr> and |
5164 | 7422 Andy Adler <adler@site.uottawa.ca>. |
7423 | |
7424 * Makefile.in (VPATH): ADD @srcdir@/COLAMD to the list. | |
7425 | |
7426 * Makefile.in (MAKEDEPS): Include $(COLAMD_SRC) and $(UMFPACK_SRC) | |
7427 without directory prefix. | |
7428 | |
7429 * Makefile.in (LIBOCTAVE_OBJECTS): Add $(COLAMD_OBJ) and | |
7430 $(UMFPACK_OBJ) to the list. | |
7431 | |
7432 * COLAMD: New directory. | |
7433 * COLAMD.files: New file. | |
7434 * Makefile.in: Include COLAMD.files. | |
7435 (SOURCES): Add $(COLAMD_SOURCES) to the list. | |
7436 (LIBOCTAVE_OBJECTS): Add $(COLAMD_OBJECTS) to the list. | |
7437 (INCLUDES): Add $(COLAMD_INCLUDES) to the list. | |
7438 | |
7439 * UMFPACK: New directory. | |
7440 * UMFPACK.patch, UMFPACK.README, UMFPACK.files, UMFPACK.rules: | |
7441 New files. | |
7442 * Makefile.in: Include UMFPACK.files and UMFPACK.rules. | |
7443 (SOURCES): Add $(UMFPACK_SOURCES) to the list. | |
7444 (LIBOCTAVE_OBJECTS): Add $(UMFPACK_OBJECTS) to the list. | |
7445 (INCLUDES): Add $(UMFPACK_INCLUDES) to the list. | |
7446 | |
7447 * Makefile.in (SPARSE_MX_OP_INC): New variable. | |
7448 (INCLUDES): Add it to the list. | |
7449 (SPARSE_MX_OP_SRC): New variable. | |
7450 (LIBOCTAVE_CXX_SOURCES): Add it to the list. | |
7451 (distclean): Remove $(SPARSE_MX_OP_INC) and $(SPARSE_MX_OP_SRC). | |
7452 (stamp-prereq): Depend on $(SPARSE_MX_OP_INC) and $(SPARSE_MX_OP_SRC). | |
7453 | |
7454 * sparse-mk-ops.awk, sparse-mx-ops: New files. | |
7455 * Makefile.in (DISTFILES): Add them to the lists. | |
7456 | |
7457 * oct-spparms.h, sparse-sort.h: New files. | |
7458 * Makefile.in (INCLUDES): Add them to the list. | |
7459 | |
7460 * oct-spparms.cc, sparse-sort.cc: New files. | |
7461 * Makefile.in (LIBOCTAVE_CXX_SOURCES): Add them to the list. | |
7462 | |
7463 * sparse-base-lu.cc: New file. | |
7464 * Makefile.in (TEMPLATE_SRC): Add it to the list. | |
7465 | |
7466 * boolSparse.cc, CSparse.cc, dSparse.cc, MSparse.cc, Sparse.cc, | |
7467 SparseCmplxDET.cc, SparseCmplxLU.cc, SparsedbleDET.cc, | |
7468 SparsedbleLU.cc: New files. | |
7469 * Makefile.in (MATRIX_SRC): Add them to the list. | |
9967 | 7470 |
5164 | 7471 * boolSparse.h, CSparse.h, dSparse.h, MSparse-defs.h, MSparse.h, |
7472 Sparse.h, oct-spparms.h, sparse-base-lu.h, SparseCmplxDET.h, | |
7473 SparseCmplxLU.h, SparsedbleDET.h, SparsedbleLU.h, | |
7474 Sparse-op-defs.h: New files. | |
7475 * Makefile.in (MATRIX_INC): Add them to the appropriate lists. | |
7476 | |
7477 * MSparse-d.cc, MSparse-C.cc, Sparse-b.cc, Sparse-d.cc, | |
7478 Sparse-C.cc: New files. | |
7479 * Makefile.in (TI_SRC): Add them to the list. | |
7480 | |
5149 | 7481 2005-02-18 John W. Eaton <jwe@octave.org> |
7482 | |
7483 * file-ops.cc (file_ops::canonicalize_file_name) [HAVE_RESOLVEPATH]: | |
7484 Pass current directory to octave_env::make_absolute. | |
7485 Save value returned from octave_env::make_absolute in local var. | |
7486 Pass const char*, not std::string as first arg of resolvepath. | |
7487 Provide decl for resolved_len. | |
7488 | |
5148 | 7489 2005-02-18 John W. Eaton <jwe@octave.org> |
7490 | |
7491 * Array.cc (Array<T>::permute): Allow permutation vector longer | |
7492 than number of dimenensions of permuted matrix. | |
7493 | |
7494 * Array.cc (Array<T>::permute): Use zero-based indexing for perm_vec. | |
7495 * Array-util.cc (calc_permutated_idx): Likewise. | |
7496 | |
5139 | 7497 2005-02-10 David Bateman <dbateman@free.fr> |
7498 | |
7499 * CNDArray.cc (ComplexNDarray::operator !): Change sense of test. | |
7500 * CMatrix.cc (ComplexMatrix::operator !): Likewise. | |
7501 | |
5137 | 7502 2005-02-09 John W. Eaton <jwe@octave.org> |
7503 | |
5138 | 7504 * file-ops.cc (file_ops::canonicalize_file_name): New functions. |
7505 * file-ops.h: Provide decls. | |
7506 | |
5137 | 7507 * kpse.cc (kpse_tilde_expand): Simply return NAME if it is empty. |
7508 | |
5136 | 7509 2005-02-08 John W. Eaton <jwe@octave.org> |
7510 | |
7511 * Array-util.cc (freeze): Improve error message. | |
7512 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7638
diff
changeset
|
7513 2005-01-26 David Bateman <dbateman@free.fr> |
5120 | 7514 |
5121 | 7515 * Array.cc (Array<T>::insert): Handle generic case, not just |
7516 special case for fast concatenation. | |
5120 | 7517 |
5110 | 7518 2005-01-18 John W. Eaton <jwe@octave.org> |
7519 | |
7520 * mx-inlines.cc (MX_ND_REDUCTION): Delete RET_ELT_TYPE arg. | |
7521 Change all uses. Use VAL instead of RET_ELT_TYPE when resizing. | |
7522 | |
7523 * dNDArray.cc (NDArray::any): NaN does not count as a nonzero value. | |
7524 * CNDArray.cc (ComplexNDArray::any): Likewise. | |
7525 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7638
diff
changeset
|
7526 2005-01-18 David Bateman <dbateman@free.fr> |
5108 | 7527 |
7528 * Array.cc (Array<T>::insert (const Array<T>&, const Array<int>&)): | |
7529 Modify calculation of number elements to skip between copied blocks. | |
7530 | |
7531 2005-01-18 John W. Eaton <jwe@octave.org> | |
7532 | |
7533 * idx-vector.cc (IDX_VEC_REP::freeze): Call warning handler, not | |
7534 error handler, to warn about resizing. | |
7535 | |
5105 | 7536 2004-12-27 Martin Dalecki <martin@dalecki.de> |
7537 | |
7538 * Array.cc, ArrayN.cc, base-lu.cc, boolMatrix.cc, boolNDArray.cc, | |
7539 Bounds.cc, CColVector.cc, CDiagMatrix.cc, chMatrix.cc, | |
7540 chNDArray.cc, CMatrix.cc, CmplxAEPBAL.cc, CmplxCHOL.cc, | |
7541 CmplxDET.cc, CmplxHESS.cc, CmplxLU.cc, CmplxQR.cc, CmplxQRP.cc, | |
7542 CmplxSCHUR.cc, CmplxSVD.cc, CNDArray.cc, CollocWt.cc, | |
7543 CRowVector.cc, DASPK.cc, DASRT.cc, DASSL.cc, dbleAEPBAL.cc, | |
7544 dbleCHOL.cc, dbleDET.cc, dbleHESS.cc, dbleLU.cc, dbleQR.cc, | |
7545 dbleQRP.cc, dbleSCHUR.cc, dbleSVD.cc, dColVector.cc, | |
7546 dDiagMatrix.cc, DiagArray2.cc, dMatrix.cc, dNDArray.cc, | |
7547 dRowVector.cc, EIG.cc, FEGrid.cc, idx-vector.cc, int16NDArray.cc, | |
7548 int32NDArray.cc, int64NDArray.cc, int8NDArray.cc, intNDArray.cc, | |
7549 LinConst.cc, LPsolve.cc, LSODE.cc, MArray2.cc, MArray.cc, | |
7550 MArrayN.cc, MDiagArray2.cc, NLEqn.cc, oct-alloc.cc, ODES.cc, | |
7551 ODESSA.cc, Quad.cc, Range.cc, so-array.cc, uint16NDArray.cc, | |
7552 uint32NDArray.cc, uint64NDArray.cc, uint8NDArray.cc: | |
7553 Delete #pragma implementation. | |
7554 | |
7555 * Array2.h, Array3.h, Array.h, ArrayN.h, base-lu.h, boolMatrix.h, | |
7556 boolNDArray.h, Bounds.h, CColVector.h, CDiagMatrix.h, chMatrix.h, | |
7557 chNDArray.h, CMatrix.h, CmplxAEPBAL.h, CmplxCHOL.h, CmplxDET.h, | |
7558 CmplxHESS.h, CmplxLU.h, CmplxQR.h, CmplxQRP.h, CmplxSCHUR.h, | |
7559 CmplxSVD.h, CNDArray.h, CollocWt.h, CRowVector.h, DASPK.h, | |
7560 DASRT.h, DASSL.h, dbleAEPBAL.h, dbleCHOL.h, dbleDET.h, dbleHESS.h, | |
7561 dbleLU.h, dbleQR.h, dbleQRP.h, dbleSCHUR.h, dbleSVD.h, | |
7562 dColVector.h, dDiagMatrix.h, DiagArray2.h, dim-vector.h, | |
7563 dMatrix.h, dNDArray.h, dRowVector.h, EIG.h, FEGrid.h, | |
7564 idx-vector.h, int16NDArray.h, int32NDArray.h, int64NDArray.h, | |
7565 int8NDArray.h, intNDArray.h, LinConst.h, LPsolve.h, LSODE.h, | |
7566 MArray2.h, MArray.h, MArrayN.h, MDiagArray2.h, NLConst.h, NLEqn.h, | |
7567 ODES.h, ODESSA.h, Quad.h, Range.h, so-array.h, uint16NDArray.h, | |
7568 uint32NDArray.h, uint64NDArray.h, uint8NDArray.h: | |
7569 Delete #pragma interface. | |
7570 | |
5098 | 7571 2004-12-17 John W. Eaton <jwe@octave.org> |
7572 | |
7573 * lo-cieee.c (lo_ieee_signbit): New function. | |
7574 * lo-ieee.h: Provide decl. | |
7575 Don't define lo_ieee_signbit as a macro here. | |
7576 From Orion Poplawski <orion@cora.nwra.com>. | |
7577 | |
5085 | 7578 2004-11-18 John W. Eaton <jwe@octave.org> |
7579 | |
7580 * int32NDArray.cc (pow): Delete instantiation. | |
7581 * int16NDArray.cc (pow): Likewise. | |
7582 * int8NDArray.cc (pow): Likewise. | |
7583 * uint32NDArray.cc (pow): Likewise. | |
7584 * uint16NDArray.cc (pow): Likewise. | |
7585 * uint8NDArray.cc (pow): Likewise. | |
7586 | |
5081 | 7587 2004-11-17 John W. Eaton <jwe@octave.org> |
7588 | |
5085 | 7589 * kpse.cc (str_llist_float, str_llist_add, kpse_var_expand): |
7590 Now static. | |
7591 (DB_ENVS, DB_HASH_SIZE, DB_NAME, ALIAS_NAME, ALIAS_HASH_SIZE, | |
7592 DEFAULT_TEXMFDBS): Delete unused macros. | |
7593 | |
5081 | 7594 * Array.cc (Array<T>::index): Call generic N-d indexing function |
7595 if idx_arg is N-d. | |
7596 | |
5073 | 7597 2004-11-09 David Bateman <dbateman@free.fr> |
7598 | |
7599 * dNDArray.cc (concat): Delete. | |
7600 (NDArray::concat): New methods. | |
7601 * dNDArray.h: Provide decls. | |
7602 | |
7603 * CNDArray.cc (concat): Delete. | |
7604 (ComplexNDArray::concat): New methods. | |
7605 * CNDArray.h: Provide decls. | |
7606 | |
7607 * boolNDArray.cc (concat): Delete. | |
7608 (boolNDArray::concat): New methods. | |
7609 * boolNDArray.h: Provide decls. | |
7610 | |
7611 * chNDArray.cc (concat): Delete. | |
7612 (charNDArray::concat): New methods. | |
7613 * chNDArray.h: Provide decls. | |
7614 | |
7615 * oct-inttypes.h (OCTAVE_INT_CONCAT_FN, OCTAVE_INT_CONCAT_DECL): | |
7616 Delete macros. | |
7617 | |
7618 * int8NDArray.h, int16NDArray.h, int32NDArray.h, int64NDArray.h, | |
7619 uint8NDArray.h, uint16NDArray.h, uint32NDArray.h, uint64NDArray.h | |
7620 (OCTAVE_INT_CONCAT_DECL): Delete use of macro. | |
7621 | |
7622 * int8NDArray.cc, int16NDArray.cc, int32NDArray.cc, int64NDArray.cc, | |
7623 uint8NDArray.cc, uint16NDArray.cc, uint32NDArray.cc, uint64NDArray.cc | |
7624 (OCTAVE_INT_CONCAT_FN): Delete use of macro. | |
7625 | |
7626 * intNDArray.cc (intNDArray<T>::concat): New method. | |
7627 * intNDArray.h: Provide decl. | |
7628 | |
5072 | 7629 2004-11-08 John W. Eaton <jwe@octave.org> |
7630 | |
7631 * oct-inttypes.cc: New file. | |
7632 * Makefile.in (TI_SRC): Add it to the list. | |
7633 * oct-inttypes.h (OCTAVE_US_TYPE1_CMP_OP, OCTAVE_US_TYPE1_CMP_OPS, | |
7634 OCTAVE_SU_TYPE1_CMP_OP, OCTAVE_SU_TYPE1_CMP_OPS, | |
7635 OCTAVE_TYPE1_CMP_OPS, OCTAVE_US_TYPE2_CMP_OP, | |
7636 OCTAVE_US_TYPE2_CMP_OPS, OCTAVE_SU_TYPE2_CMP_OP, | |
7637 OCTAVE_SU_TYPE2_CMP_OPS, OCTAVE_TYPE2_CMP_OPS): | |
7638 New macros for comparison operations. Avoid potential | |
7639 problems with default conversions when comparing signed and | |
7640 unsigned values. | |
7641 | |
5061 | 7642 2004-11-03 John W. Eaton <jwe@octave.org> |
7643 | |
7644 * dMatrix.cc (Matrix::inverse): Return info == -1 for any failure. | |
7645 * CMatrix.cc (ComplexMatrix::inverse): Likewise. | |
7646 | |
5052 | 7647 2004-10-19 John W. Eaton <jwe@octave.org> |
7648 | |
7649 * Array.cc (assignN): Avoid resizing if assignment will fail. | |
7650 | |
5047 | 7651 2004-10-18 John W. Eaton <jwe@octave.org> |
7652 | |
7653 * Array.cc (assign2): Save result of squeeze operation. | |
7654 Squeeze if ndims is > 2, not if length of RHS vector is > 2. | |
7655 | |
5095 | 7656 2004-10-11 David Bateman <dbateman@free.fr> |
5044 | 7657 |
7658 * oct-fftw.cc (class octave_fftw_planner): Add inplace[2] to | |
7659 flag whether transform in- or out-of-place. | |
7660 (octave_fftw_planner::octave_fftw_planner): Initialize it. | |
7661 (octave_fftw_planner::create_plan): Use it. | |
7662 | |
5039 | 7663 2004-09-24 John W. Eaton <jwe@octave.org> |
7664 | |
7665 * Array.cc (assign2, assignN): If index is empty, allow RHS to be | |
7666 any empty matrix, not just []. | |
7667 | |
5030 | 7668 2004-09-23 John W. Eaton <jwe@octave.org> |
7669 | |
7670 * mx-ops: Include scalar zero value in type definitions. | |
7671 Delete zero information from ops section. | |
7672 * mk-ops.awk: Use type-specific zero info. | |
7673 | |
7674 * mx-op-defs.h (MS_BOOL_OP, SM_BOOL_OP, MM_BOOL_OP, NDS_BOOL_OP, | |
7675 SND_BOOL_OP, NDND_BOOL_OP): Args now include zero values for both | |
7676 LHS and RHS. | |
7677 (MS_BOOL_OPS2, SM_BOOL_OPS2, MM_BOOL_OPS2, NDS_BOOL_OPS2, | |
7678 SND_BOOL_OPS2, NDND_BOOL_OPS2): New macros. | |
7679 (MS_BOOL_OPS, SM_BOOL_OPS, MM_BOOL_OPS, NDS_BOOL_OPS, | |
7680 SND_BOOL_OPS, NDND_BOOL_OPS): Define in terms of 2-zero versions. | |
7681 | |
7682 * idx-vector.h (idx_vector::idx_vector_rep::idx_vector_rep (const | |
7683 intNDArray<U>&)): Use explicit as_double () conversion in call to | |
7684 tree_to_mat_idx. | |
7685 | |
7686 * oct-inttypes.h (octave_int<T>::operator float): New conversion. | |
7687 (pow): Instead of "if (b_val)", use "if (b_val != zero)". | |
7688 Likewise for the "if (b_val & one)" test. | |
7689 (operator <<, operator >>): Type of retval is octave_int<T1>, not T1. | |
7690 | |
5029 | 7691 2004-09-23 David Bateman <dbateman@free.fr> |
7692 | |
7693 * oct-inttypes.h (OCTAVE_INT_DOUBLE_CMP_OP, OCTAVE_DOUBLE_INT_CMP_OP): | |
7694 New macros. Use them to define mixed intX-double and double-intX ops. | |
7695 | |
5021 | 7696 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
7697 | |
7698 * DASPK-opts.in, DASRT-opts.in, ODESSA-opts.in: | |
7699 Fix doc string layout to avoid overfull hbox in printed output. | |
7700 | |
5015 | 7701 2004-09-21 John W. Eaton <jwe@octave.org> |
7702 | |
7703 * mach-info.h (octave_mach_info::flt_fmt_native): Delete. | |
7704 * mach-info.cc (octave_mach_info::string_to_float_format): | |
7705 For "native", set actual native format. | |
7706 (octave_mach_info::float_format_as_string): Delete flt_fmt_native case. | |
7707 | |
5008 | 7708 2004-09-17 David Bateman <dbateman@free.fr> |
7709 | |
7710 * CmplxSCHUR.cc (CmplxSCHUR::init): New arg, calc_unitary to make the | |
7711 calculation of the unitary matrix optional. | |
7712 * dbleSCHUR.cc (SCHUR::init): Ditto. | |
7713 * CmplxSCHUR.h, dbleSCHUR.h: Update decls. | |
7714 | |
4998 | 7715 2004-09-15 David Bateman <dbateman@free.fr> |
7716 | |
7717 * oct-sort.h (octave_sort<T>::set_compare (bool (*comp) (T, T))): | |
7718 New function to set the comparison function for the sort. | |
7719 | |
4985 | 7720 2004-09-10 John W. Eaton <jwe@octave.org> |
7721 | |
7722 * lo-mappers.cc (xround): Fix typo. | |
7723 | |
4979 | 7724 2004-09-08 John W. Eaton <jwe@octave.org> |
7725 | |
7726 * Array.h (Array::~Array): Declare virtual. | |
7727 | |
7728 * idx-vector.h (idx_vector::idx_vector): Initialize rep in member | |
7729 initializaion list. Don't set rep->count since the rep | |
7730 constructor does that. | |
7731 | |
4968 | 7732 2004-09-07 John W. Eaton <jwe@octave.org> |
7733 | |
4970 | 7734 * data-conv.cc (oct_data_conv::string_to_data_type): Handle dt_logical. |
7735 (oct_data_conv::data_type_as_string): Likewise. | |
7736 | |
7737 * data-conv.h (oct_data_conv::data_type): Add dt_logical to list. | |
7738 | |
4968 | 7739 * Range.cc (round): Delete unused function. |
7740 | |
7741 * lo-mappers.cc (xround): Rename from round. Change all uses. | |
7742 If HAVE_ROUND, call round, otherwise fake with floor and ceil. | |
7743 | |
7744 * oct-inttypes.h: Include <cmath> here. | |
7745 | |
4964 | 7746 2004-09-03 David Bateman <dbateman@free.fr> |
7747 | |
7748 * boolNDArray.cc (boolNDArray::concat, boolNDArray::insert): | |
7749 New functions for boolean matrix concatenation. | |
7750 * boolNDArray.h: Provide decls. | |
7751 | |
4963 | 7752 2004-09-03 John W. Eaton <jwe@octave.org> |
7753 | |
4964 | 7754 * oct-inttpes.h (OCTAVE_INT_CMP_OP): Convert operarands to double |
7755 to avoid signed/unsigned int comparison problems. | |
7756 | |
7757 * mx-ops: Generate CMP and BOOL ops for mixed integer types and | |
7758 for mixed integer and double types. | |
7759 | |
7760 * mk-ops.awk: Output BIN_OP_DECLS, CMP_OP_DECLS, and BOOL_OP_DECLS | |
7761 separately, and only if needed. | |
7762 | |
4963 | 7763 * oct-inttypes.h (octave_fit_to_range): Use constructor instead of |
7764 static_cast for type conversion. | |
7765 | |
4953 | 7766 2004-09-01 John W. Eaton <jwe@octave.org> |
7767 | |
7768 * oct-inttypes.h (pow, operator +, operator -, operator *, | |
7769 operator /): Handle mixed integer/double ops. If op generates a | |
7770 NaN, set result to 0. | |
7771 (octave_int::operator - (void)): Convert to double, then negate, | |
7772 then fit to range. | |
7773 | |
7774 * mx-ops: Define integer types. Include declarations for mixed | |
7775 integer/double ops. | |
7776 | |
4952 | 7777 2004-08-31 John W. Eaton <jwe@octave.org> |
7778 | |
7779 * oct-inttypes.h (pow): Args now const reference. | |
7780 (octave_int<T>::operator *=, octave_int<T>::operator /=, | |
7781 octave_int<T>::operator <<=, octave_int<T>::operator >>=): | |
7782 New member functions. | |
7783 (OCTAVE_INT_BITSHIFT_OP): Delete macro. | |
7784 (operator >> (const octave_int<T1>& x, const T2& y)): | |
7785 Define in terms of >>=. | |
7786 (operator << (const octave_int<T1>& x, const T2& y)): | |
7787 Define in terms of <<=. | |
7788 (bitshift): Operate on octave_int<T> objects, not the values, so | |
7789 we get proper saturation properties. | |
7790 | |
7791 2004-08-31 David Bateman <dbateman@free.fr> | |
7792 | |
7793 * oct-inttypes.h (pow (constT, T)): New template. | |
7794 | |
9967 | 7795 * int8NDArray.cc, int16NDArray.cc, int32NDArray.cc, uint8NDArray.cc, |
4952 | 7796 uint16NDArray.cc, uint32NDArray.cc: Instantiate power function. |
7797 | |
4949 | 7798 2004-08-31 John W. Eaton <jwe@octave.org> |
7799 | |
7800 * oct-inttypes.h (octave_int::byte_size): New function. | |
7801 | |
4944 | 7802 2004-08-31 John W. Eaton <jwe@octave.org> |
7803 | |
4946 | 7804 * Makefile.in (EXTRAS): Add intNDArray.cc to the list. |
7805 | |
4944 | 7806 * data-conv.h (oct_data_conv::data_type): Include sized types. |
7807 Explicitly number enum elements. | |
7808 | |
7809 * data-conv.cc (oct_data_conv::string_to_data_type (const | |
7810 std::string&, int&, oct_data_conv::data_type&, | |
7811 oct_data_conv::data_type&)): New function. | |
7812 (oct_data_conv::string_to_data_type (const std::string&, int&, | |
7813 oct_data_conv::data_type&)): New function. | |
7814 (oct_data_conv::data_type_as_string): New function. | |
7815 | |
7816 * dMatrix.cc (read_int, do_read, Matrix::read): Delete. | |
7817 (write_int, do_write, Matrix::write): Delete. | |
7818 * dMatrix.h (Matrix::read, Matrix::write): Delete decls. | |
7819 | |
7820 * byte-swap.h: Use template functions and specialization. | |
7821 Change all uses. | |
7822 (swap_2_bytes, swap_4_bytes, swap_8_bytes): Delete. | |
7823 | |
4943 | 7824 2004-08-30 John W. Eaton <jwe@octave.org> |
7825 | |
7826 * oct-inttypes.h (octave_int_fit_to_range): Use template | |
7827 specializations to avoid warnings about signed/unsigned comparisons. | |
7828 | |
7829 2004-08-28 John W. Eaton <jwe@octave.org> | |
7830 | |
7831 * data-conv.cc (do_float_format_conversion (unsigned char *, | |
7832 size_t, int, oct_mach_info::float_format)): New function. | |
7833 (GET_SIZED_INT_TYPE): New macro. | |
7834 (string_to_data_type): Use it to return sized types corresponding | |
7835 to Octave array data types. | |
7836 (strip_spaces): New function. | |
7837 (do_double_format_conversion, do_float_format_conversion): Pass | |
7838 from_fmt and to_fmt. Don't always assume the to_fmt is the native | |
7839 float format. | |
7840 (do_double_format_conversion, | |
7841 IEEE_big_double_to_IEEE_little_double, | |
7842 VAX_D_double_to_IEEE_little_double, | |
7843 VAX_G_double_to_IEEE_little_double, Cray_to_IEEE_little_double, | |
7844 IEEE_little_double_to_IEEE_big_double, | |
7845 VAX_D_double_to_IEEE_big_double, VAX_G_double_to_IEEE_big_double, | |
7846 Cray_to_IEEE_big_double, IEEE_little_double_to_VAX_D_double, | |
7847 IEEE_big_double_to_VAX_D_double, VAX_G_double_to_VAX_D_double, | |
7848 Cray_to_VAX_D_double, IEEE_little_double_to_VAX_G_double, | |
7849 IEEE_big_double_to_VAX_G_double, VAX_D_double_to_VAX_G_double, | |
7850 Cray_to_VAX_G_double): | |
7851 Pass data as void*, not double*. | |
7852 (do_float_format_conversion, IEEE_big_float_to_IEEE_little_float, | |
7853 VAX_D_float_to_IEEE_little_float, | |
7854 VAX_G_float_to_IEEE_little_float, Cray_to_IEEE_little_float, | |
7855 IEEE_little_float_to_IEEE_big_float, | |
7856 VAX_D_float_to_IEEE_big_float, VAX_G_float_to_IEEE_big_float, | |
7857 Cray_to_IEEE_big_float, IEEE_little_float_to_VAX_D_float, | |
7858 IEEE_big_float_to_VAX_D_float, VAX_G_float_to_VAX_D_float, | |
7859 Cray_to_VAX_D_float, IEEE_little_float_to_VAX_G_float, | |
7860 IEEE_big_float_to_VAX_G_float, VAX_D_float_to_VAX_G_float, | |
7861 Cray_to_VAX_G_float): | |
7862 Pass data as void*, not float*. | |
7863 | |
7864 2004-08-27 John W. Eaton <jwe@octave.org> | |
7865 | |
7866 * byte-swap.h (swap_bytes): New template versions, with | |
7867 specializations. | |
7868 (swap_2_bytes, swap_4_bytes, swap_8_bytes): Delete. | |
7869 Change all uses. | |
7870 | |
4940 | 7871 2004-08-24 David Bateman <dbateman@free.fr> |
7872 | |
7873 * chNDArray.cc (concat): Check whether matrix to be inserted is | |
7874 empty instead of checking final matrix. | |
7875 * dNDArray.cc (concat): Likewise. | |
7876 * CNDArray.cc (concat): Likewise. | |
7877 | |
7878 2004-08-23 David Bateman <dbateman@free.fr> | |
7879 | |
9967 | 7880 * dim-vector.h (dim_vector::concat): Correct incrementation for |
4940 | 7881 non-existent dimensions. |
7882 | |
4938 | 7883 2004-08-09 John W. Eaton <jwe@octave.org> |
7884 | |
7885 * idx-vector.h (idx_vector::idx_vector_rep::tree_to_mat_idx | |
9967 | 7886 (const octave_int<U>&)): New member function. |
4938 | 7887 (idx_vector::idx_vector_rep::tree_to_mat_idx (double, bool&), |
7888 idx_vector::idx_vector_rep::tree_to_mat_idx (int)): | |
7889 Now member functions instead of static in idx-vector.cc. | |
7890 (idx_vector::idx_vector_rep::idx_vector_rep (const octave_int<U>&), | |
7891 idx_vector::idx_vector_rep::idx_vector_rep (const intNDArray<U>&)): | |
7892 New template constructors. | |
7893 | |
4932 | 7894 2004-08-05 John W. Eaton <jwe@octave.org> |
7895 | |
4933 | 7896 * EIG.cc (EIG::init): Add volatile qualifier to nvr decl. |
7897 | |
4932 | 7898 * intNDArray.cc (intNDArray<T>::operator !, intNDArray<T>::all, |
7899 intNDArray<T>::any): Sprinkle with this-> as needed. | |
7900 * mx-inlines.cc (MX_ND_REDUCTION, MX_ND_CUMULATIVE_OP): Likewise. | |
7901 | |
4929 | 7902 2004-08-03 John W. Eaton <jwe@octave.org> |
7903 | |
7904 * Array.cc (Array<T>::squeeze): Do nothing for 2-d arrays. For | |
7905 arrays with more than two dimensions and only one non-singleton | |
7906 dimension, return a column vector. | |
7907 | |
4921 | 7908 2004-07-28 John W. Eaton <jwe@octave.org> |
7909 | |
7910 * oct-cmplx.h (pow (const Complex&, const double&): | |
7911 Convert second arg to complex to avoid libstdc++ bug. | |
7912 | |
4920 | 7913 2004-07-27 John W. Eaton <jwe@octave.org> |
7914 | |
7915 * oct-inttypes.h (bitshift): New arg, MASK. | |
7916 (OCTAVE_INT_BITSHIFT_OP): Bitshift does not saturate. | |
7917 | |
4916 | 7918 2004-07-23 John W. Eaton <jwe@octave.org> |
7919 | |
7920 * Array.cc (Array<T>::reshape): Return *this if no change in size. | |
7921 | |
4915 | 7922 2004-07-23 David Bateman <dbateman@free.fr> |
7923 | |
7924 * Array.cc, Array.h (cat_ra): Delete. | |
9967 | 7925 * Array.h, Array-C.cc, Array-d.cc, Array-ch.cc, Array-i.cc |
4915 | 7926 (INSTANTIATE_ARRAY_CAT): Delete. |
7927 | |
9967 | 7928 * dNDArray.cc, dNDArray.h, CNDArray.cc, CNDArray.h, chNDArray.cc, |
4915 | 7929 chNDArray.h, intNDArray.cc, intNDArray.h (cat): Delete. |
9967 | 7930 |
4915 | 7931 * Array.cc (Array<T>::insert): Copy data in NDArray version. |
7932 | |
9967 | 7933 * dNDArray.cc, dNDArray.h, CNDArray.cc, CNDArray.h, chNDArray.cc, |
4915 | 7934 chNDArray.h (concat): New function used for concatenation that does |
7935 an indexed copy of one array into another. | |
7936 | |
7937 * dim-vector.h (concat): New function to concatenate dim_vectors. | |
7938 | |
7939 * dNDArray.cc, dNDArray.h, CNDArray.cc, CNDArray.h, chNDArray.cc, | |
9967 | 7940 chNDArray.h, intNDArray.cc, intNDArray.h (insert): New function for |
4915 | 7941 insertion of one NDArray into another. |
7942 | |
7943 * oct-inttype.cc (OCTAVE_INT_CONCAT_FN, OCTAVE_INT_CONCAT_DECL): New | |
7944 macros to define the int/uint concatenation functions. | |
7945 | |
7946 * uint8NDArray.cc, uint16NDArray.cc, uint32NDArray.cc, uint64NDArray.cc | |
7947 int8NDArray.cc, int16NDArray.cc, int32NDArray.cc, int64NDArray.cc | |
7948 (OCTAVE_INT_CONCAT_FN): Instantiate the concatenation function . | |
7949 | |
7950 * uint8NDArray.h, uint16NDArray.h, uint32NDArray.h, uint64NDArray.h | |
7951 int8NDArray.h, int16NDArray.h, int32NDArray.h, int64NDArray.h | |
7952 (OCTAVE_INT_CONCAT_DECL): Declare the int/uint concatentaion | |
7953 functions. | |
7954 | |
4911 | 7955 2004-07-22 David Bateman <dbateman@free.fr> |
7956 | |
7957 * oct-sort.h: Don't include oct-obj.h. | |
7958 | |
7959 * lo-specfun.cc (is_integer_value): New function. | |
7960 (zbesj, zbesi, zbesy): Special case negative integer or half | |
7961 integer orders that cause overflow for small arguments. | |
7962 | |
4909 | 7963 2004-07-12 John W. Eaton <jwe@octave.org> |
7964 | |
7965 * oct-inttypes.h (octave_int<T>::nbits): New function. | |
7966 (bitshift (const octave_int<T>&, int)): New function. | |
7967 | |
4902 | 7968 2004-06-14 John W. Eaton <jwe@octave.org> |
7969 | |
7970 * mx-base.h: Include headers for new int types. | |
7971 | |
7972 * dNDArray.h, dNDArray.cc (NDArray::NDArray (const boolNDArray&), | |
7973 NDArray::NDArray (const charNDArray&)): Delete. | |
7974 (template <class U> explicit NDArray (const intNDArray<U>&)): New | |
7975 constructor. | |
7976 (NDArray::squeze): Call MArrayN::squeeze, not ArrayN::squeeze. | |
7977 | |
7978 * chMatrix.h (CharMatrix::transpose): New forwarding functions for | |
7979 return type conversion. | |
7980 | |
7981 * ComplexNDArray.h, ComplexNDArray.cc | |
7982 (ComplexNDArray::ComplexNDArray (const ArrayN<Complex>&), | |
7983 (ComplexNDArray::ComplexNDArray (const NDArray&), | |
7984 (ComplexNDArray::ComplexNDArray (const boolNDArray&), | |
7985 (ComplexNDArray::ComplexNDArray (const charNDArray&)): Delete. | |
9967 | 7986 |
4902 | 7987 (ComplexNDArray::squeze): Call MArrayN::squeeze, not ArrayN::squeeze. |
7988 | |
7989 * MArrayN.h: | |
7990 (template <class U> explicit MArrayN<T>::MArrayN (const Array2<U>&), | |
7991 (template <class U> MArrayN<T>::MArrayN (const ArrayN<U>&), | |
7992 (template <class U> explicit MArrayN<T>::MArrayN (const MArray<U>&)): | |
7993 New constructors. | |
7994 (ArrayN<T>::reshape, ArrayN<T>::permute, ArrayN<T>::ipermute, | |
7995 ArrayN<T>::squeeze): | |
7996 New forwarding functions for return type conversion. | |
7997 | |
7998 * ArrayN.h: | |
7999 (template <class U> explicit ArrayN<T>::ArrayN (const Array2<U>&), | |
8000 (template <class U> explicit ArrayN<T>::ArrayN (const ArrayN<U>&), | |
8001 (template <class U> explicit ArrayN<T>::ArrayN (const Array<U>&), | |
8002 (template <class U> explicit ArrayN<T>::ArrayN (const Array<U>&, | |
8003 const dim_vector&)): New constructors. | |
8004 (ArrayN<T>::reshape, ArrayN<T>::permute, ArrayN<T>::ipermute, | |
8005 ArrayN<T>::transpose): | |
8006 New forwarding functions for return type conversion. | |
8007 | |
8008 * Array.h (template <class U> Array<T>::Array (const Array<U>&)): | |
8009 New constructor. | |
8010 (Array<T>::coerce, Array<T>::byte_size): New functions. | |
8011 | |
8012 * Array-i.cc, MArray-i.cc: Instantiate new integer types. | |
8013 | |
8014 * oct-inttypes.h, int16NDArray.h, int32NDArray.h, int64NDArray.h, | |
8015 int8NDArray.h , intNDArray.h, uint16NDArray.h, uint32NDArray.h, | |
8016 uint64NDArray.h, uint8NDArray.h, int16NDArray.cc, int32NDArray.cc, | |
8017 int64NDArray.cc, int8NDArray.cc, intNDArray.cc, uint16NDArray.cc, | |
8018 uint32NDArray.cc, uint64NDArray.cc, uint8NDArray.cc: New files. | |
8019 * Makefile.in: Add them to the appropriate lists. | |
8020 | |
4899 | 8021 2004-06-04 John W. Eaton <jwe@octave.org> |
8022 | |
8023 * mx-inlines.cc (MX_ND_REDUCTION): New arg, RET_ELT_TYPE. Use | |
8024 "RET_ELT_TYPE ()" rather than "false" as fill value for retval | |
8025 resize op. Change all uses. | |
8026 | |
4898 | 8027 2004-06-03 David Bateman <dbateman@free.fr> |
8028 | |
8029 * Array.cc (assignN): Allow magic colon for dimensions lvalue | |
8030 greater than the existing number of dimensions in lvalue. | |
8031 | |
4887 | 8032 2004-04-30 David Bateman <dbateman@free.fr> |
8033 | |
9967 | 8034 * dim_vector.h (dim_vector::dim_vector_rep::dim_vector_rep): |
4887 | 8035 New arg, fill_value. |
8036 (dim_vector::resize): Allow optional fill_value argument. | |
8037 | |
9967 | 8038 * Array.cc (Array<T>::index (Array<idx_vector>&, int, const T&)): |
4887 | 8039 Don't chop trailing dimensions of Array<idx_vector> if there is |
8040 more than one element in idx_vector. Resize the return value to | |
8041 the size of Array<idx_vector>. | |
8042 | |
8043 * Array-util.cc (short_freeze): Better freeze of last dimension of | |
8044 idx_vector that is shorter than a dim_vector. | |
8045 | |
4882 | 8046 2004-04-23 John W. Eaton <jwe@octave.org> |
8047 | |
8048 * oct-sort.cc: Don't include oct-obj.h. | |
8049 | |
4876 | 8050 2004-04-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8051 | |
8052 * Array.cc (Array<T>::index2, Array<T>::indexN): | |
8053 Don't set invalid dimensions on return value. | |
8054 | |
4871 | 8055 2004-04-21 John W. Eaton <jwe@octave.org> |
8056 | |
8057 * mx-inlines.cc (MX_ND_REDUCTION): Chop trailing singletons. | |
8058 | |
4850 | 8059 2004-04-06 David Bateman <dbateman@free.fr> |
8060 | |
4870 | 8061 * Array.cc (Array<T>::resize_no_fill (const dim_vector& dv), |
8062 Array<T>::resize_and_fill (const dim_vector& dv, const T& val)): | |
8063 Make their behavior equivalent except for filling vs. not filling. | |
8064 | |
4850 | 8065 * oct-sort.cc: New template class for arbitrary sorting. |
8066 * oct-sort.h: Declaration of sort class. | |
8067 * Makefile: Add them to the appropriate lists. | |
8068 | |
4845 | 8069 2004-04-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8070 | |
8071 * mx-inlines.cc (MX_ND_CUMULATIVE_OP): Fix off-by-one error. | |
8072 | |
4844 | 8073 2004-04-02 David Bateman <dbateman@free.fr> |
8074 | |
9967 | 8075 * lo-specfun.cc (besselj, bessely, besseli, besselk, besselh1, |
4844 | 8076 besselh2, airy, biry, betainc, gammainc, do_bessel): |
4852 | 8077 New N-d array versions. |
4844 | 8078 (SN_BESSEL, NS_BESSEL, NN_BESSEL): New macros. |
9967 | 8079 * lo-specfun.h (besselj, bessely, besseli, besselk, besselh1, |
4844 | 8080 besselh2, airy, biry, betainc, gammainc): Provide decls. |
9967 | 8081 |
4844 | 8082 * dNDArray.cc (NDArray::min, NDArray::max, min, max): |
8083 New functions. | |
8084 * dNDArray.h (NDArray::min, NDArray::max, min, max): Provide decls. | |
8085 | |
8086 * CNDArray.cc (ComplexNDArray::min, ComplexNDArray::max, min, max): | |
8087 New functions. | |
9967 | 8088 * CNDArray.h (ComplexNDArray::min, ComplexNDArray::max, min, max): |
4844 | 8089 Provide decls. |
8090 | |
4842 | 8091 2004-03-17 David Hoover <jazzdaq@yahoo.com> |
8092 | |
8093 * DASPK.cc (DASPK::do_integrate): Always add n*n elements to the | |
8094 work vector, not just when using a numerical Jacobian. | |
8095 | |
4834 | 8096 2004-03-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8097 | |
4835 | 8098 * so-array.cc (SND_CMP_OP, NDS_CMP_OP, NDND_CMP_OP): |
8099 Omit empty result args. | |
8100 | |
4834 | 8101 * Array.cc (Array<T>::Array (const Array<T>&, const dim_vector&)): |
8102 Move here from Array.h, check that size of array arg is not | |
8103 smaller than the size defined by the new dimensions. | |
8104 | |
4832 | 8105 2004-03-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8106 | |
8107 * Array.cc (Array<T>::index2): Allow result to be N-d if indexing | |
8108 a scalar or vector with an N-d array. | |
8109 | |
4826 | 8110 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8111 | |
4828 | 8112 * Array.cc (Array<T>::index2): If scalar or vector is indexed by |
8113 matrix, return object that is the same size as the index. | |
8114 | |
4826 | 8115 * mx-op-defs.h (NDND_CMP_OP, MM_CMP_OP): Require dimensions to agree. |
8116 Eliminate MT_RESULT args. Return value is always size of args. | |
8117 (MS_CMP_OP, SM_CMP_OP, NDS_CMP_OP, SND_CMP_OP): | |
8118 Eliminate EMPTY_RESULT arg. | |
8119 Return value is always size of matrix or N-d array arg. | |
8120 (TBM, FBM, NBM): Delete unused macros. | |
8121 | |
4821 | 8122 2004-03-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8123 | |
8124 * Array.cc (Array<T>::maybe_delete_elements): Return immediately | |
8125 if all LHS dimensions are zero. For one index case, freeze and | |
8126 sort idx_vec before checking length, and do nothing if | |
8127 num_to_delete is zero. | |
4822 | 8128 (Array<T>::maybe_delete_elements_2): Omit Fortran-indexing warning. |
4821 | 8129 |
4816 | 8130 2004-03-04 David Bateman <dbateman@free.fr> |
8131 | |
8132 * dNDArray.cc (NDArray::ifourier): Arg is int, not const int. | |
8133 * CNDArray.cc (ComplexNDArray::ifourier): Likewise. | |
8134 | |
4811 | 8135 2004-03-03 Hans Ekkehard Plesser <hans.ekkehard.plesser@nlh.no> |
8136 | |
8137 * base-lu.cc (base_lu<>::L): Check bounds before setting diagonal | |
8138 element. | |
8139 | |
8140 2004-03-03 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8141 | |
8142 * Range.h (Range::Range): Add cache to member initialization list. | |
8143 (Range::clear_cache): New private function. | |
8144 | |
8145 * Range.h (Range::set_base, Range::set_limit, Range::set_inc): | |
8146 Use clear cache. Don't do anything if range does not change. | |
8147 * Range.cc (Range::sort): Likewise. | |
8148 | |
4810 | 8149 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
8150 | |
8151 * Range.cc (Range::matrix_value): Cache result. | |
8152 (Range::sort): Clear cache. | |
8153 * Range.h (Range::cache): New data member. | |
8154 (Range::set_base, Range::set_limit, Range::set_inc): Clear cache. | |
8155 (Range::print_range): Delete. | |
4808 | 8156 |
8157 2004-03-02 David Bateman <dbateman@free.fr> | |
9967 | 8158 |
4808 | 8159 * oct-fftw.cc: Only two versions of plan, and avoid endless |
8160 changes between them. Faster for small fft's. | |
8161 (octave_fftw_planner::simd_align, octave_fftw_planner::rsimd_align): | |
9967 | 8162 New member variables. |
4808 | 8163 (octave_fftw_planner::ialign, octave_fftw_planner::oalign, |
8164 octave_fftw_planner::rialign, octave_fftw_planner::roalign): Delete. | |
8165 Change all uses. | |
8166 (CHECK_SIMD_ALIGNMENT): New macro. | |
8167 (octave_fftw_planner::create_plan): Use it. | |
8168 | |
4806 | 8169 2004-03-01 Petter Risholm <risholm@idi.ntnu.no> |
8170 | |
8171 * Array.cc (Array<T>::insertN): Eliminate N-d indexing. | |
8172 | |
9967 | 8173 * mx-inlines.cc (MX_ND_CAT): Delete macro. |
8174 | |
8175 * dNDArray.h, chNDArray.h, CNDArray.h (cat): Change declaration. | |
8176 * dNDArray.cc (NDArray<T>::cat): Call new form of cat function. | |
8177 * chNDArray.cc (charNDArray<T>::cat): Ditto. | |
8178 * CNDArray.cc (ComplexNDArray<T>::cat): Ditto. | |
8179 | |
8180 * Array.h (cat_ra): Return int. Accept idx and move args, not add_dim. | |
8181 * Array.cc (cat_ra): Speed up implementation by avoiding N-d indexing. | |
4806 | 8182 |
4800 | 8183 2004-02-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
8184 | |
4802 | 8185 * oct-rl-edit.c (octave_rl_set_startup_hook, |
8186 octave_rl_get_startup_hook, octave_rl_set_event_hook, | |
8187 octave_rl_get_event_hook): Omit casts. | |
8188 * oct-rl-edit.h (rl_startup_hook_fcn_ptr, rl_event_hook_fcn_ptr): | |
8189 Return value for function pointer typedef is now int. | |
8190 * cmd-edit.h (command_editor::startup_hook_fcn, | |
8191 command_editor::event_hook_fcn): Likewise. | |
8192 * cmd-hist.cc, cmd-hist.h (command_history::goto_mark, | |
8193 command_history::do_goto_mark, gnu_history::do_goto_mark): | |
8194 Return type is now int. Return 0. | |
8195 | |
4800 | 8196 * EIG.cc (EIG::init, EIG::symmetric_init): |
8197 Query Lapack for workspace size. | |
8198 | |
4796 | 8199 2004-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8200 | |
9967 | 8201 * Array.cc (Array<T>::resize_and_fill (const dim_vector&, const T&)): |
4796 | 8202 Fix thinko in extending dimensions. |
8203 | |
4791 | 8204 2004-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8205 | |
8206 * Range.cc (Range::matrix_value, Range::min, Range::max): | |
8207 Don't compute values beyond the limits of the range. | |
8208 (operator << (std::ostream&, const Range&)): Likewise. | |
8209 | |
4786 | 8210 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8211 | |
4788 | 8212 * oct-fftw.cc (octave_fftw_planner::create_plan): |
8213 Cast IN and OUT args to ptrdiff_t instead of long before masking. | |
8214 From Paul Kienzle <pkienzle@users.sf.net>. | |
8215 | |
4786 | 8216 * Array.cc (Array<T>::insertN (const Array<T>&, int, int)): |
8217 Rename from Array<T>::insert. | |
8218 (Array<T>::insert2 (const Array<T>&, int, int)): | |
8219 Reinstate old Array<T>::insert function under this name. | |
8220 (Array<T>::insert (const Array<T>&, int, int)): | |
8221 New function. Dispatch to insert2 or insertN as appropriate. | |
8222 | |
4785 | 8223 2004-02-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8224 | |
9967 | 8225 * oct-fftw.cc (convert_packcomplex_1d, convert_packcomplex_Nd): |
4785 | 8226 Sprinkle with OCTAVE_QUIT. |
8227 | |
5095 | 8228 2004-02-16 David Bateman <dbateman@free.fr> |
4773 | 8229 |
8230 * oct-fftw.cc (octave_fftw_planner::create_plan, octave_fftw::fftNd): | |
8231 Add support for FFTW 3.x. Include the ability to | |
8232 use the real to complex transform for fft's of real matrices | |
8233 (octave_fftw_planner::create_plan2d): Delete. | |
8234 (octave_fftw::fft2d): Delete. | |
8235 (convert_packcomplex_1d, convert_packcomplex_Nd): | |
8236 New static functions. | |
8237 * oct-fftw.h: Update decls. | |
8238 | |
8239 * dMatrix.cc (Matrix::fourier, Matrix::ifourier, | |
8240 Matrix::fourier2d, Matrix::ifourier2d): FFT's use real to complex | |
8241 transforms. 1D FFT of a matrix done as single call rather than | |
8242 loop. Update for FFTW 3.x | |
8243 * CMatrix.cc (ComplexMatrix::fourier, ComplexMatrix::ifourier, | |
8244 ComplexMatrix::fourier2d, ComplexMatrix::ifourier2d): 1D fft of a | |
8245 matrix done as single call rather than loop. Update for FFTW 3.x. | |
8246 | |
8247 * dNDArray.cc (NDArray::fourier, NDArray::ifourier, | |
8248 NDArray::fourierNd, NDArray::ifouriourNd): New fourier transform | |
8249 functions for Nd arrays. | |
8250 * dNArray.h Provide decls. | |
8251 * CNDArray.cc (ComplexNDArray::fourier, ComplexNDArray::ifourier, | |
8252 ComplexNDArray::fourierNd, ComplexNDArray::ifouriourNd): New | |
8253 fourier transform functions for complex Nd arrays. | |
8254 * CNArray.h: Provide decls. | |
9967 | 8255 |
4765 | 8256 2004-02-15 Petter Risholm <risholm@stud.ntnu.no> |
8257 | |
8258 * Array.cc (Array<T>::insert (const Array<T>&, int, int)): | |
8259 Make it work for N-d arrays. | |
8260 | |
8261 * ArrayN.h (ArrayN<T>::insert (const ArrayN<T>& a, int, int)): | |
8262 New function. | |
8263 | |
8264 * CNDArray.cc (ComplexNDArray::insert (const NDArray&, int, int), | |
8265 ComplexNDArray::insert (const ComplexNDArray&, int, int)): | |
8266 New functions. | |
8267 * CNDArray.h: Provide decls. | |
8268 | |
4759 | 8269 2004-02-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8270 | |
4760 | 8271 * Makefile.in (LINK_DEPS): Always define. |
8272 | |
4759 | 8273 * Array.cc (Array<T>::squeeze): Always return an array with at |
8274 least two dimensions. | |
8275 | |
4758 | 8276 2004-02-13 Petter Risholm <risholm@stud.ntnu.no> |
8277 | |
8278 * mx-inlines.cc (MX_ND_CAT): New macro. | |
8279 * dNDArray.cc (NDArray::cat): New function. | |
8280 * dNDArray.h: Provide decls. | |
8281 * CNDArray.cc (complexNDArray::cat): New function. | |
8282 * CNDArray.h: Provide decls. | |
8283 * chNDArray.cc (charNDArray::cat): New function. | |
8284 * chNDArray.h: Provide decls. | |
8285 | |
4756 | 8286 2004-02-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8287 | |
8288 * Array.cc (maybe_delete_elements_2): Allow X(n) = [] for 2-d X. | |
8289 (Array<T>assign2): Also call maybe_delete_elements for single | |
8290 index when rows and columns or LHS are both greater than 1. | |
8291 | |
4755 | 8292 2004-02-13 Petter Risholm <risholm@stud.ntnu.no> |
8293 | |
8294 * Array.cc (Array<T>::maybe_delete_elements): | |
8295 Check for index out of bounds. Handle one index. | |
8296 | |
8297 * Array.cc (Array<T>::indexN): Use dim_vector (0, 0) instead of | |
8298 dim_vector (0) to create empty return vector. | |
8299 | |
4749 | 8300 2004-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8301 | |
8302 * Array.cc (Array<T>::assignN): Don't crash if trying to resize a | |
8303 non-empty LHS when the number of lhs dimensions is less than the | |
8304 number of indices. Detect error if attempting to resize non-empty | |
8305 LHS with colon indices. | |
8306 | |
4745 | 8307 2004-02-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
8308 | |
4747 | 8309 * Array.cc (Array<T>::resize_and_fill): Don't bother to assign any |
8310 values unless the length of the new array is greater than 0. | |
8311 (Array<T>::resize_no_fill): Likewise. | |
8312 | |
8313 * Array-util.cc (index_in_bounds): Also return false if ra_idx(i) | |
8314 is equal to dimensions(i). | |
8315 | |
8316 * Array-util.h, Array-util.cc (equal_arrays, any_zero_len, | |
8317 get_zero_len_size, number_of_elements): | |
8318 Delete unused functions. | |
8319 | |
8320 * Array-util.cc (get_ra_idx): Use dim_vector::numel instead of | |
8321 number_of_elements function. | |
8322 * Array.cc (Array<T>::indexN): Likewise. | |
8323 | |
8324 * Array.cc (Array<T>::indexN): Use dim_vector::operator == instead | |
8325 of equal_arrays function. | |
8326 (Array<T>::index, Array<T>::indexN, Array<T>::assignN) Use | |
8327 dim_vector::any_zero instead of any_zero_len function. | |
8328 | |
8329 * Array.cc (Array<T>::assignN): Eliminate special case for empty index. | |
8330 Don't skip reshaping and resizing if RHS is empty. | |
8331 | |
4746 | 8332 * Array.cc (Array<T>::assignN): Simplify loop for array assignment. |
9967 | 8333 Move body of MAYBE_RESIZE_ND_DIMS here since it is only used once. |
4747 | 8334 Delete unused variables is_colon and is_colon_equiv. |
4746 | 8335 Correctly resize for expressions like x(:,:,2) = ones(3,3) when |
8336 LHS is not yet defined. | |
4745 | 8337 Error for resizing if number of indices is less than number of LHS |
8338 dimensions. | |
8339 | |
4746 | 8340 * Array.cc (Array<T>::maybe_delete_elements): Maybe warn about |
8341 Fortran-style indexing. | |
8342 | |
4743 | 8343 2004-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8344 | |
8345 * Array.cc (Array<T>::assignN): Simplify. | |
8346 Allow assignments to succeed if number if indices is less than the | |
8347 number of RHS dimensions. | |
8348 | |
4738 | 8349 2004-02-05 Petter Risholm <risholm@stud.ntnu.no> |
8350 | |
4741 | 8351 * Array.cc (Array<T>::maybe_delete_elements): Reshape LHS |
8352 when number of indices is less than number of dimensions. | |
8353 | |
8354 * Array.cc (Array<T>::assignN, Array<T>::maybe_delete_elements): | |
8355 Remove unsued variable lhs_inc. | |
8356 | |
4740 | 8357 * Array.cc (Array<T>::maybe_delete_elements): Declare idx_is_colon |
8358 and idx_is_colon_equiv Array<int> instead of dim_vector. | |
8359 | |
8360 * Array.cc (Array<T>::assignN): Compute new dims in a cleaner way. | |
8361 | |
4738 | 8362 * Array.cc (Array<T>::index): Check for frozen_lengths.length () |
8363 == n_dims before checking to see if all indices are colon_equiv. | |
8364 | |
4736 | 8365 2004-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8366 | |
8367 * Array.cc (Array<T>::assignN): Require RHS == 0x0 matrix for | |
8368 deleting elements. | |
4737 | 8369 (Array<T>::index): Remove trailing singletons in ra_idx, but leave |
8370 at least ndims elements. | |
4736 | 8371 |
4735 | 8372 2004-02-05 Petter Risholm <risholm@stud.ntnu.no> |
8373 | |
8374 * Array.cc (Array<T>::assignN): Accept assignment of a vector | |
8375 oriented differently from the index. | |
8376 | |
8377 * dim-vector.h (dim_vector::squeeze): Return value always has at | |
8378 least two dimensions. | |
8379 | |
4733 | 8380 2004-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8381 | |
4735 | 8382 * dim-vector.h (dim_vector::squeeze): New function. |
8383 (Array<T>::assignN): Use it instead of chop_trailing_singltons for | |
8384 deciding whether the assignment conforms. | |
8385 | |
4733 | 8386 * Array.cc (Array<T>::assignN): Simplify dimension check by |
8387 comparing rhs_dims and frozen_len sans trailing singletons. | |
8388 | |
4732 | 8389 2004-02-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
8390 | |
8391 * idx-vector.cc (tree_to_mat_idx): New arg, conversion_error. | |
8392 Call error handler and return conversion_error == true if arg is | |
8393 not integer. | |
8394 (IDX_VEC_REP::idx_vector_rep): Exit early if conversion_error. | |
8395 | |
4730 | 8396 2004-02-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8397 | |
8398 * boolNDArray.h (boolNDArray::boolNDArray): Declare dim_vector | |
8399 reference arg const. | |
8400 | |
8401 2004-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8402 | |
8403 * Array-flags.cc: Include Array-flags.h, not Array.h. Doh. | |
8404 | |
4729 | 8405 2004-01-30 Jakub Bogusz <qboosh@pld-linux.org> |
8406 | |
8407 * Array-flags.h (liboctave_wfi_flag, liboctave_wrore_flag): | |
8408 Now bool, to match definition in Array-flags.cc. | |
8409 | |
4725 | 8410 2004-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8411 | |
4726 | 8412 * file-ops.cc: Include <vector> instead of <memory> for new |
8413 definition of OCTAVE_LOCAL_BUFFER. | |
8414 | |
4725 | 8415 * EIG.cc, EIG.h (EIG::init, EIG::symmetric_init, EIG::hermitian_init): |
8416 New arg, calc_eigenvectors. | |
8417 * EIG.h (EIG:EIG): New optional arg, calc_eigenvectors. | |
8418 Based on patch from David Bateman <dbateman@free.fr>. | |
8419 | |
4716 | 8420 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8421 | |
8422 * Array.cc (Array<T>::assign2, Array<T>::assignN): | |
8423 For X(I) = RHS, don't restrict I to fewer elements than X. | |
8424 | |
8425 * Array.cc (Array<T>::assign2): Simplify indexing for X(I) = RHS case. | |
8426 | |
4711 | 8427 2004-01-22 Petter Risholm <risholm@stud.ntnu.no> |
8428 | |
4714 | 8429 * mx-inlines.cc (MX_ND_REDUCTION, MX_ND_CUMULATIVE_OP): |
8430 Simplify calculation of number of elements in retval. | |
8431 | |
4711 | 8432 * Array.cc (Array<T>::assignN): Eliminate unnecessray code for |
8433 filling when RHS is scalar and dimension lengths agree. | |
8434 | |
4710 | 8435 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8436 | |
4713 | 8437 * Makefile.in (distclean): Remove mx-ops.h, $(MX_OP_INC), |
8438 $(VX_OP_INC), $(MX_OP_SRC), $(VX_OP_SRC), and $(OPTS_INC). | |
4710 | 8439 |
4707 | 8440 2004-01-22 Petter Risholm <risholm@stud.ntnu.no> |
8441 | |
4709 | 8442 * Array.cc (Array<T>::resize_and_fill): Correctly copy old elements. |
8443 (Array<T>::assign2): Check for RHS dimensions larger than 2. | |
4707 | 8444 |
4702 | 8445 2004-01-21 Petter Risholm <risholm@stud.ntnu.no> |
8446 | |
4703 | 8447 * Array.h (Array<T>::chop_trailing_singletons): New function. |
8448 * Array.cc (Array<T>::assignN): Use it on LHS. | |
8449 | |
8450 * Array.cc (Array<T>::assignN): Fix incorrectly nested if statement. | |
4702 | 8451 Retrieve scalar element by passin 0 instead of an index array. |
4703 | 8452 Check for singleton dimensions where RHS is matrix or higher dimension. |
8453 Make sure index is in bounds. | |
4702 | 8454 |
4698 | 8455 2004-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8456 | |
8457 * lo-ieee.cc (octave_ieee_init): Ensure that octave_Inf, | |
8458 octave_NaN, and octav_NA values are always initialized. Check | |
8459 floating point format, not HAVE_ISINF, HAVE_FINITE, or HAVE_ISNAN | |
8460 to decide whether to do IEEE initialization. | |
8461 | |
4687 | 8462 2004-01-06 David Bateman <dbateman@free.fr> |
8463 | |
9967 | 8464 * CNDArray.cc (ComplexNDArray::any_element_is_inf_or_nan, |
4687 | 8465 ComplexNDArray::all_elements_are_real, ComplexNDArray::all_integers, |
8466 ComplexNDArray::too_large_for_float): New functions | |
9967 | 8467 |
4687 | 8468 * CNDArray.cc (operator <<, operator >>): New IO operators. |
8469 * CNDArray.h: Provide decls. | |
8470 * dNDArray.cc (operator <<, operator >>): New IO operators. | |
8471 * dNDArray.h: Provide decls. | |
8472 | |
4673 | 8473 2003-12-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8474 | |
4674 | 8475 * mx-ops: Delete bnda x bnda, b x bnda, and bnda x b ops since |
8476 they are already defined in boolNDArray.cc. | |
8477 | |
4673 | 8478 * Array-util.cc (get_zero_len_size): Delete. |
8479 * Array.cc (Array<T>::index (Array<idx_vector>&, int, const T&)): | |
8480 Handle zero-length result dimensions the same as empty original | |
8481 indices. | |
8482 | |
8483 2003-12-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8484 | |
8485 * dim-vector.h (dim_vector::chop_trailing_singleton_dims, | |
8486 dim_vector::dim_vector_rep::chop_trailing_singleton_dims): | |
8487 New functions. | |
8488 * Array.cc (ArrayN<T>::indexN): Use it. | |
8489 (ArrayN<T>::index (Array<idx_vector>&, int, const T&)): Likewise. | |
8490 | |
4669 | 8491 2003-11-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
8492 | |
8493 * boolNDArray.cc: Define BOOL ops. Define mixed CMP ops. | |
8494 * boolNDArray.h: Declare BOOL ops. Declare mixed CMP ops. | |
8495 | |
8496 2003-11-25 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8497 | |
8498 * mk-ops.awk: Also emit #include "Array-util.h". | |
8499 | |
8500 * mx-ops: Add bool, boolMatrix, and boolNDarray types. | |
8501 Add bnda x bnda, b x bnda, and bnda x b ops. | |
8502 | |
8503 * MArray-misc.cc: Delete. | |
8504 * Makefile.in (MATRIX_SRC): Remove it from the list. | |
8505 | |
8506 * Array-util.h, Array-util.cc (gripe_nonconformant): Move here from | |
8507 MArray.h, MArray2.h, MArrayN.h, and MArray-misc.cc. | |
8508 | |
4655 | 8509 2003-11-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
8510 | |
4663 | 8511 * dbleQR.cc (QR::init): Use separate pwork pointers. |
8512 * CmplxQR.cc (ComplexQR::init): Likewise. | |
8513 | |
8514 * oct-group.cc (octave_group::getgrnam): Pass correct args to | |
8515 two-arg getgrnam version. | |
8516 | |
4657 | 8517 * Array.cc (assignN): Allow single indexing to work. |
4661 | 8518 (Array<T>::range_error (const char*, const Array<int>&)): |
8519 Report index values. | |
8520 | |
8521 * Array.cc (Array<T>::index): Delete unused arg names. | |
4662 | 8522 * ODESSA.cc (odessa_j): Likewise. |
8523 * DASRT.cc (ddasrt_f, ddasrt_g): Likewise. | |
8524 * DASPK.cc (ddaspk_psol): Likewise. | |
8525 * lo-mappers.cc (imag): Likewise. | |
4663 | 8526 * Array-util.cc (get_zero_len_size): Likewise. |
8527 * kpse.cc (path_search, path_find_first_of): Likewise. | |
8528 * cmd-edit.cc (do_generate_filename_completions): Likewise. | |
4656 | 8529 |
4655 | 8530 * dim-vector.h (dim_vector::all_ones): New function. |
8531 | |
4646 | 8532 2003-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8533 | |
4653 | 8534 * idx-vector.h (idx_vector::orig_empty): Check orig_dims for |
8535 zeros, not orig_rows or orig_columns. | |
8536 (idx_vector::idx_vector_rep::orig_rows): Define using orig_dims. | |
8537 (idx_vector::idx_vector_rep::orig_columns): Likewise. | |
8538 | |
8539 * idx-vector.cc (idx_vector::idx_vector_rep::orig_nr, | |
8540 (idx_vector::idx_vector_rep::orig_nc): Delete. | |
8541 | |
8542 * idx-vector.cc (idx_vector::idx_vector_rep): | |
8543 Use initialization lists for constructors. | |
8544 | |
4651 | 8545 * Array.cc (Array<T>::indexN): Correctly handle single colon index. |
8546 Omit special case for ra_idx.capacity () == 1. | |
8547 Always allow single index for matrix args with optional warning. | |
8548 | |
4650 | 8549 * idx-vector.h, idx-vector.cc: Convert boolMatrix functions to use |
8550 boolNDArray. Likewise, convert Matrix functions to use NDArray. | |
8551 | |
4648 | 8552 * Array-so.cc: New file. Move instantiations here from so-array.h. |
8553 * Makefile.in (TI_SRC): Add it to the list. | |
8554 | |
4646 | 8555 * MArray-defs.h (DO_VS_OP2, DO_VV_OP2): Accept args for element |
8556 type and the names of the left and right operands. Change all uses. | |
8557 | |
8558 * so-array.cc, so-array.h: New files. Move streamoff_array here | |
8559 from src/ov-streamoff.h and src/ov-streamoff.cc. | |
8560 | |
4645 | 8561 2003-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8562 | |
8563 * MArrayN.cc (operator -=, operator +=): Check dimensions, not | |
8564 just length. | |
8565 | |
8566 * Array2.h, Array3.h, DiagArray2.h, DiagArray2.cc, MDiagArray2.h, | |
8567 ArrayN.h: Add this-> or Base:: qualifiers for references to | |
8568 non-dependent member functions and data as needed. | |
8569 | |
8570 * DiagArray2.h, DiagArray2.cc: Delete unused code. | |
8571 | |
8572 * Array2.h (Array2<T>::operator =): Don't copy dimensions here. | |
8573 * Array3.h (Array3<T>::operator =): Likewise. | |
8574 * DiagArray2.h (DiagArray2<T>::operator =): Likewise. | |
8575 Include Array.h, not Array2.h. | |
8576 | |
4634 | 8577 2003-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8578 | |
4636 | 8579 * str-vec.cc (list_in_columns): Fix previous change. |
8580 | |
4635 | 8581 * dim-vector.h (dim_vector::num_ones): New function. |
8582 * Array.cc (maybe_delete_elements): Use it instead of | |
8583 num_ones (const Array<int>&). | |
8584 | |
8585 * Array.cc (assignN): Omit dubious check of singleton dimensions. | |
8586 | |
4634 | 8587 * dNDArray.cc (NDArray::all_elements_are_int_or_inf_or_nan, |
8588 NDArray::any_element_is_inf_or_nan, NDArray::too_large_for_float): | |
8589 New functions. | |
8590 * dNDArray.h: Provide decls. | |
8591 | |
8592 * dMatrix.h (Matrix::any_element_is_negative, | |
8593 Matrix::any_element_is_inf_or_nan, Matrix::too_large_for_float, | |
8594 Matrix::all_elements_are_int_or_inf_or_nan, Matrix::all_integers): | |
8595 Simplify. | |
8596 | |
8597 * dNDArray.cc (NDArray::abs): Make it work for N-d arrays. | |
8598 * CNDArray.cc (ComplexNDArray::abs): Likewise. | |
8599 | |
8600 * dNDArray.cc (real, imag): New functions. | |
8601 * dNDArray.h: Provide decls. | |
8602 | |
4630 | 8603 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8604 | |
8605 * Makefile.in (TEMPLATE_SRC): Move MArrayN.cc here from MATRIX_SRC. | |
8606 | |
4625 | 8607 2003-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8608 | |
8609 * Array.h (Array<T>::resize (int, const T&)): Reinstate. | |
8610 * MArray.h (resize): Delete. | |
8611 * MArray2.h (resize): Delete. | |
8612 * DASRT.cc (DASRT::integrate): Use resize, not resize_and_fill. | |
8613 * ODESSA (ODESSA::integrate): Likewise. | |
8614 | |
4616 | 8615 2003-11-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8616 | |
8617 * Makefile.in (dist): Depend on stamp-prereq. | |
8618 | |
4605 | 8619 2003-11-12 John Eaton <jwe@bevo.che.wisc.edu> |
8620 | |
8621 * mach-info.c (oct_mach_info::init_float_format) [CRAY]: | |
8622 Kluge to make it work. | |
4604 | 8623 |
8624 * lo-ieee.cc (octave_ieee_init): Set octave_Inf, octave_NaN, and | |
8625 octave_NA to DBL_MAX if native float format is vaxd, vaxg, or cray. | |
8626 | |
8627 * cmd-edit.cc (gnu_readline::do_generate_filename_completions, | |
8628 default_command_editor::do_generate_filename_completions, | |
8629 command_editor::generate_filename_completions): New functions. | |
8630 * cmd-edit.h: Provide decls. | |
8631 * oct-rl-edit.c (octave_rl_filename_completion_function): New | |
8632 function. | |
8633 * oct-rl-edit.h: Provide decl. | |
8634 | |
4593 | 8635 2003-11-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8636 | |
4594 | 8637 * Array.h (INSTANTIATE_ARRAY_ASSIGN, INSTANTIATE_ARRAY_AND_ASSIGN, |
8638 INSTANTIATE_ARRAY): New macros. | |
8639 * Array-C.cc, Array-b.cc, Array-ch.cc, Array-d.cc, Array-i.cc, | |
8640 Array-idx-vec.cc, Array-s.cc, Array-str.cc, ODESSA.cc: Use them. | |
8641 | |
4593 | 8642 * Array.h (Array<T>::ipermute): New function. |
8643 | |
8644 2003-11-11 Petter Risholm <risholm@stud.ntnu.no> | |
8645 | |
8646 * Array.cc (Array<T>::permute): New function. | |
8647 * Array.h: Provide decl. | |
8648 | |
8649 * Array-util.cc (calc_permutated_idx): New function. | |
8650 * Array-util.h: Provide decl. | |
8651 | |
4587 | 8652 2003-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8653 | |
4592 | 8654 * Array.cc (Array<T>::index2): Return value has orientation of |
8655 indexed value if indexing a vector with a bool matrix. | |
8656 | |
4589 | 8657 * ArrayN.h (ArrayN<T>::get_size): Delete. |
8658 | |
4588 | 8659 * Array.cc, ArrayN.cc, dNDArray.cc, CNDArray.cc, boolNDArray.cc, |
8660 chNDArray.cc: Include Array-util.h instead of ArrayN-inline.h. | |
8661 | |
8662 * ArrayN-inline.h: Delete. | |
8663 * Array-util.h, Array-util.cc: New files, from ArrayN-inline.h. | |
8664 * Makefile.in: Fix the appropriate lists. | |
8665 | |
4587 | 8666 * Array.cc, Array.h, ArrayN.h, CMatrix.cc, CNDArray.h, |
8667 CRowVector.cc, CmplxQR.cc, CollocWt.h, DASPK.h, DASRT.h, DASSL.h, | |
8668 FEGrid.cc, LP.h, LSODE.h, MArrayN.h, ODE.h, ODES.h, ODESSA.cc, | |
8669 boolNDArray.h, chNDArray.h, dMatrix.cc, dNDArray.h, dRowVector.cc, | |
8670 dbleQR.cc, kpse.cc, oct-rl-hist.c, str-vec.cc, str-vec.h: | |
8671 Avoid -Wshadow warnings. | |
8672 | |
8673 2003-11-08 John Eaton <jwe@bevo.che.wisc.edu> | |
4585 | 8674 |
8675 * Array.h (Array<T>::nil_rep): Qualify return type with typename. | |
8676 | |
8677 * mk-ops.awk: Delete elements of bool_headers array individually. | |
8678 | |
8679 2003-11-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8680 | |
8681 * Array.cc (maybe_delete_elements): Rename arg idx to ra_idx. | |
8682 | |
4584 | 8683 2003-10-31 Petter Risholm <risholm@stud.ntnu.no> |
8684 | |
8685 * mx-inlines.cc (MX_ND_CUMULATIVE_OP): New macro. | |
8686 | |
8687 * CNDArray.cc, CNDArray.h (ComplexNDArray::cumsum, | |
8688 ComplexNDArray::cumprod): Return ComplexNDArray. Handle N-d arrays. | |
8689 * dNDArray.cc, dNDArray.h (NDArray::cumsum, NDArray::cumprod): | |
8690 Return NDArray. Handle N-d arrays. | |
8691 | |
4575 | 8692 2003-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
8693 | |
4583 | 8694 * LSODE.cc (LSODE::do_integrate): Avoid name conflict on systems |
8695 that upcase Fortran names by calling dlsode instead of lsode. | |
8696 | |
8697 * ODESSA.cc (ODESSA::do_integrate): Avoid name conflict on systems | |
8698 that upcase Fortran names by calling dodessa instead of odessa. | |
8699 | |
4577 | 8700 * file-ops.cc (file_ops::symlink): Cope with systems that expect |
8701 non-const args for symlink system call. | |
8702 (file_ops::readlink): Likewise, for readlink. | |
8703 | |
4575 | 8704 * DASRT.cc (DASRT::integrate): Fix typo in Fortran function name. |
8705 | |
4574 | 8706 2003-10-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8707 | |
8708 * mach-info.h (oct_mach_info): Prefix enum elements with flt_fmt_. | |
8709 Change all uses. | |
8710 | |
4569 | 8711 2003-10-29 Petter Risholm <risholm@stud.ntnu.no> |
8712 | |
8713 * dNDArray.cc (NDArray::cumprod, NDArray::cumsum, NDArray::prod, | |
8714 NDArray::sum, NDArray::sumsq, NDArray::abs): New functions. | |
8715 * dNDArray.h: Provide decls. | |
8716 * CNDArray.cc (ComplexNDArray::cumprod, ComplexNDArray::cumsum, | |
8717 ComplexNDArray::prod, ComplexNDArray::sum, ComplexNDArray::sumsq, | |
8718 ComplexNDArray::abs): New functions. | |
8719 * CNDArray.h: Provide decls. | |
8720 | |
8721 * mx-inlines.cc (MX_ND_REDUCTION): Rename from MX_ND_ANY_ALL. | |
8722 Generalize to handle other reduction operations. | |
8723 (MX_ND_REAL_OP_REDUCTION, MX_ND_COMPLEX_OP_REDUCTION, | |
8724 MX_ND_ALL_ANY_REDUCTION): New macros. | |
8725 | |
4565 | 8726 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8727 | |
4567 | 8728 * Array.cc (Array<T>::reshape): New function. |
8729 * Array.h: Provide decl. | |
8730 | |
8731 * dim-vector.h (dim_vector::numel): New function. | |
8732 | |
4565 | 8733 * dim-vector.h (dim_vector_rep::dim_vector_rep (int, const |
8734 dim_vector&)): Correctly handle case of n < dv->ndims. | |
8735 | |
4559 | 8736 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8737 | |
8738 * dim-vector.h (dim_vector::any_zero): New function. | |
8739 (dim_vector::str): New default arg, sep. | |
8740 | |
8741 * Array.h (Array<T>::numel): New function. | |
8742 | |
4556 | 8743 2003-10-27 Petter Risholm <risholm@stud.ntnu.no> |
8744 | |
8745 * mx-inlines.cc (MX_ND_ALL_EXPR, MX_ND_ANY_EXPR, | |
8746 MX_ND_ALL_EVAL, MX_ND_ANY_EVAL, MX_ND_ALL_ANY): New macros. | |
8747 * dNDArray.h (NDArray::all, NDArray::any): Return type now boolNDArray. | |
8748 * CNDArray.h (ComplexNDArray::all, ComplexNDArray::any): Likewise. | |
8749 * boolNDArray.h (boolNDArray::all, boolNDArray::any): Likewise. | |
8750 * chNDArray.h (charNDArray::all, charNDArray::any): Likewise. | |
8751 * dNDArray.cc (NDArray::all, NDArray::any): Make them work. | |
8752 * CNDArray.cc (ComplexNDArray::all, ComplexNDArray::any): Likewise. | |
8753 * boolNDArray.cc (boolNDArray::all, boolNDArray::any): Likewise. | |
8754 * chNDArray.cc (charNDArray::all, charNDArray::any): Likewise. | |
8755 | |
4552 | 8756 2003-10-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
8757 | |
4553 | 8758 * Array.cc (Array<T>::resize_and_fill): Allow number of dimensions |
8759 to change. From Petter Risholm <risholm@stud.ntnu.no>. | |
8760 | |
4552 | 8761 * oct-rand.cc, CColVector.cc, CMatrix.cc, CRowVector.cc, |
8762 CmplxAEPBAL.cc CmplxCHOL.cc, CmplxHESS.cc, CmplxLU.cc, CmplxQR.cc, | |
8763 CmplxQRP.cc, CmplxSCHUR.cc, CmplxSVD.cc, CollocWt.cc, DASPK.cc, | |
8764 DASRT.cc, DASSL.cc, EIG.cc, LSODE.cc, NLEqn.cc, ODESSA.cc, | |
8765 Quad.cc, dColVector.cc, dMatrix.cc, dRowVector.cc, dbleAEPBAL.cc, | |
8766 dbleCHOL.cc, dbleHESS.cc, dbleLU.cc, dbleQR.cc, dbleQRP.cc, | |
8767 dbleSCHUR.cc, dbleSVD.cc, lo-specfun.cc: | |
8768 Use new F77 arg macros in declarations of external Fortran | |
8769 subroutines and for calling them. | |
8770 | |
4548 | 8771 2003-10-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8772 | |
8773 * Array.cc (Array<T>::resize_no_fill (const dim_vector&)): | |
8774 Allow number of dimensions to change. | |
8775 (Array<T>::resize_no_fill (int, int)): Require ndims to be 0 or 2. | |
8776 (Array<T>::resize_and_fill (int, int, const T&)): Likewise. | |
8777 (Array<T>::resize_no_fill (int, int, int)): Require ndims to be 0 or 3. | |
8778 (Array<T>::resize_and_fill (int, int, int, const T&)): Likewise. | |
8779 (Array<T>::transpose): Require ndims to be 2. | |
8780 (Array<T>::index2): Likewise. | |
8781 (Array<T>::index (idx_vector&, idx_vector&, int, const T&)): Likewise. | |
8782 (Array<T>::maybe_delete_elements_2): Likewise. | |
8783 (Array<T>::maybe_delete_elements (idx_vector&, idx_vector&)): Likewise. | |
8784 (Array<T>::index1): Use resize_and_fill. | |
8785 (MAYBE_RESIZE_ND_DIMS): Likewise. | |
8786 | |
8787 * ODESSA.cc (ODESSA::integrate): Use resize_and_fill for x_s_out. | |
8788 | |
8789 * MArray2.h (MArray2<T>::resize (int, int)): New function. | |
8790 (MArray2<T>::resize (int, int, const T&)): New function. | |
8791 | |
8792 * MArray.h (MArray<T>::resize (int)): New function. | |
8793 (MArray<T>::resize (int, const T&)): New function. | |
8794 | |
8795 * DASRT.cc (DASRT::integrate): Use resize_and_fill for jroot. | |
8796 | |
8797 * DASPK-opts.in: Use single-arg resize for initial condition | |
8798 heuristics. | |
8799 | |
8800 * dim-vector.h (class dim_vector): Now reference counted. | |
8801 (dim_vector_rep::elem): Use assert to check that index is in bounds. | |
8802 | |
4544 | 8803 2003-10-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8804 | |
4545 | 8805 * Array.cc (Array<T>::squeeze): Delete redundant retval decl. |
8806 | |
4544 | 8807 * mx-cdm-cm.cc, mx-cdm-cm.h, mx-cdm-cs.cc, mx-cdm-cs.h, |
8808 mx-cdm-dm.cc, mx-cdm-dm.h, mx-cdm-m.cc, mx-cdm-m.h, mx-cdm-s.cc, | |
8809 mx-cdm-s.h, mx-cm-cdm.cc, mx-cm-cdm.h, mx-cm-dm.cc, mx-cm-dm.h, | |
8810 mx-cm-m.cc, mx-cm-m.h, mx-cm-s.cc, mx-cm-s.h, mx-cs-cdm.cc, | |
8811 mx-cs-cdm.h, mx-cs-dm.cc, mx-cs-dm.h, mx-cs-m.cc, mx-cs-m.h, | |
8812 mx-dm-cdm.cc, mx-dm-cdm.h, mx-dm-cm.cc, mx-dm-cm.h, mx-dm-cs.cc, | |
8813 mx-dm-cs.h, mx-dm-m.cc, mx-dm-m.h, mx-dm-s.cc, mx-dm-s.h, | |
8814 mx-m-cdm.cc, mx-m-cdm.h, mx-m-cm.cc, mx-m-cm.h, mx-m-cs.cc, | |
8815 mx-m-cs.h, mx-m-dm.cc, mx-m-dm.h, mx-ops.h, mx-s-cdm.cc, | |
8816 mx-s-cdm.h, mx-s-cm.cc, mx-s-cm.h, mx-s-dm.cc, mx-s-dm.h, | |
8817 vx-ccv-cv.cc, vx-ccv-cv.h, vx-ccv-s.cc, vx-ccv-s.h, vx-crv-rv.cc, | |
8818 vx-crv-rv.h, vx-crv-s.cc, vx-crv-s.h, vx-cs-cv.cc, vx-cs-cv.h, | |
8819 vx-cs-rv.cc, vx-cs-rv.h, vx-cv-ccv.cc, vx-cv-ccv.h, vx-cv-cs.cc, | |
8820 vx-cv-cs.h, vx-rv-crv.cc, vx-rv-crv.h, vx-rv-cs.cc, vx-rv-cs.h, | |
8821 vx-s-ccv.cc, vx-s-ccv.h, vx-s-crv.cc, vx-s-crv.h: Delete. These | |
8822 files are now automatically generated. | |
8823 | |
8824 * Makefile.in ($(VX_OP_INC), $(VX_OP_SRC), $(MX_OP_INC), | |
8825 $(MX_OP_SRC)): Generate lists with new mk-ops.awk script. | |
8826 Add rules to generate these files and mx-ops.h. | |
8827 (stamp-prereq): Depend on these files. | |
8828 | |
8829 * mx-ops, vx-ops, mk-ops.awk: New files. | |
8830 * Makefile.in (DISTFILES): Add them to the list. | |
8831 | |
4543 | 8832 2003-10-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8833 | |
8834 * NDArray.cc (NDArray::NDArray (const boolNDArray), | |
8835 NDArray::NDArray (const charNDArray)): New constructors. | |
8836 (NDArray::operator !): New function. | |
8837 Provide NDS_CMP_OPS, NDS_BOOL_OPS, SND_CMP_OPS, SND_BOOL_OPS, | |
8838 NDND_CMP_OPS, NDND_BOOL_OPS. | |
8839 | |
8840 * CNDArray.cc (ComplexNDArray::ComplexNDArray (const NDArray&), | |
8841 ComplexNDArray::ComplexNDArray (const boolNDArray&), | |
8842 ComplexNDArray::ComplexNDArray (const charNDArray&)): | |
8843 New constructors. | |
8844 (ComplexNDArray::operator !): New function. | |
8845 Provide NDS_CMP_OPS, NDS_BOOL_OPS, SND_CMP_OPS, SND_BOOL_OPS, | |
8846 NDND_CMP_OPS, NDND_BOOL_OPS. | |
8847 | |
8848 * ArrayN.h (resize (const dim_vector&)): Fix typo. | |
8849 | |
8850 * boolNDArray.cc (boolNDArray::operator !): New function. | |
8851 Provide NDND_CMP_OPS. | |
8852 | |
8853 * MArrayN.cc (operator +=, operator -=): New functions. | |
8854 Provide product and quotient functions. | |
8855 | |
8856 * MArray-misc.cc (gripe_nonconformant (const char *, dim_vector&, | |
8857 dim_vector&)): New function. | |
8858 | |
8859 * dim-vector.h (dim_vector::str, dim_vector::all_zero, | |
8860 operator ==, operator !=): New functions. | |
8861 * ArrayN.cc (operator <<): Use dim_vector::str here. | |
8862 | |
8863 * Array.cc (Array<T>::resize_no_fill, Array<T>::resize_and_fill): | |
8864 No need to save old dimensions. | |
8865 | |
8866 * oct-rand.cc (MAKE_RAND_ND_ARRAY): New macro. | |
8867 (octave_rand::nd_array): New function. | |
8868 * oct-rand.h (octave_rand::nd_array): Provide decl. | |
8869 | |
8870 * mx-op-defs.h (NDCMP_OP_DECL, NDBOOL_OP_DECL, NDS_BIN_OP_DECLS, | |
8871 NDS_BIN_OP, NDS_BIN_OPS, NDS_CMP_OP_DECLS, NDS_CMP_OP, | |
8872 NDS_CMP_OPS, NDS_BOOL_OP_DECLS, NDS_BOOL_OP, NDS_BOOL_OPS, | |
8873 NDS_OP_DECLS, SND_BIN_OP_DECLS, SND_BIN_OP, SND_BIN_OPS, | |
8874 SND_CMP_OP_DECLS, SND_CMP_OP, SND_CMP_OPS, SND_BOOL_OP_DECLS, | |
8875 SND_BOOL_OP, SND_BOOL_OPS, SND_OP_DECLS, NDND_BIN_OP_DECLS, | |
8876 NDND_BIN_OP, NDND_BIN_OPS, NDND_CMP_OP_DECLS, NDND_CMP_OP, | |
8877 NDND_CMP_OPS, NDND_BOOL_OP_DECLS, NDND_BOOL_OP, NDND_BOOL_OPS, | |
8878 NDND_OP_DECLS): New macros. | |
8879 * mx-cm-m.h, mx-cm-s.h, mx-cs-m.h, mx-m-cm.h, mx-m-cs.h, | |
8880 mx-s-cm.h, mx-cm-m.cc, mx-cm-s.cc, mx-cs-m.cc, mx-m-cm.cc, | |
8881 mx-m-cs.cc, mx-s-cm.cc: Use them. | |
8882 | |
8883 * mx-defs.h (class NDArray, class ComplexNDArray, class | |
8884 boolNDArray, class charNDArray): New forward decls. | |
8885 | |
4534 | 8886 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8887 | |
8888 * Array.cc (assign2): No error (but don't do anything either) for | |
8889 expressions like x([],j) = scalar. | |
8890 | |
4532 | 8891 2003-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8892 | |
4533 | 8893 * Array.cc (assignN): Allow lhs(:) = scalar. |
8894 | |
4532 | 8895 * CNDArray.cc (ComplexNDArray::increment_index): New function. |
8896 * dNDArray.cc (NDArray::increment_index): Likewise. | |
8897 * boolNDArray.cc (boolNDArray::increment_index): Likewise. | |
8898 * chNDArray.cc (charNDArray::increment_index): Likewise. | |
8899 | |
8900 * dim-vector.h (rows, cols): Delete unused data members. | |
8901 | |
8902 * Array.cc (Array<T>::get_size): Fix thinko. | |
8903 | |
8904 2003-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8905 | |
8906 * Array.cc (Array<T>::squeeze): New function. | |
8907 * CNDArray.h (ComplexNDArray::squeeze): Likewise. | |
8908 * dNDArray.h (NDArray::squeeze): Likewise. | |
8909 * boolNDArray.h (boolNDArray::squeeze): Likewise. | |
8910 * chNDArray.h (charNDArray::squeeze): Likewise. | |
8911 | |
4530 | 8912 2003-10-06 Petter Risholm <risholm@stud.ntnu.no> |
8913 | |
8914 * Array.cc (ArrayN<T>::indexN): New definition. | |
8915 * Array.h (Array<T>::indexN): Provide decl. | |
8916 * Array.cc (ArrayN<T>::index (idx_vector&, int, const T&): | |
8917 Call indexN if more than 2 indices. | |
8918 (ArrayN<T>::index (Array<idx_vector>&, int, const T&)): | |
8919 Make it (mostly) work. | |
8920 * ArrayN-inline.h (number_of_elements, get_ra_idx, short_freeze): | |
8921 New functions. | |
8922 | |
4527 | 8923 2003-10-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8924 | |
8925 * cmd-edit.cc (do_readline): Pass eof to octave_fgetl. | |
8926 * lo-utils.cc (octave_fgets, octave_fgetl): New overloaded | |
8927 versions with eof arg. | |
8928 | |
4518 | 8929 2003-09-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8930 | |
8931 * Array.h (dimensions): Now public. | |
8932 template <class LT, class RT> | |
8933 (assign (Array<LT>&, const Array<RT>&, const LT&), | |
8934 assign1 (Array<LT>&, const Array<RT>&, const LT&), | |
8935 assign2 (Array<LT>&, const Array<RT>&, const LT&), | |
8936 assignN (Array<LT>&, const Array<RT>&, const LT&), | |
8937 resize_no_fill (int), | |
8938 resize_no_fill (int, int), | |
8939 resize_no_fill (int, int, int), | |
8940 resize_no_fill (const dim_vector&), | |
8941 resize_and_fill (int, const T&), | |
8942 resize_and_fill (int, int, const T&), | |
8943 resize_and_fill (int, int, int, const T&), | |
8944 resize_and_fill (const dim_vector&, const T&)): Now public. | |
8945 | |
8946 * Array.cc: Include <climits>. | |
8947 | |
4513 | 8948 2003-09-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8949 | |
4517 | 8950 * Array.cc: Merge Array-idx.h. |
8951 * Array-idx.h: Delete. | |
8952 | |
4514 | 8953 * chNDArray.h, chNDArray.cc, boolNDArray.h, boolNDArray.cc: New files. |
8954 | |
4513 | 8955 * Array.h, Array-idx.h, Array.cc: Fold all N-d functionality here. |
8956 Turn inheritance hierarchy upside down (2-d and 3-d arrays are now | |
8957 just special cases of the general purpose N-d Array object). | |
8958 | |
8959 * dim-vector.h: New file. Use dim_vector objects instead of | |
8960 ints or Array<int> objects to represent the size of Array | |
8961 objects. | |
8962 | |
8963 * MArray-defs.h (INSTANTIATE_MARRAYN_FRIENDS): New macro. | |
8964 | |
8965 * Array2-idx.h, Array3-idx.h, Array2.cc, Array3.cc: Delete. | |
8966 | |
8967 * mx-base.h: Include NDArray header files. | |
8968 | |
8969 * MArray-C.cc, MArray-d.cc: Also instantiate ArrayN objects. | |
8970 | |
8971 * Array-C.cc, Array-b.cc, Array-ch.cc, Array-d.cc, Array-i.cc, | |
8972 Array-s.cc: Also instantiate ArrayN objects. | |
8973 Don't instantiate assign funcitons for Array2 objects. | |
8974 | |
8975 * CDiagMatrix.cc (ComplexDiagMatrix::diag): Signal error with | |
8976 liboctave_error_handler, not cerr. | |
8977 * CMatrix.cc (ComplexMatrix::diag): Likewise. | |
8978 * dDiagMatrix.cc (DiagMatrix::diag): Likewise. | |
8979 * dMatrix.cc (Matrix::diag): Likewise. | |
8980 | |
8981 * Array-flags.cc, Array.cc, Array.h, Array2.h, Array3.h, ArrayN.h: | |
8982 Omit checks for HEAVYWEIGHT_INDEXING. | |
8983 | |
8984 2003-09-12 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8985 | |
8986 * mx-base.h: Include CNDarray.h. Include dNDArray.h, not NDArray.h. | |
8987 | |
8988 * CNDARray.h, CNDArray.cc: New files. | |
8989 * Makefile.in: Add them to the appropriate lists. | |
8990 | |
8991 * dNDArray.h: Rename from NDArray.h. | |
8992 * dNDArray.cc: Rename from NDArray.cc. | |
8993 * Makefile.in: Rename them here too. | |
8994 | |
4507 | 8995 2003-09-10 Petter Risholm <risholm@stud.ntnu.no> |
8996 | |
8997 * mx-base.h: Include NDArray.h, not ArrayN.h. | |
8998 | |
8999 * MArrayN.cc, MArrayN.h, NDArray.h, NDArray.cc: New files. | |
9000 * Makefile.in: Add them to the appropriate lists. | |
9001 | |
5095 | 9002 2003-09-09 David Bateman <dbateman@free.fr> |
4506 | 9003 |
9004 * lo-specfun.cc (zbesj, zbesy, zbesi, zbesk, zbesh1, zbesh2, airy, | |
9005 biry): Always request scaled results from AMOS functions and | |
9006 perform reverse scaling on results if scaled result not requested | |
9007 by user. | |
9008 | |
9009 2003-09-04 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9967 | 9010 |
4506 | 9011 * lo-specfun.cc (xlgamma): Require nonnegative argument. |
9012 | |
4505 | 9013 2003-09-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9014 | |
9015 * Array-d.cc: Instantiate assign functions. | |
9016 | |
4504 | 9017 2003-09-09 Petter Risholm <risholm@stud.ntnu.no> |
9018 | |
9019 * ArrayN-idx.h (vector_equivalent, equal_arrays): New functions. | |
9020 (get_elt_idx): Index ra_idx correctly. | |
9021 | |
9022 * ArrayN-inline.h (index_in_bounds): Index is also condidered in | |
9023 bounds if it is exactly on the bound. | |
9024 | |
9025 * ArrayN.cc (ArrayN<T>::maybe_delete_dims): New function. | |
9026 * ArrayN.h: Provide decl. | |
9027 | |
9028 * ArrayN.h (ArrayN<T>::ArrayN<T> (const Matrix&)): New constructor. | |
9029 | |
9030 * idx-vector.h (idx_vector::orig_dims): New member variable. | |
9031 (idx_vector::idx_vector_rep::orig_dimensions): New function. | |
9032 (idx_vector::orig_dimensions): New function. | |
9033 | |
4497 | 9034 2003-09-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9035 | |
9036 * lo-specfun.cc (xlgamma): Require nonnegative argument. | |
9037 | |
4496 | 9038 2003-09-04 Petter Risholm <risholm@stud.ntnu.no> |
9039 | |
9040 * ArrayN-idx.h (maybe_delete_elements): Implement function. | |
9041 (is_in, how_many_lgt, all_ones): New functions. | |
9042 | |
4493 | 9043 2003-09-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
9044 | |
9045 * Makefile.in (MATRIX_INC): Add ArrayN-inlines.h to the list. | |
9046 | |
9047 2003-09-03 Petter Risholm <risholm@stud.ntnu.no> | |
9967 | 9048 |
4493 | 9049 * ArrayN-inline.h: New file. |
9050 (index_in_bounds, increment_index): Move here. | |
9051 * ArrayN.cc: From here. | |
9052 | |
9053 * ArrayN.h (maybe_delete_elements): New arg, resize_fill_value. | |
9054 * ArrayN-idx.h (assign): New function. | |
9055 | |
4490 | 9056 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9057 | |
9058 * lo-specfun.cc (zbesj, zbesy, zbesi, zbesk, airy, biry): | |
9059 Also zero imaginary part of result if real part of input value is | |
9060 zero. | |
9061 | |
4478 | 9062 2003-07-30 Heine Kolltveit <kolltvei@idi.ntnu.no> |
9063 | |
9064 * mx-base.h: Include ArrayN.h. | |
9065 | |
4476 | 9066 2003-30-07 Heine Kolltveit <kolltvei@idi.ntnu.no> |
9067 | |
9967 | 9068 * ArrayN.cc (operator <<): Corrected output. |
4476 | 9069 |
4474 | 9070 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9071 | |
9072 * ArrayN.cc (increment_index): New arg, start_dimension. | |
9073 | |
5095 | 9074 2003-07-29 Heine Kolltveit <kolltvei@idi.ntnu.no> |
4473 | 9075 |
9076 * ArrayN.cc (operator <<): Improve output readability. | |
9077 | |
4493 | 9078 2003-07-29 Petter Risholm <risholm@stud.ntnu.no> |
4473 | 9079 |
9080 * ArrayN.cc (ArrayN<T>::resize (const Array<int>&, const T&)): | |
9081 * ArrayN.cc (ArrayN<T>::resize (const Array<int>&)): | |
9082 Initialize old_len before changing size. | |
9083 | |
4472 | 9084 2003-07-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9085 | |
9086 * Makefile.in (install-lib): Use $(INSTALL), not | |
4473 | 9087 $(INSTALL_PROGRAM) for $(SHLLIB) files. |
4472 | 9088 |
4469 | 9089 2003-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9090 | |
9091 * lo-mappers.cc (xmin, xmax): Handle NaN in a Matlab-compatible | |
9092 way. Handle NA in an R-compatible way. | |
9093 | |
9094 * lo-cieee.c (lo_ieee_is_NaN_or_NA): Also check for lo_ieee_is_NA. | |
9095 (lo_ieee_is_NA): Don't call isnan unless HAVE_ISNAN is defined. | |
9096 | |
9097 * lo-mappers.h (octave_is_NA (const Complex&)): Provide decl. | |
9098 (octave_is_NaN_or_NA (const Complex&)): Likewise. | |
9099 | |
9100 * dMatrix.cc (Matrix::row_min, Matrix::row_max, | |
9101 Matrix::column_min, Matrix::column_max): Ignore NaNs. | |
9102 * CMatrix.cc (ComplexMatrix::row_min, ComplexMatrix::row_max, | |
9103 ComplexMatrix::column_min, ComplexMatrix::column_max): Likewise. | |
9104 | |
4461 | 9105 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9106 | |
9107 * Array2-idx.h (assign (Array2<LT>&, const Array2<RT>&, const LT&)): | |
9108 Pass true for resize_ok arg to freeze. | |
9967 | 9109 * Array-idx.h (assign (Array<LT>&, const Array<RT>&, const LT&)): |
4461 | 9110 Likewise. |
9111 | |
9112 * idx-vector.cc (IDX_VEC_REP::freeze): New arg, warn_resize; | |
9113 resize_ok arg is now bool. | |
9114 * idx-vector.h (idx_vector::freeze): Likewise. | |
9115 | |
9116 * Array-flags.cc, Array-flags.h (liboctave_wrore_flag): | |
9117 Rename from liboctave_rre_flag. Now bool. | |
9118 (liboctave_wfi_flag): Now bool. | |
9119 | |
9120 * Array2-idx.h (MAYBE_RESIZE_LHS): Don't check liboctave_rre_flag. | |
9121 | |
5095 | 9122 2003-07-11 Russell Standish <R.Standish@unsw.edu.au> |
4459 | 9123 |
9124 * Array.h (resize_fill_value): Now a top-level template function. | |
9125 Accept object as argument. Change all uses. | |
9126 | |
4455 | 9127 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9128 | |
9129 * Array-flags.cc, Array-flags.h (liboctave_pcv_flag): Delete. | |
9130 | |
9131 * Array2-idx.h (Array2<T>::index): Use liboctave_wfi_flag, not | |
9132 liboctave_dfi_flag. | |
9133 (assign): Likewise. For indexed assignments like X(I) = RHS with | |
9134 X undefined or empty, always create a row vector. | |
9135 | |
9136 * Array-flags.cc (liboctave_wfi_flag): Rename from liboctave_dfi_flag. | |
9137 * Array-flags.h (liboctave_wfi_flag): Ditto. | |
9138 | |
4437 | 9139 2003-06-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
9140 | |
9141 * Array2-idx.h (Array2<T>::index (idx_vector&, int, const T&)): | |
9142 Magic colon indexing always produces an object with one column. | |
9143 | |
5095 | 9144 2003-06-21 Paul Kienzle <pkienzle@users.sf.net> |
4433 | 9145 |
9146 * kpse-xfns.h (NAME_BEGINS_WITH_DEVICE): Arg is std::string, not char*. | |
9147 | |
9148 * lo-ieee.h (signbit): Eliminate redundant extern "C" decl. | |
9149 | |
4431 | 9150 2003-06-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9151 | |
9152 * dMatrix.cc (any_element_is_negative): If new optional arg | |
9153 neg_zero is true, also return true for negative zero. | |
9154 | |
4429 | 9155 2003-06-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9156 | |
9157 * DASSL.cc (DASSL::do_integrate): Set liw to 21 + n, not 20 + n. | |
9158 Handle step limit. | |
9159 * DASSL-opts.in: New option for step limit. | |
9160 | |
5095 | 9161 2003-06-16 Per Persson <persquare@mac.com> |
4429 | 9162 |
9163 * oct-shlib.cc: Include mach-o/dyld.h, not Mach-O/dyld.h. | |
9164 | |
4428 | 9165 2003-06-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9166 | |
9167 * DASRT.cc (DASRT::integrate): Set liw to 21 + n, not 20 + n. | |
9168 Store step limit in iwork(20), not iwork(18). | |
9169 | |
5095 | 9170 2003-05-16 Paul Kienzle <pkienzle@users.sf.net> |
4415 | 9171 |
9172 * oct-rand.cc: Use liboctave's clock layer instead of the system clock. | |
9173 | |
4412 | 9174 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9175 | |
4413 | 9176 * Makefile.in: Handle DESTDIR. |
9177 | |
4412 | 9178 * kpse.cc (kpse_path_iterator::next): Skip consecutive colons here. |
9179 (kpse_path_iterator::set_end): Don't miss last element when not | |
9180 followed by a colon. | |
9181 | |
4409 | 9182 2003-05-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9183 | |
9184 * Array-idx.h (Array<T>::index): Fix off-by-one error. | |
9185 | |
9186 2003-05-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9187 | |
9188 * kpse.cc (kpse_absolute_p): Fix typo in translation. | |
9189 (find_first_of): Also do an absolute search on each | |
9190 name before looking in the path. | |
9191 | |
4407 | 9192 2003-05-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9193 | |
9194 * kpse.cc (dir_list_add): Ensure that directory ends with a | |
9195 directory separator. | |
9196 | |
4399 | 9197 2003-04-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9198 | |
9199 * pathsearch.cc: Include kpse.cc here. | |
9200 | |
9201 * kpse.cc: All functions are now static. Massive surgery to | |
9202 condense kpathsearch library to a single file of just the | |
9203 essentials for Octave and convert to using C++ strings (no more | |
9204 calls to malloc, very few calls to new, so there should be much | |
9205 less potential for introducing memory leaks now). | |
9206 | |
9207 * Makefile.in (EXTRAS): Move kpse.cc here from | |
9208 LIBOCT_PATHSEARCH_CXX_SOURCES. | |
9209 | |
9210 * kpse.h, kpse-config.h: Delete. | |
9211 * Makefile.in (INCLUDES): Delete them from the list. | |
9212 | |
4392 | 9213 2003-04-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
9214 | |
9215 * str-vec.cc (string_vector::append (const std::string&), | |
9216 string_vector::append (const string_vector&)): New methods. | |
9217 | |
4386 | 9218 2003-04-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
9219 | |
4389 | 9220 * kpse.cc, kpse.h: Replace fn_type with std::string. |
9221 | |
4387 | 9222 * lo-ieee.h (lo_ieee_signbit): Provide signbit decl for MinGW systems. |
9223 | |
4386 | 9224 * kpse.cc (xclosedir): Don't define or declare for Windows. |
9225 (READABLE): Now a static function to avoid warnings from MinGW | |
9967 | 9226 compiler. |
4386 | 9227 |
4384 | 9228 2003-04-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9229 | |
4385 | 9230 * kpse.cc: Move most functions from kpse-xfns.c here and make |
9231 static. Include most of kpse-xfns.h directly, removing | |
9232 unnecessary bits. | |
9233 | |
4384 | 9234 * dMatrix.cc (Matrix::pseudo_inverse): Now const. |
9235 * CMatrix.cc (ComplexMatrix::pseudo_inverse): Likewise. | |
9236 | |
4378 | 9237 2003-04-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9238 | |
9239 * getopt.c, getopt1.c, getopt.h: Move here from kpathsea. | |
9240 * Makefile.in: Add them to the appropriates lists. | |
9241 | |
9242 * oct-getopt.c: Include "getopt.h", not <kpathsea/getopt.h>. | |
9243 | |
9244 * Makefile.in (liboctave.$(LIBEXT), liboctave.$(SHLEXT)): Adjust | |
9245 for new locations of kpathsea objects. | |
9246 Delete kpathsea targets. | |
9247 | |
9248 * pathsearch.cc (dir_path::set_program_name): Delete. | |
9249 | |
9250 * kpse.cc: New file. | |
9251 * Makefile.in (LIBOCT_PATHSEARCH_CXX_SOURCES): Add it to the list. | |
9252 | |
9253 * kpse.c: New file. | |
9254 * Makefile.in (LIBOCT_PATHSEARCH_C_SOURCES): Add it to the list. | |
9255 | |
9256 * kpse.h, kpse-config.h, kpse-xfns.h: New files. | |
9257 * Makefile.in (INCLUDES): Add them to the list. | |
9258 | |
9259 * oct-kpse.h: Delete. | |
9260 * Makefile.in (INCLUDES): Delete it from the list. | |
9261 | |
4374 | 9262 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9263 | |
9264 * dbleSVD.h (SVD::SVD, SVD::operator =): Also copy type_computed. | |
9265 * CmplxSVD.h (ComplexSVD::ComplexSVD, ComplexSVD::operator =): | |
9266 Likewise. | |
9267 From Quentin H. Spencer <qspencer@ieee.org>. | |
9268 | |
4365 | 9269 2003-03-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
9270 | |
9271 * oct-getopt.c: Include <kpathsea/getopt.h>, not "getopt.h". | |
9272 | |
4349 | 9273 2003-02-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9274 | |
4352 | 9275 * oct-alloc.h (DECLARE_OCTAVE_ALLOCATOR): Handle systems with or |
9276 without placement delete. | |
9277 | |
4349 | 9278 * CMatrix.cc (ComplexMatrix::all_elements_are_real): Don't lose -0 |
9279 imaginary parts. | |
9280 | |
9281 * lo-ieee.h (lo_ieee_signbit): New macro. | |
9282 | |
5095 | 9283 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 9284 |
9285 * dMatrix.cc (Matrix::inverse, Matrix::determinant, Matrix::solve): | |
9286 Use Lapack instead of Linpack. | |
5315 | 9287 * CMatrix.cc (ComplexMatrix::inverse, ComplexMatrix::determinant, |
4329 | 9288 ComplexMatrix::solve): Likewise. |
9289 | |
9290 * dMatrix.cc (Matrix::determinant, Matrix::inverse): New arg, | |
9291 calc_cond. If 0, skip condition number calculation. | |
9292 * CMatrix.cc (ComplexMatrix::determinant, ComplexMatrix::inverse): | |
9293 Likewise. | |
9294 | |
9295 * CmplxLU.cc (ComplexLU::ComplexLU): Allow non-square matrices. | |
9296 * dbleLU.cc (LU::LU): Likewise. | |
9297 * base-lu.cc (base_lu::L), base_lu::U, base_lu::P): Likewise. | |
9298 | |
9299 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9967 | 9300 |
4329 | 9301 * octave.test/arith/prod-4.m, octave.test/arith/sum-4.m: |
9302 | |
4323 | 9303 2003-02-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9304 | |
9305 * Array2-idx.h (Array2<T>::index): Fix thinko. | |
9306 Additional compatibility fix. | |
9307 | |
9308 2003-02-13 Arno Klaassen <arno@scito.com> | |
9967 | 9309 |
9310 * Array2-idx.h, Array2.cc, Array2.h, Array3.cc, Array3.h, | |
4323 | 9311 ArrayN.cc, ArrayN.h, DiagArray2.cc, DiagArray2.h, MDiagArray2.h: |
9312 Sprinkle with Array<T>:: as necessary for gcc 3.4. | |
9967 | 9313 |
4322 | 9314 2003-02-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9315 | |
9316 * Array2-idx.h (Array2<T>::index (idx_vector&, int, const T&)): | |
9317 Compatibility fix. | |
9318 | |
4316 | 9319 2003-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9320 | |
9321 * CColVector.cc (ComplexColumnVector::extract_n): New function. | |
9322 * CRowVector.cc (ComplexRowVector::extract_n): Likewise. | |
9323 * CMatrix.cc (ComplexMatrix::extract_n): Likewise. | |
9324 * dColVector.cc (ColumnVector::extract_n): Likewise. | |
9325 * dRowVector.cc (RowVector::extract_n): Likewise. | |
9326 * dMatrix.cc (Matrix::extract_n): Likewise. | |
9327 | |
9328 * CColVector.cc (ComplexColumnVector::insert): Improve efficiency | |
9329 with make_unique and xelem. | |
9330 * CRowVector.cc (ComplexRowVector::insert): Likewise. | |
9331 * CMatrix.cc (ComplexMatrix::insert, ComplexMatrix::fill, | |
9332 ComplexMatrix::extract, ComplexMatrix::row, | |
9333 ComplexMatrix::column): Likewise. | |
9334 * dColVector.cc (ColumnVector::insert): Likewise. | |
9335 * dRowVector.cc (RowVector::insert): Likewise. | |
9336 * dMatrix.cc (Matrix::insert, Matrix::fill, Matrix::extract, | |
9337 Matrix::row, Matrix::column): Likewise. | |
9338 | |
4313 | 9339 2003-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9340 | |
9341 * lo-mappers.cc (imag (double)): Return 0.0 for all args, even NaN. | |
9342 | |
4309 | 9343 2003-01-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9344 | |
9345 * CMatrix.cc, dMatrix.cc: Move min and max functions here, from | |
9346 src/DLD-FUNCTIONS/minmax.cc, and make them extern. | |
9347 * CMatrix.h, dMatrix.h: Provide decls. | |
9348 | |
4307 | 9349 2003-01-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
9350 | |
9351 * oct-rand.h, oct-rand.cc: New files. | |
9352 * Makefile.in: Add them to the appropriate lists. | |
9353 | |
4306 | 9354 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9355 | |
9356 * Array2-idx.h (Array2<T>::index): Fix off-by-one error. | |
9357 | |
4299 | 9358 2003-01-16 Mumit Khan <khan@nanotech.wisc.edu> |
9359 | |
9360 * oct-syscalls.cc: Include signal.h. | |
9361 | |
4294 | 9362 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
9363 | |
9364 * oct-syscalls.cc (octave_syscalls::kill): New function. | |
9365 * oct-syscalls.h: Provide decl. | |
9967 | 9366 |
4294 | 9367 |
4293 | 9368 2003-01-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9369 | |
9370 * dMatrix.cc (Matrix::read): Set size and return immediately if | |
9371 there is nothing to read. | |
9372 | |
4290 | 9373 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9374 | |
9375 * lo-cutils.c: Define _XOPEN_SOURCE. | |
9376 | |
4286 | 9377 2003-01-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9378 | |
4288 | 9379 * getopt.h: Update to version from kpathsearch, so we will install |
9380 the version that we are using. | |
9381 | |
9382 * getopt.c, getopt1.c: Delete. | |
9383 (INCLUDES): Delete them from the list. We'll get these files from | |
9384 kpathsearch. | |
9385 | |
4286 | 9386 * Makefile.in (liboctave.$(LIBEXT)): Link directly to |
9387 ../kpathsea/STATIC/*.o. | |
9388 (liboctave.$(SHLEXT)): Link directly to ../kpathsea/SHARED/*.o. | |
9389 | |
4270 | 9390 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
9391 | |
4282 | 9392 * dMatrix.cc (read_int, write_int): Avoid warnings about |
9393 unreachable code. | |
9394 | |
4279 | 9395 * oct-alloc.h (DECLARE_OCTAVE_ALLOCATOR): Define operator delete |
9396 to correspond to placement new operator. | |
9397 | |
4278 | 9398 * dbleDET.cc (DET::value_will_overflow): We want det[1], not det[2]. |
9399 (DET::value_will_underflow): Likewise. | |
9400 * CmplxDET.cc (ComplexDET::value_will_overflow): Likewise. | |
9401 (ComplexDET::value_will_underflow): Likewise. | |
9402 | |
4276 | 9403 * Makefile.in (distclean): Also remove stamp-prereq. |
9404 | |
4306 | 9405 * Array2-idx.h (Array2<T>::assign): If assignment conforms but the |
9406 RHS and index are empty matrices, don't do anything. | |
4270 | 9407 |
4242 | 9408 2002-12-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
9409 | |
9410 * pathsearch.cc (make_retval, free_c_array, make_c_names, | |
9411 delete_c_names): New helper functions. | |
9412 (dir_path::find_first_of): New function. | |
9413 (dir_path::find_all_first_of): Likewise. | |
9414 * pathsearch.h: Provide decls. | |
9415 | |
9416 * oct-kpse.c (octave_kpse_path_find_first_of): New function. | |
9417 (octave_kpse_all_path_find_first_of): Likewise. | |
9418 * oct-kpse.h: Provide decls. | |
9419 | |
4231 | 9420 2002-12-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9421 | |
9422 * ODESSA.cc (ODESSA::integrate): Handle maxord. | |
9423 * ODESSA-opts.in: Likewise. | |
9424 | |
9425 * LSODE.cc (ODESSA::integrate): Handle maxord. | |
9426 * LSODE-opts.in: Likewise. | |
9427 | |
4229 | 9428 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9429 | |
4230 | 9430 * ODESSA.cc (ODESSA::ODESSA): Initialize "initialized" data member |
9431 in all constructors. | |
9432 | |
4229 | 9433 * Makefile.in (liboctave.$(SHLEXT)): Include $(LIBKPATHSEA) here. |
9434 (LINK_DEPS): Not here. | |
9435 | |
4219 | 9436 2002-12-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9437 | |
4220 | 9438 * str-vec.cc (string_vector::compare): New static member function. |
9439 * str-vec.h: Provide decl. | |
9440 (string_vector::sort): Use it. | |
9441 (str_vec_compare): Delete static function. | |
9442 | |
4219 | 9443 * oct-alloc.h (DECLARE_OCTAVE_ALLOCATOR): Also declare and define |
9444 a placement operator new. | |
9445 | |
4209 | 9446 2002-12-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
9447 | |
4210 | 9448 * Matrix.h: Include mx-ops.h too. |
4209 | 9449 * mx-ops.h: New file. |
9450 | |
4192 | 9451 2002-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
9452 | |
9453 * DASRT.cc, DASRT.h, Array.cc, ArrayN.h, Array.h, Array2.cc, | |
9454 Array2.h, Array3.cc, Array3.h, Bounds.cc, Bounds.h, CRowVector.h, | |
9455 CDiagMatrix.cc, CDiagMatrix.h, CMatrix.cc, CMatrix.h, | |
9456 CRowVector.cc, CColVector.h, ChangeLog, CmplxAEPBAL.cc, | |
9457 CmplxAEPBAL.h, CmplxCHOL.cc, CmplxCHOL.h, CmplxDET.cc, CmplxDET.h, | |
9458 CmplxHESS.cc, CmplxHESS.h, CmplxLU.cc, CmplxLU.h, CmplxQR.cc, | |
9459 CmplxQR.h, CmplxQRP.cc, ArrayN.cc, CmplxQRP.h, CmplxSCHUR.cc, | |
9460 CmplxSCHUR.h, CmplxSVD.cc, CmplxSVD.h, CollocWt.cc, dMatrix.cc, | |
9461 CollocWt.h, EIG.h, DASSL.cc, FEGrid.h, DASSL.h, DiagArray2.cc, | |
9462 DiagArray2.h, EIG.cc, FEGrid.cc, LSODE.cc, LPsolve.cc, LPsolve.h, | |
9463 LSODE.h, LinConst.cc, LinConst.h, MArray.h, MArray.cc, MArray2.cc, | |
9464 MArray2.h, MDiagArray2.cc, MDiagArray2.h, Range.cc, NLConst.h, | |
9465 NLEqn.cc, Range.h, NLEqn.h, Quad.cc, dbleQR.h, Quad.h, base-lu.cc, | |
9466 base-lu.h, boolMatrix.cc, boolMatrix.h, dColVector.cc, | |
9467 dColVector.h, dDiagMatrix.cc, dDiagMatrix.h, dMatrix.h, | |
9468 dRowVector.cc, dRowVector.h, dbleAEPBAL.cc, dbleAEPBAL.h, | |
9469 dbleCHOL.cc, dbleCHOL.h, dbleDET.cc, dbleDET.h, dbleHESS.cc, | |
9470 dbleHESS.h, dbleLU.cc, dbleLU.h, dbleQR.cc, dbleQRP.cc, dbleQRP.h, | |
9471 dbleSCHUR.cc, dbleSCHUR.h, dbleSVD.cc, dbleSVD.h, idx-vector.cc, | |
9472 idx-vector.h, oct-alloc.cc, CColVector.cc, DASPK.h, DASPK.cc, | |
9473 ODESSA.h, ODES.h, ODESSA.cc, ODES.cc, chMatrix.h, chMatrix.cc: | |
9967 | 9474 Use "defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION)" instead of |
4192 | 9475 "! defined (NO_PRAGMA_INTERFACE_IMPLEMENTATION)". |
9476 | |
4184 | 9477 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9478 | |
9479 * oct-shlib.cc (octave_dlopen_shlib::open): Use RTLD_GLOBAL too. | |
9480 From Remy Bruno <remy.bruno@libertysurf.fr> | |
9481 | |
4180 | 9482 2002-11-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9483 | |
9484 * lo-specfun.cc: Use F77_FUNC instead of F77_XFCN for calls to | |
9485 fortran code that should run fast enough that it is not worth all | |
9486 the setup costs of F77_XFCN. | |
9487 | |
9488 * Quad.cc (user_function): Surround body of function with | |
9489 BEGIN_INTERRUPT_WITH_EXCEPTIONS, END_INTERRUPT_WITH_EXCEPTIONS. | |
9490 * ODESSA.cc (odessa_f, odessa_j, odessa_b): Likewise. | |
9491 * NLEqn.cc (hybrd1_fcn, hybrj1_fcn): Likewise. | |
9492 * LSODE.cc (lsode_f, lsode_j): Likewise. | |
9493 * DASSL.cc (ddassl_f, ddassl_j): Likewise. | |
9494 * DASRT.cc (ddasrt_f, ddasrt_j, ddasrt_g): Likewise. | |
9495 * DASPK.cc (ddaspk_f, ddaspk_psol, ddaspk_j): Likewise. | |
9496 | |
4164 | 9497 2002-11-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9498 | |
9499 * lo-ieee.cc (octave_ieee_init): Check defined (__osf__) instead | |
9500 of ! defined (linux). | |
9501 | |
5095 | 9502 2002-11-09 Per Persson <persquare@mac.com> |
4162 | 9503 |
9504 * oct-shlib.cc (octave_dyld_shlib): New class. | |
9505 (make_shlib): Instantiate octave_dyld_shlib. | |
9506 | |
4152 | 9507 2002-11-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9508 | |
4153 | 9509 * CMatrix.cc, dMatrix.cc: Sprinkle with OCTAVE_QUIT. |
9510 | |
4152 | 9511 * ODESSA.cc (odessa_f, odessa_j, odessa_b): Abort on error. |
9512 | |
9513 * Array.h: Include <cstddef> here. | |
9514 | |
4142 | 9515 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9516 | |
4144 | 9517 * DASPK.cc (DASPK::do_integrate): Resize rwork and iwork before |
9518 using them. Accept inequality contraint option of 0. Assign | |
9519 pabs_tol and prel_tol before calling DASPK. Don't redeclare | |
9520 abs_tol and rel_tol. | |
9521 | |
4143 | 9522 * cmd-edit.h (command_editor::filename_completion_desired): New |
9523 static function. | |
9524 (command_editor::do_filename_completion_desired): New virtual function. | |
9525 * oct-rl-edit.c (octave_rl_filename_completion_desired): New function. | |
9526 * oct-rl-edit.h: Provide decl. | |
9527 | |
4142 | 9528 * Array2.cc (Array2<T>::get_size): #define MALLOC_OVERHEAD to |
9529 avoid OS X linker bug. | |
9530 * ArrayN.cc (ArrayN<T>::get_size): Likewise. | |
9531 | |
4139 | 9532 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
9533 | |
4141 | 9534 * ODESFunc.h (ODESFunc::ODES_fsub, ODESFunc::ODES_bsub, |
9535 ODESFunc::ODES_jsub): Reorder args for consistency with other | |
9536 solvers. | |
9537 * ODESSA.cc: Fix all callers. | |
9538 | |
4139 | 9539 * mx-inlines.cc (MX_BASE_REDUCTION_OP): Also return scalar |
9540 MT_RESULT if nr == 1 && nc == 0 && dim == -1 (i.e., | |
9541 sum(zeros(1,0)) returns 0, not [](1x0)). | |
9542 | |
4136 | 9543 2002-10-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9544 | |
9545 * Makefile.in (LINK_DEPS): Include $(FLIBS) here too. | |
9546 | |
4132 | 9547 2002-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9548 | |
4133 | 9549 * DASRT.cc (DASRT::integrate): Fix computation of lrw |
9550 (ddasrt_f): Combine loops. | |
9551 | |
4132 | 9552 * NLEqn.cc (NLEqn::solve): Return current estimate of solution |
9553 instead of empty vector if user termninates iteration. | |
9554 | |
4130 | 9555 2002-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
9556 | |
9557 * lo-utils.cc (read_inf_nan_na, octave_read_double, | |
9558 octave_read_complex, octave_write_double, octave_write_complex): | |
9559 New functions. | |
9560 * CMatrix.cc (operator << (std::ostream&, const ComplexMatrix&)): | |
9561 Use octave_write_complex. | |
9562 (operator >> (std::istream&, const ComplexMatrix&)): | |
9563 Use octave_read_complex. | |
9564 * dMatrix.cc (operator << (std::ostream&, double)): | |
9565 Use octave_write_double. | |
9566 (operator >> (std::istream&, double)): Use octave_read_double. | |
9567 | |
4126 | 9568 2002-10-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9569 | |
9570 * oct-kpse.c (octave_kpse_clear_dir_cache): Delete. | |
9571 * oct-kpse.h: Delete decl. | |
9572 * pathsearch.cc (dir_path::init): Delete unnecessary call to | |
9573 ::octave_kpse_clear_dir_cache. | |
9574 | |
4123 | 9575 2002-10-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
9576 | |
4124 | 9577 * lo-sstream.h: Undef HAVE_SSTREAM if using a version of g++ |
9578 earlier than 3.0. | |
9579 | |
4123 | 9580 * Makefile.in (LINK_DEPS): Include $(LIBKPATHSEA) here. |
9581 (liboctave.$(SHLEXT)): Not here. | |
9582 | |
5095 | 9583 2002-10-17 Paul Kienzle <pkienzle@users.sf.net> |
4110 | 9584 |
9585 * oct-shlib.cc (octave_w32_shlib): New class to support Windows. | |
9586 | |
4108 | 9587 2002-10-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9588 | |
9589 * Makefile.in (install-lib): Don't bother with versions for | |
9590 $(SHLBIN) files. | |
9591 | |
5095 | 9592 2002-10-16 Paul Kienzle <pkienzle@users.sf.net> |
4105 | 9593 |
9594 * Makefile.in (LIB_DEPS): Include $(LIBS). | |
9595 | |
4102 | 9596 2002-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9597 | |
9598 * lo-cieee.c: Move everything but lo_ieee_init here. | |
9599 (lo_ieee_Inf_value, lo_ieee_NA_value, lo_ieee_NaN_value): | |
9600 New functions. | |
9601 | |
9602 * Makefile.in (install): No need to use cd to create links. | |
9603 (LINK_DEPS): Include $(LIBOCTAVE_LFLAGS) before list of libraries. | |
9604 | |
5095 | 9605 2002-10-14 Paul Kienzle <pkienzle@users.sf.net> |
4102 | 9606 |
9607 * Makefile.in: Merge liboctave with liboct-readline and | |
9608 liboct-pathsearch. | |
9609 Use link dependencies for shared libs if INCLUDE_LINK_DEPS. | |
9610 (libraries): Depend on versioned library. | |
9611 (liboctave.$(SHLEXT), liboctave.$(SHLEXT_VER)): Reverse actions -- | |
9612 build unversioned library, symbolic link adds version info. | |
9613 (install, uninstall): Handle link and load forms of the library | |
9614 separately. | |
9615 | |
4101 | 9616 2002-10-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9617 | |
9618 * oct-time.cc: Use OCTAVE_USE_WINDOWS_API instead of __WIN32__ and | |
9619 __CYGWIN__. | |
9620 | |
9621 * file-ops.cc (file_ops::dir_sep_char, file_ops::dir_sep_str, | |
9622 file_ops::dir_sep_chars): New static functions to replace | |
9623 OCTAVE_DIR_SEP_CHAR, OCTAVE_DIR_SEP_STR, OCTAVE_DIR_SEP_CHARS. | |
9624 | |
9625 * oct-env.cc (octave_env::do_set_program_name): | |
9626 Use file_ops::dir_sep_chars instead of OCTAVE_DIR_SEP_CHARS. | |
9627 (octave_env::do_base_pathname): Likewise. | |
9628 (octave_env::do_make_absolute): Likewise. | |
9629 | |
9630 * oct-env.cc (octave_env::do_make_absolute): | |
9631 Use file_ops::dir_sep_str instead of OCTAVE_DIR_SEP_STR. | |
9632 (octave_env::do_get_home_directory): Likewise. | |
9633 | |
9634 * file-ops.cc (is_dir_sep): Use dir_sep_chars instead of embedding | |
9635 that information here too. | |
9636 (tilde_find_suffix, isolate_tilde_prefix, tilde_expand_word): | |
9637 Use file_ops::dir_sep_char instead of OCTAVE_DIR_SEP_CHAR. | |
9638 | |
9639 * file-ops.h: Use OCTAVE_HAVE_WINDOWS_FILESYSTEM and | |
9640 OCTAVE_HAVE_POSIX_FILESYSTEM instead of __WIN32__ and __CYGWIN__. | |
9641 | |
4097 | 9642 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
9643 | |
9644 * oct-env.h (octave_env::current_directory): Now mutable. | |
9645 (octave_env:do_getcwd): Now const. | |
9646 | |
9647 * file-ops.h, file-ops.cc (file_ops::is_dir_sep): New function. | |
9648 (OCTAVE_DIR_SEP_CHAR, OCTAVE_DIR_SEP_STR, OCTAVE_DIR_SEP_CHARS, | |
9649 OCTAVE_CURRENT_DIR_STR): New macros. | |
9650 * oct-env.cc (is_dir_sep): Delete. | |
9651 (octave_env::do_base_pathname): Look for OCTAVE_DIR_SEP_CHARS, not '/'. | |
9652 (octave_env::do_set_program_name): Likewise. | |
9653 (octave_env::do_polite_directory_format): Use file_ops::is_dir_sep | |
9654 instead of checking for '/'. | |
9655 (octave_env::pathname_backup): Likewise. | |
9656 (octave_env::do_absolute_pathname): Likewise. | |
9657 (octave_env::do_make_absolute): Likewise. | |
9658 If dot_path is empty, use getcwd to set current_dir. | |
9659 (octave_env::do_get_home_directory): Use OCTAVE_DIR_SEP_STR | |
9660 instead of "/". | |
9661 | |
5095 | 9662 2002-10-07 Paul Kienzle <pkienzle@users.sf.net> |
4093 | 9663 |
9664 * lo-cutils.c: On non-Posix Windows systems, include winsock.h. | |
9665 | |
5095 | 9666 2002-10-07 Paul Kienzle <pkienzle@users.sf.net> |
4093 | 9667 |
9668 * oct-env.cc (octave_env::do_absolute_pathname): Recognize | |
9669 absolute path names under MinGW as well. | |
9670 | |
9671 2002-10-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9672 | |
9673 * oct-env.cc: Include <cctype> too. | |
9674 | |
4087 | 9675 2002-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9676 | |
9677 * oct-env.cc (octave_env::do_absolute_pathname): Handle Windows | |
9678 filenames. | |
9679 (octave_env::do_make_absolute): Check for absolute name with | |
9680 do_absolute_path. | |
4088 | 9681 (octave_env::do_chdir): Likewise. |
9682 (is_dir_sep): New function. | |
4087 | 9683 |
5095 | 9684 2002-10-03 Paul Kienzle <pkienzle@users.sf.net> |
4085 | 9685 |
4086 | 9686 * oct-time.cc (octave_time::stamp): Better resolution for Windows |
9687 systems. | |
4085 | 9688 |
4083 | 9689 2002-10-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9690 | |
9691 * dMatrix.cc (Matrix::read): Clean up error handling logic. | |
9692 | |
4080 | 9693 2002-09-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9694 | |
4081 | 9695 * file-ops.cc (file_ops::mkdir): Handle one-arg mkdir here. |
9696 | |
4080 | 9697 * lo-specfun.cc (acosh): Call xdacosh, not dacosh. |
9698 | |
5095 | 9699 2002-09-27 Per Persson <persquare@mac.com> |
4076 | 9700 |
9701 * oct-group.cc (octave_group::octave_group): Dont' forget to set | |
9702 gr_gid too. | |
9703 | |
4072 | 9704 2002-09-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
9705 | |
4074 | 9706 * lo-mappers.cc (xisnan, xfinite, xisinf): Simply forward to |
9707 lo_ieee_* functions. | |
4072 | 9708 * Makefile.in (LIBOCTAVE_C_SOURCES): Add lo-cieee.c to the list. |
4074 | 9709 * lo-ieee.cc (lo_ieee_double): Rename from ieee_double. |
9710 (LO_IEEE_NA_HW, LO_IEEE_NA_LW): Rename from NA_HW and NA_LW. | |
4072 | 9711 * lo-cieee.c: New file. |
4074 | 9712 [SCO] (isinf, isnan): Move here from lo-ieee.cc. |
4072 | 9713 * lo-ieee.h: Now all extern "C". |
4074 | 9714 (lo_ieee_isnan, lo_ieee_finite, lo_ieee_isinf): Move here from |
9715 lo-mappers.cc and rename from xisnan, xfinite, xisinf. | |
9716 | |
4072 | 9717 * lo-ieee.cc (lo_ieee_hw, lo_ieee_low): Rename from hw and lw. |
9718 Now extern. | |
9719 | |
4066 | 9720 2002-09-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
9721 | |
9722 * Array.cc, Array.h, Array2.cc, Array2.h, Array3.cc, Array3.h, | |
9723 ArrayN.cc, ArrayN.h, Bounds.cc, Bounds.h, CColVector.cc, | |
9724 CColVector.h, CDiagMatrix.cc, CDiagMatrix.h, CMatrix.cc, | |
9725 CMatrix.h, CRowVector.cc, CRowVector.h, CmplxAEPBAL.cc, | |
9726 CmplxAEPBAL.h, CmplxCHOL.cc, CmplxCHOL.h, CmplxDET.cc, CmplxDET.h, | |
9727 CmplxHESS.cc, CmplxHESS.h, CmplxLU.cc, CmplxLU.h, CmplxQR.cc, | |
9728 CmplxQR.h, CmplxQRP.cc, CmplxQRP.h, CmplxSCHUR.cc, CmplxSCHUR.h, | |
9729 CmplxSVD.cc, CmplxSVD.h, CollocWt.cc, CollocWt.h, DAE.cc, | |
9730 DASPK.cc, DASPK.h, DASRT.cc, DASRT.h, DASSL.cc, DASSL.h, | |
9731 DiagArray2.cc, DiagArray2.h, EIG.cc, EIG.h, FEGrid.cc, FEGrid.h, | |
9732 LPsolve.cc, LPsolve.h, LSODE.cc, LSODE.h, LinConst.cc, LinConst.h, | |
9733 MArray.cc, MArray.h, MArray2.cc, MArray2.h, MDiagArray2.cc, | |
9734 MDiagArray2.h, NLConst.h, NLEqn.cc, NLEqn.h, ODES.cc, ODES.h, | |
9735 ODESSA.cc, ODESSA.h, Quad.cc, Quad.h, Range.cc, Range.h, | |
9736 base-lu.cc, base-lu.h, boolMatrix.cc, boolMatrix.h, chMatrix.cc, | |
9737 chMatrix.h, dColVector.cc, dColVector.h, dDiagMatrix.cc, | |
9738 dDiagMatrix.h, dMatrix.cc, dMatrix.h, dRowVector.cc, dRowVector.h, | |
9739 dbleAEPBAL.cc, dbleAEPBAL.h, dbleCHOL.cc, dbleCHOL.h, dbleDET.cc, | |
9740 dbleDET.h, dbleHESS.cc, dbleHESS.h, dbleLU.cc, dbleLU.h, | |
9741 dbleQR.cc, dbleQR.h, dbleQRP.cc, dbleQRP.h, dbleSCHUR.cc, | |
9742 dbleSCHUR.h, dbleSVD.cc, dbleSVD.h, idx-vector.cc, idx-vector.h, | |
9743 oct-alloc.cc: | |
9744 If __GNUG__, use pragma interface/implementation. Allow this to | |
9745 be turned off by defining NO_PRAGMA_INTERFACE_IMPLEMENTATION. | |
9746 | |
5095 | 9747 2002-09-26 Paul Kienzle <pkienzle@users.sf.net> |
4064 | 9748 |
4066 | 9749 * file-ops.cc (file_ops::readlink): Don't declare buffer if |
9750 system readlink function is not available. | |
9751 | |
4065 | 9752 * lo-mappers.cc (xerf, xerfc): Delete. |
9753 * lo-mappers.h (xerf, xerfc): Delete decls. | |
9754 | |
4064 | 9755 * lo-mappers.cc: Remove unused #define M_PI. |
9756 * lo-specfun.cc: Add #define M_PI if needed. | |
9757 | |
4062 | 9758 2002-09-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9759 | |
9760 * cmd-edit.cc (do_decode_prompt_string): Cope with possibility | |
9761 that geteuid doesn't exist. | |
9762 | |
9763 * LP.h: Rename LP class to octave_LP. | |
9764 LPsolve.h: Change all uses. | |
9765 | |
9766 * file-ops.cc, oct-passwd.cc oct-syscalls.cc oct-group.cc: Remove | |
9767 incorrect token-pasting op. | |
9768 | |
9769 * statdefs.h [! S_ISLNK]: undef HAVE_LSTAT instead of trying to | |
9770 define lstat. | |
9771 | |
4061 | 9772 2002-09-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9773 | |
9774 * Array.cc, Array.h, Array2.cc, Array2.h, Array3.cc, Array3.h, | |
9775 ArrayN.cc, ArrayN.h, Bounds.cc, Bounds.h, CColVector.cc, | |
9776 CColVector.h, CDiagMatrix.cc, CDiagMatrix.h, CMatrix.cc, | |
9777 CMatrix.h, CRowVector.cc, CRowVector.h, CmplxAEPBAL.cc, | |
9778 CmplxAEPBAL.h, CmplxCHOL.cc, CmplxCHOL.h, CmplxDET.cc, CmplxDET.h, | |
9779 CmplxHESS.cc, CmplxHESS.h, CmplxLU.cc, CmplxLU.h, CmplxQR.cc, | |
9780 CmplxQR.h, CmplxQRP.cc, CmplxQRP.h, CmplxSCHUR.cc, CmplxSCHUR.h, | |
9781 CmplxSVD.cc, CmplxSVD.h, CollocWt.cc, CollocWt.h, DAE.cc, | |
9782 DASPK.cc, DASPK.h, DASRT.cc, DASRT.h, DASSL.cc, DASSL.h, | |
9783 DiagArray2.cc, DiagArray2.h, EIG.cc, EIG.h, FEGrid.cc, FEGrid.h, | |
9784 LPsolve.cc, LPsolve.h, LSODE.cc, LSODE.h, LinConst.cc, LinConst.h, | |
9785 MArray.cc, MArray.h, MArray2.cc, MArray2.h, MDiagArray2.cc, | |
9786 MDiagArray2.h, NLConst.h, NLEqn.cc, NLEqn.h, ODES.cc, ODES.h, | |
9787 ODESSA.cc, ODESSA.h, Quad.cc, Quad.h, Range.cc, Range.h, | |
9788 base-lu.cc, base-lu.h, boolMatrix.cc, boolMatrix.h, chMatrix.cc, | |
9789 chMatrix.h, dColVector.cc, dColVector.h, dDiagMatrix.cc, | |
9790 dDiagMatrix.h, dMatrix.cc, dMatrix.h, dRowVector.cc, dRowVector.h, | |
9791 dbleAEPBAL.cc, dbleAEPBAL.h, dbleCHOL.cc, dbleCHOL.h, dbleDET.cc, | |
9792 dbleDET.h, dbleHESS.cc, dbleHESS.h, dbleLU.cc, dbleLU.h, | |
9793 dbleQR.cc, dbleQR.h, dbleQRP.cc, dbleQRP.h, dbleSCHUR.cc, | |
9794 dbleSCHUR.h, dbleSVD.cc, dbleSVD.h, idx-vector.cc, idx-vector.h, | |
9795 oct-alloc.cc: | |
9796 Use USE_PRAGMA_INTERFACE_IMPLEMENTATION instead of __GNUG__ | |
9797 to decide whether to use the interface/implementation pragmas. | |
9798 | |
4058 | 9799 2002-09-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9800 | |
9801 * Makefile.in (INCLUDES): Add lo-sstream.h to the list. | |
9802 | |
4055 | 9803 2002-08-17 Mumit Khan <khan@nanotech.wisc.edu> |
9804 | |
9805 * CmplxCHOL.h, CollocWt.h, cmd-edit.h, oct-shlib.h: Don't use | |
9806 qualified names. | |
9807 | |
4051 | 9808 2002-08-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9809 | |
4054 | 9810 * Array.h, Array2-idx.h, DiagArray2.cc, Array2.cc, Array3.cc, |
9811 ArrayN.cc: Add typename where needed. | |
4053 | 9812 |
4051 | 9813 * DASPK.cc: Include lo-sstream.h and use macros instead of using |
9814 strstream classes directly. | |
9815 * DASRT.cc: Likewise. | |
9816 * DASSL.cc: Likewise. | |
9817 * LSODE.cc: Likewise. | |
9818 * ODESSA.cc: Likewise. | |
9819 | |
9820 * cmd-hist.cc: Don't include <strstream>. | |
9821 * oct-shlib.cc: Likewise. | |
9822 | |
9823 * lo-sstream.h: New file. | |
9824 | |
4049 | 9825 2002-08-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9826 | |
9827 * LSODE.h (rel_tol, abs_tol, px, pabs_tol, piwork, prwork, itol): | |
9828 New data members. | |
9829 (LSODE::sanity_checked): Delete unused data member. | |
9830 | |
9831 * DASPKL.h (initialized, abs_tol, rel_tol, px, pxdot, pabs_tol, | |
9832 prel_tol, pinfo, piwork, prwork): New data members. | |
9833 * DASSL.h (DASSL): Likewise. | |
9834 | |
9835 * DASRT.h (DASRT::sanity_checked): Delete unused data member. | |
9836 | |
9837 * DASRT.cc (DASRT::integrate (double)): Better handling of | |
9838 initialization, changes in options, etc. | |
9839 * DASPK.cc (DASPK::do_integrate): Likewise. | |
9840 * DASSL.cc (DASSL::do_integrate): Likewise. | |
9841 * LSODE.cc (LSODE::do_integrate): Likewise. | |
9842 | |
4047 | 9843 2002-08-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9844 | |
4049 | 9845 * DAEFunc.h (DAEFunc::reset): New data member. |
9846 * DAERTFunc.h (DAERTFunc::reset): Likewise. | |
9847 | |
9848 * base-de.h (base_diff_eqn::set_stop_time): Force restart here. | |
9849 (base_diff_eqn::clear_stop_time): Likewise. | |
9850 | |
4047 | 9851 * DASSL.cc (DASSL::do_integrate (double)): Handle more optoins. |
9852 * DASPK.cc (DASPK::do_integrate (double)): Likewise. | |
9853 | |
5095 | 9854 2002-08-15 Paul Kienzle <pkienzle@users.sf.net> |
4044 | 9855 |
9856 * DASPK-opts.in, DASPK.h: Move include to .in file. | |
9857 * DASRT-opts.in, DASRT.h: Likewise. | |
9967 | 9858 * DASSL-opts.in, DASSL.h: Likewise. |
4044 | 9859 * LSODE-opts.in, LSODE.h: Likewise. |
9860 * NLEqn-opts.in, NLEqn.h: Likewise. | |
9861 * ODESSA-opts.in, ODESSA.h: Likewise. | |
9862 | |
4038 | 9863 2002-08-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9864 | |
4042 | 9865 * LSODE.cc (LSODE::error_message): Also return current T on |
9866 failures when that makes sense. | |
4043 | 9867 * DASSL.cc (DASSL::error_message): Likewise. |
9868 * DASRT.cc (DASRT::error_message): Likewise. | |
9869 * DASPK.cc (DASPK::error_message): Likewise. | |
9870 * ODESSA.cc (ODESSA:error_message): Likewise. | |
4042 | 9871 |
4038 | 9872 * Makefile.in (liboct-pathsearch.$(SHLEXT_VER)): Link to |
9873 $(LIBKPATHSEA) here. | |
9874 | |
4025 | 9875 2002-08-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9876 | |
9877 * lo-ieee.cc (lo_ieee_is_NA): New function. | |
9878 (lo_ieee_is_NaN_or_NA): New function. | |
9879 (octave_NA): New global value. | |
9880 (octave_ieee_init): Initialize it. | |
9881 * lo-mappers.cc (octave_is_NA): New function. | |
9882 (octave_is_NaN_or_NA): New function. | |
9883 (xisnan): Return false if NaN looks like a missing value. | |
9884 (xisnan (const Complex&)): Use xisnan here. | |
9885 | |
4015 | 9886 2002-08-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
9887 | |
4017 | 9888 * CMatrix.h (ComplexMatrix::all, ComplexMatrix::any, |
9889 ComplexMatrix::cumprod, ComplexMatrix::cumsum, | |
9890 ComplexMatrix::prod, ComplexMatrix::sum, ComplexMatrix::sumsq): | |
9891 Default value for dim is -1, not 0. | |
9892 * dMatrix.h (Matrix::all, Matrix::any, Matrix::cumprod, | |
9893 Matrix::cumsum, Matrix::prod, Matrix::sum, Matrix::sumsq): Likewise. | |
9894 * boolMatrix.h (boolMatrix:all, boolMatrix::any): Likewise. | |
9895 * chMatrix.h (charMatrix::all, charMatrix::any): Likewise. | |
9896 | |
4015 | 9897 * mx-inlines.cc (MX_ANY_ALL_OP_ROW_CODE, MX_ANY_ALL_OP_COL_CODE): |
9898 New macros. | |
9899 (MX_ANY_ALL_OP): Define MX_ANY_ALL_OP using them and | |
9900 MX_BASE_REDUCTION_OP. | |
9901 (MX_CUMULATIVE_OP): Fix spelling. Change all uses. | |
9902 | |
4014 | 9903 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9904 | |
4015 | 9905 * chMatrix.h, chMatrix.cc (charMatrix::any, charMatrix::all): |
9906 Return boolMatrix, not Matrix. | |
9907 | |
9908 * mx-inlines.cc (MX_ANY_ALL_OP, MX_ALL_OP, MX_ANY_OP): New macros. | |
9909 * dMatrix.cc (Matrix::any): Replace guts with MX_ANY_OP. | |
9910 (Matrix::all): Replace guts with MX_ALL_OP. | |
9911 * CMatrix.cc (ComplexMatrix::any): Replace guts with MX_ANY_OP. | |
9912 (ComplexMatrix::all): Replace guts with MX_ALL_OP. | |
9913 * boolMatrix.cc (boolMatrix::any): Replace guts with MX_ANY_OP. | |
9914 (boolMatrix::all): Replace guts with MX_ALL_OP. | |
9915 * chMatrix.cc (charMatrix::any): Replace guts with MX_ANY_OP. | |
9916 (charMatrix::all): Replace guts with MX_ALL_OP. | |
9917 | |
9918 * dMatrix.h (Matrix::any): New arg, dim. | |
9919 (Matrix::all): Likewise. | |
9920 * CMatrix.h (ComplexMatrix::any): Likewise. | |
9921 (ComplexMatrix::all): Likewise. | |
9922 * boolMatrix.h (boolMatrix::any): Likewise. | |
9923 (boolMatrix::all): Likewise. | |
9924 * chMatrix.h (charMatrix::any): Likewise. | |
9925 (charMatrix::all): Likewise. | |
9926 | |
4014 | 9927 * Makefile.in: Use $@-t instead of $@.t. |
9928 | |
4004 | 9929 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9930 | |
9931 * lo-specfun.cc (gammainc): New arg, err, for scalar version. | |
9932 Use it in matrix versions to avoid spewing multiple errors. | |
9933 Call xgammainc instead of dgamit. | |
9934 | |
3998 | 9935 2002-07-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9936 | |
9967 | 9937 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const boolMatrix&)): |
3998 | 9938 Get rows and columns right in loop. |
9939 (ComplexMatrix::ComplexMatrix (const charMatrix&)): Likewise. | |
9940 | |
9941 2002-07-19 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9942 | |
9943 * DASPK.cc (DASPK::do_integrate): Allow array tolerances. | |
9944 * DASRT.cc (DASRT::integrate): Likewise. | |
9945 * DASSL.cc (DASSL::do_integrate): Likewise. | |
9946 | |
9947 * Quad.cc: Don't pass tolerances in constructors. | |
9948 | |
9949 * DASPK-opts.in, DASRT-opts.in, DASSL-opts.in, LSODE-opts.in, | |
9950 NLeqn-opts.in, ODESSA-opts.in, Quad-opts.in: New files. | |
9951 * DASPK-opts.h, DASRT-opts.h, DASSL-opts.h, LSODE-opts.h, | |
9952 NLeqn-opts.h, ODESSA-opts.h, Quad-opts.h: Generate automatically | |
9953 from corresponding .in files. | |
9954 * LSODE.h, Quad.h: Replace options class definitions with included | |
9955 file. | |
9956 * Makefile.in (OPTS_INC_SRC, OPTS_INC): New variables, new rule to | |
9967 | 9957 create OPTS_INC files from OPTS_INC_SRC files. |
3998 | 9958 (stamp-prereq): New target. |
9959 (libraries): Depend on stamp-prereq. | |
9960 Include stamp-prereq along with $(MAKEDEPS). | |
9961 | |
3997 | 9962 2002-07-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9963 | |
9964 * base-de.h (base_diff_eqn::istate): New data member. | |
9965 (base_diff_eqn::integration_state): New member function. | |
9966 * LSODE.h, LSODE.cc, ODESSA.h, ODESSA.cc: Delete corresponding | |
9967 data members and functions. | |
9968 * DASPK.h, DASRT.h, DASSL.h: Delete idid data member. | |
9969 * DASPK.cc, DASRT.cc, DASSL.cc: Use istate instead of idid. | |
9970 | |
3990 | 9971 2002-07-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
9972 | |
3995 | 9973 * base-de.h (base_diff_eqn::stop_time, |
9974 base_diff_eqn::stop_time_set, base_diff_eqn::restart, | |
9975 base_diff_eqn::integration_error): New data members. | |
9976 (base_diff_eqn::set_stop_time, base_diff_eqn::clear_stop_time, | |
9977 base_diff_eqn::force_restart, base_diff_eqn::integration_ok, | |
9978 base_diff_eqn::error_message): New member functions. | |
9979 * LSODE.h, LSODE.cc, DASSL.h, DASSL.cc, DASPK.h, DASPK.cc, | |
9980 DASRT.h, DASRT.cc, ODESSA.h, ODESSA.cc: Delete corresponding data | |
9981 members and functions. | |
9982 | |
3992 | 9983 * DASRT.h (DASRT::set_ng, DASRT::get_ng): Delete |
9984 * DASRT.cc (DASRT::DASRT): Set ng here. | |
3993 | 9985 (DASRT::integrate): Don't forget to set nn. |
3992 | 9986 |
3991 | 9987 * DAEFunc.h (DAEFunc): Jacobian function now follows format of DASSL. |
9988 * DASSL.cc (ddassl_j): Make it work. | |
9989 * DASPK.cc (ddaspk_j): Likewise. | |
9990 | |
3990 | 9991 * DAE.cc: Delete. |
9992 | |
9993 * DAERT.h, DAERTFunc.h, DASRT.h, DASRT.cc: New files for DAE | |
9994 solving with root finding. | |
9995 * Makefile.in: Add them to the appropriate lists. | |
9996 | |
9997 * base-dae.h: New file. | |
9998 * Makefile.in (INCLUDES): Add it to the list. | |
9999 * DAE.h (DAE): Derive from base_diff_alg_eqn, not base_diff_eqn. | |
10000 | |
3984 | 10001 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10002 | |
10003 * ODE.h: Move integrate and do_integrate method declarations and | |
10004 definitions here. | |
10005 * base-de.h: From here. | |
10006 | |
10007 * ODES.h, ODES.cc, ODESFunc.h, ODESSA.h, ODESSA.cc: New files. | |
10008 * Makefile.in: Add them to the appropriate lists. | |
9967 | 10009 (LIBOCTAVE_CXX_SOURCES): |
3984 | 10010 |
3971 | 10011 2002-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
10012 | |
10013 * NLEqn.cc (NLEqn::error_message): New function. | |
10014 * NLEqn.h (NLEqn::solution_state, NLEqn::solution_ok): New functions. | |
10015 | |
3970 | 10016 2002-07-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10017 | |
10018 * lo-utils.cc (octave_fgetl): New function. | |
10019 * cmd-edit.cc (do_readline): Use it instead of octave_fgets. | |
10020 | |
3959 | 10021 2002-05-24 John W. Eaton <jwe@bevo.che.wisc.edu> |
10022 | |
10023 * LSODE.cc (LSODE::error_message): New function. | |
10024 * LSODE.h: Provide decl. | |
10025 (LSODE::integration_state): New function. | |
10026 (LSODE::integration_ok): New function. | |
10027 | |
3952 | 10028 2002-05-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10029 | |
3955 | 10030 * LSODE.cc (LSODE_options::x_integration_method): New data member. |
10031 (LSODE_options::set_integration_method, | |
10032 LSODE_options::integration_method): New functions. | |
3954 | 10033 |
3952 | 10034 * LSODE.h (LSODE_options::x_absolute_tolerance): Now Array<double>. |
10035 Change all uses. | |
10036 (LSODE_OPTIONS::absolute_tolerance): Return Array<double>, not double. | |
10037 (LSODE_OPTIONS::set_absolute_tolerance (const Array<double>&)): | |
10038 New function. | |
10039 | |
10040 * Array.h (Array::fortran_vec): New const version. | |
10041 | |
3951 | 10042 2002-05-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10043 | |
10044 * cmd-edit.cc (gnu_readline::history_search_backward): New function. | |
10045 (gnu_readline::history_search_forward): Likewise. | |
10046 (gnu_readline::gnu_readline): Use them instead of passing pointers | |
10047 to extern "C" functions to octave_rl_ad_defun. | |
10048 | |
5095 | 10049 2002-05-22 Mumit Khan <khan@nanotech.wisc.edu> |
3946 | 10050 |
10051 * DASPK.cc (ddaspk_psol): Return value. | |
10052 * oct-rl-edit.c: Use /* ... */ to comment. | |
10053 | |
3945 | 10054 2002-05-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10055 | |
10056 * DASSL.h (DASSL_options::init): Undo previous change. | |
10057 (DASSL_options::set_absolute_tolerance): Likewise. | |
10058 * LSODE.h (LSODE_options::init): Likewise. | |
10059 (LSODE_options::set_absolute_tolerance): Likewise. | |
10060 | |
10061 * DASPK.h (DASPK_options::init): Use default absolute tolerance of | |
10062 sqrt(eps), not eps^2. | |
10063 DASPK_options::set_absolute_tolerance): Likewise. | |
10064 | |
5095 | 10065 2002-05-17 Mumit Khan <khan@nanotech.wisc.edu> |
3944 | 10066 |
10067 * Array.h (Array<T>::resize_fill_value): Return default initialized | |
10068 object. | |
10069 | |
3933 | 10070 2002-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10071 | |
10072 * oct-rl-edit.c (OCTAVE_RL_SAVE_STRING): New macro. | |
10073 (octave_rl_set_name, octave_rl_set_basic_quote_characters): Use it. | |
10074 (octave_rl_set_basic_word_break_characters, | |
10075 octave_rl_set_completer_word_break_characters): New functions. | |
10076 * oct-rl-edit.h: Provide decls. | |
10077 * cmd-edit.cc (gnu_readline::do_set_basic_word_break_characters, | |
10078 gnu_readline::do_set_completer_word_break_characters): New functions. | |
10079 (command_editor::set_basic_quote_characters, | |
10080 command_editor::set_completion_append_character): New static functions. | |
10081 * cmd-edit.h: Provide decls. | |
10082 (command_editor::do_set_basic_word_break_characters, | |
10083 command_editor::do_set_completer_word_break_characters): | |
10084 New virtual functions. | |
10085 | |
10086 * CMatrix.h, boolMatrix.h, chMatrix.h, dMatrix.h | |
10087 (resize_fill_value): New static function. | |
10088 | |
10089 * Array-idx.h (Array<T>::index): New args, resize_ok and | |
10090 resize_fill_value. | |
10091 * Array2-idx.h (Array2<T>::index): Likewise. | |
10092 * ArrayN-idx.h (ArrayN<T>::index): Likewise. | |
10093 | |
10094 * Array2.cc (Array<T>::print_info): New function. | |
10095 * Array2.h: Provide decl. | |
10096 | |
10097 * Array.cc (Array<T>::print_info): New function. | |
10098 * Array.h: Provide decl. | |
10099 | |
3928 | 10100 2002-05-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
10101 | |
10102 * idx-vector.h (idx_vector::idx_vector (int)): New function. | |
10103 (idx_vector_rep::idx_vector_rep (int)): New decl. | |
10104 * idx-vector.cc (idx_vector_rep::idx_vector_rep (int)): New function. | |
10105 | |
10106 * Array.h (Array<T>::resize_fill_value (void)): New static function. | |
10107 (assign (Array<LT>&, const Array<RT>&)): Use it. | |
10108 * Array2.h (assign (Array2<LT>&, const Array2<RT>&)): Use it. | |
10109 * ArrayN.h (assign (ArrayN<LT>&, const ArrayN<RT>&)): Use it. | |
10110 | |
9967 | 10111 2002-05-02 Cai Jianming <caijianming@yahoo.co.uk> |
3928 | 10112 |
10113 * Array3.h (Array3<T>::checkelem): Improve error message. | |
10114 * ArrayN.h (ArrayN<T>::range_error): Likewise. | |
10115 * DiagArray2.cc (DiagArray2<T>::checkelem): Likewise. | |
10116 * DiagArray2.cc (DiagArray2<T>::operator ()): Likewise. | |
10117 | |
3919 | 10118 2002-04-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
10119 | |
10120 * DASSL.h (DASSL_options::init): Undo previous change. | |
10121 (DASSL_options::set_absolute_tolerance): Likewise. | |
10122 | |
3912 | 10123 2002-04-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
10124 | |
10125 * DASPK.h, DASPK.cc: New files. | |
10126 * Makefile.in: Add them to the appropriate lists. | |
10127 | |
3904 | 10128 2002-04-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10129 | |
10130 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&) const): | |
10131 Simplify indexing when one or both of the indices are empty. | |
10132 | |
3896 | 10133 2002-04-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
10134 | |
10135 * DASSL.h (DASSL_options::init): Set absolute tolerance to eps ^ 2. | |
10136 (DASSL_options::set_absolute_tolerance): Likewise. | |
10137 * LSODE.h (LSODE_options::init): Likewise. | |
10138 (LSODE_options::set_absolute_tolerance): Likewise. | |
10139 | |
5095 | 10140 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 10141 |
10142 * f2c-main.c (MAIN_, MAIN__): Delete. Use F77_DUMMY_MAIN instead. | |
10143 * file-stat.cc (file_stat::update_internal, file_stat::copy): | |
10144 Use HAVE_STRUCT_STAT_ST_RDEV instead of HAVE_ST_RDEV. | |
10145 Use HAVE_STRUCT_STAT_ST_BLKSIZE instead of HAVE_ST_BLKSIZE. | |
10146 Use HAVE_STRUCT_STAT_ST_BLOCKS instead of HAVE_ST_BLOCKS. | |
10147 * file-stat.h: Likewise. | |
10148 * oct-time.cc (octave_time::octave_time, octave_base_tm::strftime, | |
10149 octave_base_tm::init, octave_strptime::init): Use HAVE_TM_ZONE | |
10150 instead of HAVE_STRUCT_TM_TM_ZONE. | |
10151 * strftime.c: Likewise. | |
10152 * lo-specfun.cc, mach-info.cc, CColVector.cc, CMatrix.cc, | |
10153 CRowVector.cc, CmplxAEPBAL.cc, CmplxCHOL.cc, CmplxHESS.cc, | |
10154 CmplxLU.cc, CmplxQR.cc, CmplxQRP.cc, CmplxSCHUR.cc, CmplxSVD.cc, | |
10155 CollocWt.cc, DASSL.cc, EIG.cc, LSODE.cc, NLEqn.cc, Quad.cc, | |
10156 dColVector.cc, dMatrix.cc, dRowVector.cc, dbleAEPBAL.cc, | |
10157 dbleCHOL.cc, dbleHESS.cc, dbleLU.cc, dbleQR.cc, dbleQRP.cc, | |
10158 dbleSCHUR.cc, dbleSVD.cc: Use F77_FUNC instead of F77_FCN. | |
10159 | |
5095 | 10160 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3883 | 10161 |
9967 | 10162 * CmplxQR.cc (ComplexQR::init): Use economy QR decomposition |
3883 | 10163 internally when the user requests it. |
10164 * CmplxQRP.cc (ComplexQRP::init): Ditto. | |
10165 * dbleQR.cc (QR::init): Ditto. | |
10166 * dbleQRP.cc (QRP::init): Ditto. | |
10167 | |
3874 | 10168 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10169 | |
10170 * oct-fftw.cc (octave_fftw::fft2d): Avoid having to find a | |
10171 definition for NULL by passing 0 as the last arg to fftwnd_one. | |
10172 (octave_fftw::ifft2d): Likewise. | |
10173 | |
5095 | 10174 2002-02-22 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3873 | 10175 |
10176 * lo-mappers.cc (arg): Simply call atan2 (0.0, x). | |
10177 | |
3867 | 10178 2001-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10179 | |
10180 * data-conv.cc (LS_DO_READ): Don't do anything unless len > 0. | |
10181 (LS_DO_WRITE): Likewise. | |
9967 | 10182 |
3864 | 10183 2001-11-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
10184 | |
10185 * mx-inlines.cc (MX_CUMMULATIVE_OP): New macro. | |
10186 * CMatrix.cc (ComplexMatrix::cumprod, ComplexMatrix::cumsum): Use it. | |
10187 * dMatrix.cc (Matrix::cumprod, Matrix::cumsum): Likewise. | |
10188 | |
10189 * mx-inlines.cc (MX_REDUCTION_OP, MX_REDUCTION_OP_COL_EXPR, | |
10190 MX_REDUCTION_OP_ROW_EXPR): New macros. | |
10191 * dMatrix.cc (Matrix::prod, Matrix::sum): Use MX_REDUCTION_OP. | |
10192 * CMatrix.cc (ComplexMatrix::prod, ComplexMatrix::sum): Likewise. | |
10193 | |
10194 * mx-inlines.cc (MX_BASE_REDUCTION_OP): New macro. | |
10195 DIM == -1 now means no orientation for vector sums. | |
10196 * dMatrix.cc (ComplexMatrix::sumsq): Use it. | |
10197 * CMatrix.cc (ComplexMatrix::sumsq): Likewise. | |
10198 | |
3858 | 10199 2001-11-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
10200 | |
10201 * Range.cc (Range::nelem_internal): Special case ranges that must | |
10202 have zero elements. | |
10203 | |
3854 | 10204 2001-11-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
10205 | |
3857 | 10206 * Makefile.in: Split out readline and pathsearch functionality |
10207 into separate liboct-readline and liboct-pathsearch libraries. | |
10208 | |
3854 | 10209 * oct-rl-edit.c (octave_rl_clear_screen): Call rl_clear_screen, |
3857 | 10210 not _rl_clear_screen. Temporarily redefine rl_redisplay_function |
10211 to do nothing for this call to rl_clear_screen. | |
3854 | 10212 |
3849 | 10213 2001-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
10214 | |
10215 * DASSL.cc (ddassl_f): Handle IRES returned from user supplied | |
10216 function. | |
10217 * DAEFunc.h (DAERHSFunc): Add IRES to prototype. | |
10218 | |
3838 | 10219 2001-06-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
10220 | |
10221 * dMatrix.cc (Matrix::inverse, Matrix::solve, Matrix::determinant, | |
10222 Matrix::inverse): Handle the case of rcond being a NaN the same as | |
10223 a signular matrix. From "Jianming" <caijianming@yahoo.co.uk>. | |
10224 * CMatrix.cc (ComplexMatrix::inverse, ComplexMatrix::solve, | |
10225 ComplexMatrix::determinant, ComplexMatrix::inverse): Likewise. | |
10226 | |
3836 | 10227 2001-05-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
10228 | |
10229 * chMatrix.cc (charMatrix::row_as_string): New parameter, raw. | |
10230 | |
10231 * Array-i.cc, Array-s.cc, Array-d.cc, Array-ch.cc, Array-C.cc, | |
10232 Array-b.cc: Instantiate three arg assign functions. | |
10233 | |
10234 * ArrayN.cc (assign (ArrayN<LT>&, const ArrayN<RT>&, const LT&)): | |
10235 New arg, resize_fill_value. | |
10236 * ArrayN.h: Provide declaration. | |
10237 (assign (ArrayN<LT>&, const ArrayN<RT>&): Define here by calling | |
10238 three arg version. | |
10239 | |
10240 * Array3.cc (assign (Array3<LT>&, const Array3<RT>&, const LT&)): | |
10241 New arg, resize_fill_value. | |
10242 * Array3.h: Provide declaration. | |
10243 (assign (Array3<LT>&, const Array3<RT>&): Define here by calling | |
10244 three arg version. | |
10245 | |
10246 * Array2.cc (assign (Array2<LT>&, const Array2<RT>&, const LT&)): | |
10247 New arg, resize_fill_value. | |
10248 * Array2.h: Provide declaration. | |
10249 (assign (Array2<LT>&, const Array2<RT>&): Define here by calling | |
10250 three arg version. | |
10251 | |
10252 * Array.cc (assign (Array<LT>&, const Array<RT>&, const LT&)): | |
10253 New arg, resize_fill_value. | |
10254 * Array.h: Provide declaration. | |
10255 (assign (Array<LT>&, const Array<RT>&): Define here by calling | |
10256 three arg version. | |
10257 | |
3833 | 10258 2001-05-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10259 | |
10260 * pathsearch.cc (dir_path::set_program_name): Set the environment | |
10261 variables SELFAUTOLOC, SELFAUTODIR, SELFAUTOPARENT, and TEXMFDBS | |
10262 to the empty string. | |
10263 | |
3832 | 10264 2001-05-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10265 | |
10266 * Array2.h (Array2<T>::operator = (const Array2<T>&)): | |
10267 Don't check for rep != a.rep. | |
10268 | |
3827 | 10269 2001-05-02 Mumit Khan <khan@nanotech.wisc.edu> |
10270 | |
10271 * oct-fftw.h, oct-fftw.cc: New files. | |
10272 * Makefile.in (INCLUDES, SOURCES): Add new files. | |
9967 | 10273 * CMatrix.cc (ComplexMatrix::{fourier, ifourier, fourier2d, |
3827 | 10274 ifourier2d}): Use fftw if available. |
9967 | 10275 * dMatrix.cc (Matrix::{fourier, ifourier, fourier2d, ifourier2d}): |
3827 | 10276 Likewise. |
10277 | |
3821 | 10278 2001-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10279 | |
10280 * Makefile.in (install-lib): Don't use mk-libdir-link. | |
10281 (install-inc): Don't use mk-includedir-link. | |
10282 | |
3803 | 10283 2001-02-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
10284 | |
10285 * lo-cutils.c (octave_gethostname): New function. | |
10286 * lo-utils.h: Provide declaration. | |
10287 * oct-env.cc (octave_env::do_get_host_name): | |
10288 Call octave_gethostname, instead of gethostname. | |
10289 | |
10290 * lo-cutils.c (gethostname): Define here. | |
10291 * lo-sysdep.cc: Not here. | |
10292 | |
3786 | 10293 2001-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
10294 | |
10295 * lo-cutils.c: Don't declare strptime. | |
10296 (oct_strptime): Cast return type of strptime to char*. | |
10297 | |
3777 | 10298 2001-02-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
10299 | |
3779 | 10300 * oct-rl-edit.c (octave_rl_newline): Call rl_newline with two args. |
10301 (octave_rl_set_name): call rl_re_read_init_file with two args. | |
10302 (octave_rl_read_init_file): Ditto. | |
10303 (octave_rl_clear_undo_list): Call rl_free_undo_list, not | |
10304 free_undo_list. | |
10305 (octave_rl_completion_matches): Call rl_completion_matches, not | |
10306 completion_matches. | |
10307 (octave_rl_enable_paren_matching): New function. | |
10308 (octave_rl_set_blink_matching_paren_flag): Delete. | |
10309 (octave_rl_get_blink_matching_paren_flag): Delete. | |
10310 | |
3777 | 10311 * lo-mappers.h, lo-mappers.cc (log10 (const Complex&), |
9967 | 10312 tanh (const Complex&)): Declare and define if not |
3777 | 10313 CXX_ISO_COMPLIANT_LIBRARY. |
10314 | |
3776 | 10315 2001-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10316 | |
10317 * lo-mappers.h (tanh (const Complex&)): Only declare if not | |
10318 CXX_ISO_COMPLIANT_LIBRARY. | |
10319 | |
3775 | 10320 2001-02-05 Mumit Khan <khan@nanotech.wisc.edu> |
10321 | |
3776 | 10322 * lo-mappers.cc (tanh (const Complex&)): Only define if not |
10323 CXX_ISO_COMPLIANT_LIBRARY. | |
10324 | |
3775 | 10325 * Makefile.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): Use to create |
10326 archive libraries containing templates. | |
10327 | |
10328 * ArrayN-idx.h (freeze, all_ok, any_orig_empty, any_zero_len, | |
9967 | 10329 get_zero_len_size, all_colon_equiv): Inline. |
3775 | 10330 (ArrayN<T>::index): Rename idx to arr_idx. |
9967 | 10331 * ArrayN.cc (ArrayN<T>::index, ArrayN<T>::compute_index, |
3775 | 10332 ArrayN<T>::get_size, ArrayN<T>::range_error, ArrayN<T>::range_error, |
10333 increment_index, ArrayN<T>::resize, ArrayN<T>::insert): Likewise. | |
10334 | |
10335 2001-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10336 | |
10337 * lo-mappers.h, lo-mappers.cc (tan (const Complex&), | |
10338 log10 (const Complex&)): Delete. | |
10339 | |
10340 * oct-cmplx.h: Define forwarding functions for real, imag, abs, | |
10341 arg, norm, conj, polar, cos, cosh, exp, log, log10, pow, sin, | |
10342 sinh, sqrt, tan, and tanh. | |
10343 | |
3769 | 10344 2001-01-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
10345 | |
10346 * file-ops.cc, help.cc, load-save.cc, pr-output.cc, utils.cc: | |
10347 Add std:: namespace qualifier as needed. | |
10348 | |
10349 * mx-inlines.cc: Rename all functions with mx_inline_ prefix. | |
10350 Change all uses to match. | |
10351 | |
3767 | 10352 2001-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
10353 | |
10354 * lo-cutils.c: Don't delcare strptime. | |
10355 | |
3760 | 10356 2001-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
10357 | |
10358 * CMatrix.cc (operator * (const ComplexMatrix&, const ComplexMatrix&): | |
10359 Return correct size result for empty matrix case. | |
10360 | |
3757 | 10361 2000-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10362 | |
10363 * lo-mappers.cc (xmin (const Complex&, const Complex& y): | |
10364 If args are equal in magnitude, return first arg instead of | |
10365 second. | |
10366 | |
3752 | 10367 2000-12-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10368 | |
3755 | 10369 * Range.cc (Range::nelem_internal): Call tfloor, not round, but |
10370 then try harder to compute correct number of elements. | |
3753 | 10371 |
3752 | 10372 * dMatrix.cc (Matrix::lssolve): Ask DGELSS for size of work vector. |
10373 * CMatrix.cc (ComplexMatrix::lssolve): Likewise, for ZGELSS. | |
10374 | |
3750 | 10375 2000-12-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
10376 | |
3751 | 10377 * Range.cc (Range::nelem_internal): Call round here, not tfloor. |
10378 Rename n_intervals to be n_elt. | |
10379 | |
3750 | 10380 * strptime.c: Surround everything after including config.h in |
10381 #ifndef HAVE_STRPTIME ... #endif. | |
10382 | |
3742 | 10383 2000-11-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
10384 | |
10385 * Array-idx.h (assign): When resizing, cast fill value to LT. | |
10386 * Array2-idx.h (MAYBE_RESIZE_LHS): Likewise. | |
10387 | |
3741 | 10388 2000-11-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
10389 | |
10390 * MArray-defs.h: Protect against multiple inclusion. | |
10391 | |
3739 | 10392 2000-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10393 | |
10394 * data-conv.h (enum save_type): Move LS_U_LONG and LS_LONG to the | |
10395 end of the list, to be compatible with previous versions of Octave. | |
10396 | |
3736 | 10397 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
10398 | |
10399 * oct-time.cc (DEFINE_SET_INT_FIELD_FCN): Don't check limits here, | |
10400 since mktime is supposed to `normalize' the results for us. | |
10401 | |
3731 | 10402 2000-10-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
10403 | |
10404 * Array2.cc (Array2<T>::transpose): Avoid copy for empty matrices | |
3732 | 10405 and vectors. Use xelem for faster access to elements when copying. |
3731 | 10406 |
3726 | 10407 2000-10-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10408 | |
10409 * CMatrix.cc (ComplexMatrix::cumsum, ComplexMatrix::cumprod): | |
10410 Correct indexing for operation across rows. | |
10411 * dMatrix.cc (Matrix::cumsum, Matrix::cumprod): Likewise. | |
10412 | |
3725 | 10413 2000-10-12 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
10414 | |
10415 * Array2-idx.h (Array2<T>::index (idx_vector&)): Avoid copying | |
10416 elements if arg is a colon. | |
10417 | |
5095 | 10418 2000-10-12 Cai Jianming <caijianming@yahoo.co.uk> |
3723 | 10419 |
3795 | 10420 * dMatrix.cc (Matrix::cumprod (int) const): New arg, DIM. |
3723 | 10421 (Matrix::cumsum (int) const): Likewise. |
10422 (Matrix::prod (int) const): Likewise. | |
10423 (Matrix::sum (int) const): Likewise. | |
10424 (Matrix::sumsq (int) const): Likewise. | |
10425 * CMatrix.cc (ComplexMatrix::cumprod (int dim) const): Likewise. | |
10426 (ComplexMatrix::cumsum (int) const): Likewise. | |
10427 (ComplexMatrix::prod (int) const): Likewise. | |
10428 (ComplexMatrix::sum (int) const): Likewise. | |
10429 (ComplexMatrix::sumsq (int) const): Likewise. | |
10430 | |
3722 | 10431 2000-10-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10432 | |
10433 * Array2-idx.h (Array2<T>::index (idx_vector&)): Correctly set | |
10434 size if Array<T>::index returns an empty array. | |
10435 | |
3710 | 10436 2000-08-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
10437 | |
10438 * file-ops.cc (file_ops::link, file_ops::symlink, | |
10439 file_ops::readlink): New functions. | |
10440 | |
3709 | 10441 2000-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10442 | |
10443 * Array2-idx.h (Array2<T>::index (idx_vector&)): If a scalar is | |
10444 indexed, always return an object the same size as the index arg. | |
10445 | |
10446 * oct-time.cc (octave_base_tm::strftime): Return empty string for | |
10447 empty format. | |
10448 | |
3706 | 10449 2000-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10450 | |
10451 * lo-cutils.c (oct_strptime): New function. | |
10452 * oct-time.cc (octave_strptime::init): Call it instead of strptime. | |
10453 Don't declare strptime. Don't define _XOPEN_SOURCE or _BSD_SOURCE. | |
10454 | |
3702 | 10455 2000-07-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10456 | |
3703 | 10457 * oct-time.cc: Comment out _BSD_SOURCE and _XOPEN_SOURCE definitions. |
10458 | |
3702 | 10459 * Makefile.in (MATRIX_INC): Add ArrayN-idx.h to the list. |
10460 | |
3689 | 10461 2000-06-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
10462 | |
10463 * dMatrix.h (read_int): Provide declaration. | |
10464 | |
3688 | 10465 2000-06-29 James R. Van Zandt <jrv@vanzandt.mv.com> |
10466 | |
10467 * data-conv.cc (read_doubles): Handle EIGHT_BYTE_INT cases. | |
10468 (write_doubles): Ditto. | |
10469 * data-conv.h: Ditto. | |
10470 (enum save_type): New values, LS_U_LONG and LS_LONG. | |
10471 | |
3685 | 10472 2000-06-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
10473 | |
10474 * boolMatrix.h: Declare MM_CMP_OPS here. | |
10475 * boolMatrix.cc: Define them here. | |
10476 | |
3680 | 10477 2000-06-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
10478 | |
10479 * Array2-idx.h (assign): Allow x(bool) = RHS to succeed if x is | |
10480 previously undefined and set size of x to size of bool index. | |
10481 * idx-vector.cc (IDX_VEC_REP::maybe_convert_one_zero_to_idx): | |
10482 Allow z_len to be zero. | |
10483 (IDX_VEC_REP::freeze): If z_len is zero, set frozen_at_z_len to len. | |
10484 If frozen, don't assert that frozen_at_z_len == z_len. | |
10485 | |
3670 | 10486 2000-05-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10487 | |
10488 * oct-rl-edit.c (octave_rl_clear_screen): Call _rl_clear_screen | |
10489 instead of rl_clear_screen. | |
10490 | |
3665 | 10491 2000-05-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
10492 | |
10493 * Array-d.cc: Instantiate ArrayN<double> here too. | |
10494 * Array-idx-vec.cc, ArrayN-idx.h, ArrayN.cc, ArrayN.h: New files. | |
10495 * Makefile.in: Add them to the appropriate lists. | |
10496 | |
3657 | 10497 2000-04-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
10498 | |
10499 * Array.cc (Array<T>::operator =): Don't set max_indices to 1 here. | |
10500 | |
3635 | 10501 2000-03-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10502 | |
10503 * lo-sysdep.h: octave_chdir returns int, not bool. | |
10504 | |
3615 | 10505 2000-03-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10506 | |
10507 * Makefile.in (liboctave.$(SHLEXT)): Delete target | |
10508 before rebuilding. | |
10509 | |
5095 | 10510 2000-03-21 Ben Sapp <bsapp@nua.lampf.lanl.gov>: |
3615 | 10511 |
5261 | 10512 * Makefile.in (liboctave.$(LIBEXT)): New target. |
3615 | 10513 (libraries): Depend only on library targets, not archive members. |
10514 | |
3613 | 10515 2000-03-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10516 | |
10517 * Makefile.in: (objects): New target. | |
10518 | |
10519 * lo-cutils.c: New file. | |
10520 * Makefile.in (SOURCES): Add it to the list. | |
10521 * lo-utils.h: Declare octave_qsort here. | |
10522 * Array.h (Array::qsort): Use it here. | |
10523 | |
3607 | 10524 2000-03-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
10525 | |
10526 * oct-time.cc: Include <sys/types.h> and <unistd.h>, if available. | |
10527 | |
3598 | 10528 2000-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10529 | |
10530 * oct-rl-hist.c (octave_history_list): Do something when not | |
10531 printing line numbers. Fix reallocation of retval. | |
10532 | |
3597 | 10533 2000-02-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
10534 | |
10535 * Makefile.in (install-inc): Install files in | |
10536 $(octincludedir)/octave. | |
10537 (uninstall): Remove them from the correct directory too. | |
10538 | |
10539 * oct-time.cc: Temporarily define _BSD_SOURCE and _XOPEN_SOURCE if | |
10540 they are not already defined. | |
10541 | |
3588 | 10542 2000-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
10543 | |
10544 * CRowVector.cc, CRowVector.h, CColVector.cc, CColVector.h: | |
10545 Delete declarations and definitions of mixed-type vector-vector ops. | |
10546 | |
3585 | 10547 2000-02-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
10548 | |
10549 * CMatrix.h, CMatrix.cc: Add lssolve methods for real-valued RHS | |
10550 matrix and vector objects. | |
10551 | |
10552 * mx-op-defs.h (DMM_BIN_OP): Explicitly request conversion to | |
10553 return type from second arg type. | |
10554 (MDM_BIN_OP): Likewise, for first arg type. | |
10555 | |
10556 * dMatrix.cc (Matrix::fourier, Matrix::ifourier, | |
10557 Matrix::fourier2d, Matrix::ifourier2d): Likewise. | |
10558 | |
10559 * EIG.cc (EIG::symmetric_init, EIG::hermitian_init): Explicitly | |
10560 request ColumnVector to ComplexColumnVector, and Matrix to | |
10561 ComplexMatrix conversions. | |
10562 | |
10563 * CmplxAEPBAL.cc (ComplexAEPBALANCE::init): Give balancing_mat its | |
10564 initial value using ComplexMatrix constructor. | |
10565 | |
10566 * CColVector.cc (product, quotient, | |
10567 operator * (const DiagMatrix&, const ComplexColumnVetor&)): | |
10568 Fix type of returned value. | |
10569 * CDiagMatrix.cc (ComplexDiagMatrix::row, | |
10570 ComplexDiagMatrix::column, ComplexDiagMatrix::inverse): Likewise. | |
10571 | |
10572 * Array.h, CColVector.h, CDiagMatrix.h, CMatrix.h, CRowVector.h, | |
10573 MArray.h, MDiagArray2.h, dColVector.h, dDiagMatrix.h, dMatrix.h, | |
10574 dRowVector.h: Declare some constructors explicit, to disallow | |
10575 potentially problematic automatic type conversions. | |
10576 | |
3580 | 10577 2000-02-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10578 | |
3582 | 10579 * vx-rv-crv.h, vx-cv-ccv.h, vx-crv-rv.h, vx-ccv-cv.h, |
10580 vx-rv-crv.cc, vx-cv-ccv.cc, vx-crv-rv.cc, vx-ccv-cv.cc: | |
10581 More new files. | |
10582 * Makefile.in: Add them to the appropriate lists. | |
10583 | |
10584 * vx-ccv-s.h, vx-crv-s.h, vx-cs-cv.h, vx-cs-rv.h, vx-cv-cs.h, | |
10585 vx-rv-cs.h, vx-s-ccv.h, vx-s-crv.h, vx-ccv-s.cc, vx-crv-s.cc, | |
10586 vx-cs-cv.cc, vx-cs-rv.cc, vx-cv-cs.cc, vx-rv-cs.cc, vx-s-ccv.cc, | |
10587 vx-s-crv.cc:, New files. | |
10588 * Makefile.in: Add them to the appropriate lists. | |
10589 | |
10590 * CRowVector.h, CRowVector.cc, CColVector.h, CColVector.cc: | |
10591 Delete scalar by vector and vector by scalar binary ops. | |
10592 | |
3580 | 10593 * MArray-defs.h: More new macros to handle MDiagArray operators. |
10594 * dDiagMatrix.h, CDiagMatrix.h: Use the op-forwarding macros. | |
10595 | |
3573 | 10596 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
10597 | |
3578 | 10598 * oct-rl-edit.c (octave_rl_set_event_hook): Take address of |
10599 rl_event_hook before casting to void **. | |
10600 (octave_rl_set_startup_hook): Likewise, for rl_startup_hook. | |
10601 | |
3574 | 10602 * MArray-defs.h: Many new macros to make declaration and |
10603 definition of operators more consistent. | |
9967 | 10604 |
3574 | 10605 * MArray.h, MArray2.h, dColVector.h, dRowVector.h, CColVector.h, |
10606 CRowVector.h, dMatrix.h, CMatrix.h: Use them. | |
3573 | 10607 |
3569 | 10608 2000-02-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
10609 | |
3572 | 10610 * dMatrix.cc (Matrix::ifourier): Cast divisor to double. |
10611 (Matrix::ifourier2d): Likewise. | |
10612 * CMatrix.cc (ComplexMatrix::ifourier): Likewise. | |
10613 (ComplexMatrix::ifourier2d): Likewise. | |
10614 | |
3569 | 10615 * Array.h (Array::ArrayRep::qsort): Cast len to size_t. |
10616 | |
3504 | 10617 2000-02-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10618 | |
3519 | 10619 * oct-rl-edit.c, oct-rl-edit.h: New files for interface to GNU |
10620 readline library. | |
10621 * Makefile.in: Add them to the appropriate lists. | |
10622 | |
10623 * oct-rl-hist.c, oct-rl-hist.h: New files for interface to GNU | |
10624 readline history library. | |
10625 * Makefile.in: Add them to the appropriate lists. | |
10626 | |
3517 | 10627 * data-conv.cc (LS_DO_WRITE): Cast arg to ostream::write to char*. |
10628 (LS_DO_READ): Likewise, for istream::read. | |
3518 | 10629 (write_doubles): Likewise. |
10630 (read_doubles): Likewise. | |
3517 | 10631 |
3516 | 10632 * oct-env.cc (octave_env::do_polite_directory_format): |
10633 Use operator== and substr method to do limited-length string | |
10634 comparison. | |
10635 | |
3513 | 10636 * Array2-idx.h, Array-idx.h: Avoid shadowing warnings for idx. |
3512 | 10637 |
3511 | 10638 * Quad.h: Use do_integrate as name of pure virtual function. |
10639 | |
3508 | 10640 * base-de.h: Use tt instead of t as arg names. |
3511 | 10641 Add method with tcrit arg. |
10642 | |
3509 | 10643 * DAE.h, DAE.cc: Likewise, also xx for x. |
3508 | 10644 |
3507 | 10645 * DASSL.cc (dassl_fcn_ptr, dassl_jac_ptr): New typedefs. |
10646 * LSODE.cc: lsode_fcn_ptr, lsode_jac_ptr): Ditto. | |
10647 * Quad.cc (quad_fcn_ptr): Ditto. | |
10648 * NLEqn.cc (hybrd1_fcn_ptr, hybrj1_fcn_ptr): Ditto. | |
10649 | |
3505 | 10650 * oct-getopt.h, oct-getopt.c: New files for interface to getopt. |
3519 | 10651 * Makefile.in: Add them to the appropriate lists. |
3505 | 10652 |
10653 * oct-kpse.h, oct-kpse.c: New files for interface to kpathsearch. | |
3519 | 10654 * Makefile.in: Add them to the appropriate lists. |
3505 | 10655 |
3504 | 10656 * dMatrix.cc (write_int, read_int): No longer declared static. |
10657 | |
10658 * CDiagMatrix.h: Delete decls for friend operators that are | |
10659 handled by MDiagArray2 class. Move others outside class decl and | |
10660 strip friend status. | |
10661 * dDiagMatrix.h: Likewise. | |
10662 | |
10663 * MArray.h: Delete decls for friend operators inside class decl. | |
10664 * MArray2.h: Ditto. | |
10665 * MDiagArray2.h: Ditto. | |
10666 | |
10667 * MArray-defs.h (DO_VS_OP,, DO_SV_OP, DO_VV_OP, NEGV): Pass all | |
10668 necessary parameters. Don't allocate memory in the macro. Change | |
10669 all uses. | |
10670 | |
10671 * dMatrix.h (class Matrix): Delete `friend class' decls. | |
10672 * CMatrix.h (class ComplexMatrix): Ditto. | |
10673 | |
10674 * mx-op-defs (MS_BOOL_OP, MS_BOOL_OPS, SM_BOOL_OP, SM_BOOL_OPS, | |
10675 MM_BOOL_OP, MM_BOOL_OPS, MDM_MULTIPLY_OP, MDM_BIN_OPS, | |
10676 DMM_MULTIPLY_OP, DMM_BIN_OPS): Pass zero constant as final arg, to | |
10677 avoid type conflicts. Change all uses. | |
10678 | |
10679 * strptime.c (__mon_yday): Fix size of array decl. | |
10680 | |
10681 * mx-inlines.cc: Use `xnot' instead of `not' for function name. | |
10682 | |
10683 * chMatrix.cc (charMatrix::row_as_string): Delete extraneous | |
10684 default value for second arg. | |
10685 | |
10686 * Array2.cc (Array2<T>::resize): Add Array<T>:: qulaifier to | |
10687 references to ArrayRep. | |
10688 | |
3503 | 10689 2000-01-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
10690 | |
3504 | 10691 * Array.h (Array::ArrayRep): Now protected, not private. |
3503 | 10692 |
10693 * All source files: Include iostream, fstream, strstream, | |
10694 etc. as needed instead of using forward declarations for these | |
3504 | 10695 classes. Add std:: qualifier as needed. |
3503 | 10696 |
3498 | 10697 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
10698 | |
10699 * oct-time.cc: Declare strptime extern "C". | |
10700 | |
3496 | 10701 2000-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
10702 | |
10703 * oct-time.cc [! HAVE_STRPTIME]: Provide declaration. | |
10704 | |
3488 | 10705 2000-01-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
10706 | |
3492 | 10707 * Array2.h (Array2<T>::get_size): Now protected instead of private. |
10708 * Array3.h, Array3.cc: Use it in constructors and resize methods | |
10709 to get total size to be allocated. | |
10710 | |
3488 | 10711 * DASSL.cc (DASSL::integrate): Declare do_restart and save_output |
10712 as bool, not int. | |
10713 | |
3482 | 10714 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
10715 | |
9967 | 10716 * Array2-idx.h (assign (Array2<LT>& lhs, const Array2<RT>& rhs)): |
3482 | 10717 Allow A(idx) = RHS if idx is a boolean index with the same shape |
10718 as A, even when do_fortran_indexing is not enabled. | |
10719 (Array2<T>::index (idx_vector& idx) const): Likewise, for A(idx). | |
10720 | |
3473 | 10721 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
10722 | |
3480 | 10723 * dMatrix.cc (Matrix::solve (...)): Add new variant with |
10724 function pointer as final arg. Passed function (if any) will be | |
10725 called for singularity errors. | |
10726 * CMatrix.cc (ComplexMatrix::solve (...)): Likewise. | |
10727 | |
10728 * dMatrix.cc (Matrix::pseudo_inverse): Use economy SVD. | |
10729 * CMatrix.cc (ComplexMatrix::pseudo_inverse): Likewise. | |
10730 | |
3475 | 10731 * lo-ieee.cc (octave_ieee_init): Don't include sunmath.h. |
10732 No longer bother with infinity or quiet_nan. | |
10733 | |
3473 | 10734 * Array2.cc (Array2<T>::get_size): New function. |
10735 (Array2<T>::Array2, Array2<T>::resize): Use it. | |
10736 | |
3472 | 10737 2000-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10738 | |
10739 * Array2-idx.h (Array2<T>::maybe_delete_elements (idx_vector&)): | |
10740 New function. | |
10741 (assign (Array2<LT>& lhs, const Array2<RT>& rhs)): | |
10742 Use it when indexing with one arg instead of faking a second one. | |
10743 (Array2<T>::maybe_delete_elements (idx_vector&, idx_vector&)): | |
10744 Return empty matrices with the correct dimensions for A(:,:) = [] | |
10745 and also A(:,idx) = [], and A(idx,:) = [] when idx enumerates all | |
10746 rows or columns. | |
10747 | |
10748 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Recognize a bool | |
10749 vector that is all true values with a length equal to n as colon | |
10750 equivalent. | |
10751 | |
3470 | 10752 2000-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10753 | |
10754 * strptime.c: Only include langinfo.h if _LIBC is defined. | |
10755 | |
5095 | 10756 2000-01-21 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3468 | 10757 |
10758 * CMatrix.cc (ComplexMatrix::expm): Apply permutation and scaling | |
10759 operations directly in step 2 and reverse step 2. | |
10760 * dMatrix.cc (Matrix::expm): Apply permutation and scaling | |
10761 operations directly in step 2 and reverse step 2. | |
10762 | |
3465 | 10763 2000-01-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10764 | |
10765 * oct-time.h, oct-time.cc (octave_strptime): New class. | |
10766 | |
10767 * strptime.c: New file, from glibc 2.1.2. | |
10768 * Makefile.in (SOURCES): Add strptime.c to the list. | |
10769 | |
3419 | 10770 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
10771 | |
10772 * MArray.h (MArray <const Array<T>&)): New constructor. | |
10773 | |
3415 | 10774 2000-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10775 | |
10776 * pathsearch.cc (dir_path::all_directories): Avoid dereferencing | |
10777 NULL directory list returned from kpse_element_dirs | |
10778 | |
3375 | 10779 1999-12-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
10780 | |
10781 * dbleLU.cc (LU::LU): Call DGETRF directly instead of calling DGESV. | |
10782 * CmplxLU.cc (ComplexLU::ComplexLU): Likewise, call ZGETRF | |
10783 directly, instead of calling ZGESV. | |
10784 | |
3358 | 10785 1999-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10786 | |
10787 * data-conv.cc (init_sized_type_lookup_table): New function. | |
10788 (string_to_data_type): Use it to improve lookup of data types. | |
10789 | |
3354 | 10790 1999-11-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
10791 | |
10792 * dMatrix.cc (is_symmetric): Move here from Array2.cc. | |
10793 * Array2.h (is_symmetric): Delete declaration. | |
10794 | |
3347 | 10795 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10796 | |
10797 * oct-env.cc (do_get_user_name): Reverse sense of test. | |
10798 | |
3344 | 10799 1999-11-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
10800 | |
10801 * oct-time.cc (Fstrftime): Undo previous change. | |
10802 (octave_time::octave_time (const octave_base_tm&)): Likewise. | |
10803 | |
3334 | 10804 1999-11-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
10805 | |
3336 | 10806 * dbleSVD.cc (SVD::init): Let DGESVD determine work space requirement. |
10807 * CmplxSVD.cc (ComplexSVD::init): Likewise, for complex version. | |
10808 | |
3334 | 10809 * dbleSCHUR.cc (SCHUR::init): IWORK is always referenced by dgeesx. |
10810 Don't forget to pass length of third string argument to dgeesx. | |
10811 | |
10812 * CmplxSCHUR.cc (ComplexSCHUR::init): Don't forget to pass length | |
10813 of third string argument to zgeesx. | |
10814 | |
3333 | 10815 1999-11-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
10816 | |
10817 * DiagArray2.cc (DiagArray2<T>::operator () (int, int)): | |
10818 On errors, simply return `T ()'. | |
10819 (DiagArray2<T>::checkelem (int, int)): Likewise. | |
10820 | |
5095 | 10821 1999-11-02 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3331 | 10822 |
10823 * dMatrix.cc (Matrix::expm): Do balancing here instead of using | |
10824 AEPBALANCE class. | |
10825 * CMatrix.cc (ComplexMatrix::expm): Likewise. | |
10826 | |
3325 | 10827 1999-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
10828 | |
10829 * oct-shlib.cc, oct-shlib.h: New files. | |
10830 * Makefile.in (INCLUDES, SOURCES): Add them to the lists. | |
10831 | |
3322 | 10832 1999-10-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
10833 | |
10834 * CRowVector.cc (linspace): Allow npoints == 1 if x1 == x2. | |
10835 * dRowVector.cc (linspace): Ditto. | |
10836 | |
10837 * oct-time.cc (Fstrftime): Don't save or delete tm_zone. | |
10838 (octave_time::octave_time (const octave_base_tm&)): Likewise. | |
10839 | |
3312 | 10840 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10841 | |
10842 * DASSL.cc (DASSL::do_integrate (double)): If we have a function | |
10843 to evaluate the Jacobian, set info(4), not iwork(4). | |
10844 Set rwork(1) to the maximum step size, not rwork(2). | |
10845 | |
3290 | 10846 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10847 | |
10848 * oct-time.cc: Include <climits>. | |
10849 | |
3281 | 10850 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10851 | |
10852 * cmd-edit.h (command_editor::do_resize_terminal): New function. | |
10853 * cmd-edit.cc (command_editor::resize_terminal): New function. | |
10854 (gnu_readline::do_resize_terminal): New function. | |
10855 | |
3268 | 10856 Fri Sep 3 12:39:17 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10857 | |
10858 * lo-mappers.cc: Include ieeefp.h and sunmath.h if we have them. | |
10859 * lo-ieee.c: Likewise. | |
10860 Delete extern "C" declarations for infinity and quiet_nan. | |
10861 | |
3262 | 10862 Fri Aug 20 07:58:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10863 | |
3263 | 10864 * mx-inlines.cc (VS_OP, SV_OP, VV_OP): Delete `extern template' decls. |
10865 (VS_OP_FCN, SV_OP_FCN, VV_OP_FCN): Declare template functions | |
10866 `inline', not `static inline'. | |
10867 | |
3262 | 10868 * idx-vector.cc (intcmp): Declare args as const void *, not int *, |
10869 then cast to const int * to compare. | |
10870 | |
3257 | 10871 Fri Jul 16 11:23:51 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10872 | |
10873 * DAEFunc.h: Remove useless preprocessor conditional. | |
10874 | |
3255 | 10875 Thu Jul 15 14:10:33 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10876 | |
3257 | 10877 * cmd-edit.cc (command_editor::do_decode_prompt_string): |
10878 Use octave_time object instead of time_t. | |
10879 | |
10880 * file-stat.h (file_stat::fs_atime, file_stat::fs_mtime, | |
10881 file_stat::fs_ctime): Now octave_time objects. | |
10882 (file_stat::atime, file_stat::mtime, file_stat::ctime): | |
10883 Return octave_time objects. | |
10884 (file_stat::is_newer): Args are now octave_time objects instead of | |
10885 time_t. | |
10886 | |
3255 | 10887 * oct-time.h (octave_time::as_double): Delete. |
10888 (octave_time::operator double ()): New function. | |
10889 (octave_time::operator time_t ()): New function. | |
10890 (octave_time::ctime): New function. | |
10891 (octave_base_tm::strftime): Renamed from format_as_string. | |
10892 (octave_base_tm::asctime): New function. | |
10893 (operator == (const octave_time&, const octave_time&), | |
10894 operator != (const octave_time&, const octave_time&), | |
10895 operator < (const octave_time&, const octave_time&), | |
10896 operator <= (const octave_time&, const octave_time&), | |
10897 operator > (const octave_time&, const octave_time&), | |
10898 operator >= (const octave_time&, const octave_time&)): | |
10899 New comparison functions. | |
10900 | |
10901 * strftime.c: Move here from src directory. | |
10902 * Makefile.in (SOURCES): Add it to the list. | |
10903 | |
10904 * oct-time.h (octave_time::octave_time (time_t)): New constructor. | |
10905 | |
3253 | 10906 Wed Jul 14 17:38:07 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10907 | |
10908 * oct-time.h, oct-time.cc: New files. | |
10909 * Makefile.in (INCLUDES, SOURCES): Add them to the lists. | |
10910 | |
10911 * systime.h: Move here from src directory. | |
10912 * Makefile.in (INCLUDES): Add it to the list. | |
10913 | |
3248 | 10914 Mon Jul 12 22:34:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10915 | |
10916 * mx-defs.h (b_d_Mapper, b_c_Mapper): New typedefs. | |
10917 * dMatrix.cc (Matrix::map (b_d_Mapper)): New function. | |
10918 * CMatrix.cc (ComplexMatrix::map (b_c_Mapper)): New function. | |
10919 * lo-mappers.cc (xisinf, xisnan, xfinite): Return bool, not double. | |
10920 | |
10921 * lo-mappers.cc (xmin, xmax): New functions to correctly handle NaNs. | |
10922 | |
3243 | 10923 Mon May 10 07:45:11 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10924 | |
10925 * MArray-defs.h (DO_VV_OP2): Fix macro definition to use arg. | |
10926 | |
10927 Wed May 5 20:06:10 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10928 | |
10929 * Array2-idx.h (Array2<T>index (idx_vector& idx)): Always return a | |
10930 column vector for A(:), for compatibility with Matlab. | |
10931 | |
10932 Fri Apr 23 11:52:23 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10933 | |
10934 * LSODE.cc (LSODE::do_integrate (double)): Don't forget to set | |
10935 iopt when there are optional inputs in rwork or iwork. | |
10936 | |
3238 | 10937 Fri Mar 26 11:26:32 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10938 | |
10939 * Makefile.in (libraries): Use the libfoo.a(objects) method of | |
10940 creating static libs. | |
10941 | |
5095 | 10942 Thu Mar 4 02:17:04 1999 James Macnicol <jamesm@evans.ee.adfa.oz.au> |
3238 | 10943 |
10944 * data-conv.cc (oct_data_conv::string_to_data_type): Handle uint16 | |
10945 and uint32 data types. | |
10946 | |
10947 Thu Mar 4 01:51:37 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10948 | |
10949 * lo-ieee.cc (octave_ieee_init): Don't use __alpha__-specific code | |
10950 for Linux. Remove old Linux-specific code. | |
10951 | |
3233 | 10952 Tue Jan 19 09:34:55 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10953 | |
10954 * dMatrix.cc (operator * (const ColumnVector& v, const RowVector& a)): | |
10955 Don't require lengths to be equal. | |
10956 * CMatrix.cc (operator * (const ComplexColumnVector& v, const | |
10957 ComplexRowVector& a)): Likewise | |
10958 | |
5095 | 10959 Tue Nov 24 23:38:19 1998 Eric Norum <eric@skatter.USask.Ca> |
3225 | 10960 |
10961 * statdefs.h: Only define mode_t if not already defined. | |
10962 | |
5095 | 10963 Tue Nov 24 17:24:52 1998 john <john@arrows.demon.co.uk> |
3225 | 10964 |
10965 * lo-specfun.cc (airy, biry): Set imaginary part of result to zero | |
10966 when appropriate. | |
10967 | |
10968 Mon Nov 23 09:57:05 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10969 | |
10970 * cmd-edit.cc (gnu_readline::gnu_readline): Set terminal name | |
10971 before calling rl_initialize. | |
10972 | |
3220 | 10973 Tue Nov 17 23:47:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10974 | |
10975 * lo-specfun.cc (besselh, airy, biry): New functions. | |
10976 Update Bessel function support to use library by D. E. Amos. | |
10977 | |
3219 | 10978 Thu Nov 12 17:44:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10979 | |
10980 * cmd-edit.h (command_editor::readline): Add new variation that | |
10981 allows EOF information to be passed back to caller. | |
10982 | |
10983 * dMatrix.cc (Matrix::read): Do the right thing for EOF when | |
10984 amount of data to read is unspecified. | |
10985 | |
3215 | 10986 Tue Nov 10 07:53:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10987 | |
3219 | 10988 * oct-alloc.h (DECLARE_OCTAVE_ALLOCATOR): New macro. |
10989 (DEFINE_OCTAVE_ALLOCATOR): Ditto. | |
10990 | |
9967 | 10991 * byte-swap.h (swap_bytes, swap_2_bytes, swap_4_bytes, swap_8_bytes): |
3215 | 10992 Add volatile qualifier to void* arg. |
10993 Cast volatile void* arg to volatile char*. | |
10994 | |
10995 Mon Nov 9 08:28:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10996 | |
10997 * cmd-edit.h (command_editor::do_set_event_hook): New function. | |
10998 (command_editor::do_restore_event_hook): Ditto. | |
10999 * cmd-edit.cc (command_editor::set_event_hook): Ditto. | |
11000 (command_editor::restore_event_hook): Ditto. | |
11001 (gnu_readline::do_set_event_hook): Ditto. | |
11002 (gnu_readline::do_restore_event_hook): Ditto. | |
11003 (gnu_readline::previous_event_hook): New data member. | |
11004 (gnu_readline::gnu_readline): Initialize previous_event_hook. | |
11005 | |
3206 | 11006 Mon Nov 2 13:36:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11007 | |
11008 * Makefile.in (BINDISTLIBS): Don't include .$(SHLEXT_VER) in name. | |
11009 | |
11010 * Makefile.in (stmp-pic): New target. | |
11011 ($(PICOBJ)): Depend on stmp-pic, not pic. | |
11012 (clean): Remove stmp-pic | |
11013 | |
11014 * Makefile.in: Undo previous change to avoid optmization when | |
11015 compiling lo-ieee.cc. | |
11016 | |
11017 Sun Nov 1 10:10:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11018 | |
11019 * lo-mappers.cc (xfinite): Define in terms of xfinite for real and | |
11020 imaginary parts. | |
11021 (xisinf): Define in terms of xisinf for real and imaginary parts. | |
11022 | |
3203 | 11023 Thu Oct 29 18:57:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11024 | |
11025 * boolMatrix.cc (boolMatrix::operator !): New function. | |
11026 | |
3196 | 11027 Fri Oct 23 21:46:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11028 | |
11029 * pathsearch.h (dir_path::default_path): New data member. | |
11030 * pathsearch.cc (dir_path::init): Use it. | |
11031 | |
11032 * Makefile.in: Avoid optmization when compiling lo-ieee.cc. | |
11033 | |
3189 | 11034 Fri Oct 16 01:08:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11035 | |
11036 * chMatrix.cc (charMatrix::extract): New function. | |
11037 (charMatrix::charMatrix (char c)): New constructor. | |
11038 | |
11039 Tue Oct 13 22:11:08 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11040 | |
11041 * cmd-edit.h: (command_editor::do_read_init_file): New function. | |
11042 * cmd-edit.cc (command_editor::read_init_file): New function. | |
11043 (gnu_readline::do_read_init_file): Likewise. | |
11044 | |
3185 | 11045 Fri Sep 25 14:26:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11046 | |
9967 | 11047 * oct-env.cc (octave_env::do_get_home_directory): |
3185 | 11048 If HOME can't be found, set it to "/". |
11049 (octave_env::do_get_user_name) | |
11050 If user name can't be found, set it to "unknown". | |
11051 (octave_env::do_get_host_name) | |
11052 If host name can't be found, set it to "unknown". | |
11053 | |
11054 * pathsearch.h (dir_path::rehash): New function. | |
11055 * pathsearch.cc (dir_path::init): Clear kpathsea's internal | |
11056 diretcory cache before doing initialization. | |
11057 | |
3180 | 11058 Thu Sep 24 13:23:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11059 | |
3185 | 11060 * dMatrix.cc (Qzval): Delete. |
11061 (qzhes, qzit, qzval): Delete F77_FCN declarations. | |
11062 * dMatrix.h (Qzval): Delete declaration. | |
11063 | |
11064 * dbleGEPBAL.h, dbleGEPBAL.cc: Delete. | |
11065 * Makefile.in (MATRIX_INC, MATRIX_SRC): Delete them from the lists. | |
11066 * mx-ext.h: Don't include dbleGEPBAL. | |
11067 | |
3180 | 11068 * lo-ieee.cc (octave_ieee_init): For now, use X_CAST instead of |
11069 static_cast. | |
11070 | |
11071 Fri Sep 4 10:58:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11072 | |
11073 * dMatrix.cc (Matrix::read): Skip after reading, not before. | |
11074 From: Dr.-Ing. Torsten Finke <fi@igh-essen.com>. | |
11075 | |
11076 Wed Sep 2 09:50:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11077 | |
11078 * lo-ieee.cc (octave_ieee_init): For Linux on arm, don't rely on | |
11079 HUGE_VAL and NAN. | |
11080 | |
11081 Wed Aug 26 15:04:57 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11082 | |
11083 * Array2-idx.h (assign (Array2<LT>& lhs, const Array2<RT>& rhs)): | |
11084 Handle x(i) = scalar for do_fortran_indexing == 1. | |
11085 | |
11086 Thu Jul 30 00:34:10 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11087 | |
11088 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const charMatrix&)): | |
11089 Alloctate space before attempting to use it. | |
11090 (ComplexMatrix::ComplexMatrix (const boolMatrix&)): Likewise. | |
11091 | |
5095 | 11092 Mon Jun 22 17:04:27 1998 Tomislav Goles <tom@ait-tech.com> |
3178 | 11093 |
11094 * EIG.cc (EIG::init): Move invariant code outside loop. | |
11095 | |
11096 Thu Jun 18 11:08:23 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11097 | |
11098 * MArray2.cc (MARRAY_A2A2_OP): If operands are empty, make result | |
11099 have the same size as the operands. | |
9967 | 11100 |
3178 | 11101 Thu May 28 10:41:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11102 | |
11103 * DASSL.cc (DASSL::do_integrate): If an exception occurs in the | |
11104 call to ddassl, set integration_error to 1 before calling the | |
11105 error handler and returning. | |
11106 * LSODE.cc (LSODE::do_integrate): Likewise. | |
11107 | |
3177 | 11108 Wed May 27 13:46:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11109 | |
11110 * Array2-idx.h (assign): Allow A([],[]) = scalar and, if | |
11111 do_fortran_indexing is set, A([]) = scalar. | |
11112 * Array-idx.h (assign): Allow A([]) = scalar. | |
11113 | |
3176 | 11114 Thu May 14 11:50:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11115 | |
11116 * mx-op-defs.h (MDM_MULTIPLY_OP): Compute result if dm_nc > 0, not | |
11117 if dm_nc == 0. | |
11118 | |
3174 | 11119 Thu Apr 23 16:15:37 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11120 | |
11121 * pathsearch.h (dir_path::p_orig): New field. | |
11122 * pathsearch.cc (dir_path::init): Perform variable and tilde | |
11123 expansion on the original path here. | |
11124 (dir_path::find_all): Don't do anything if not initialized. | |
11125 | |
3164 | 11126 Tue Apr 14 14:41:30 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11127 | |
11128 * Array2-idx.h (index): Allow x(:) even when do_fortran_indexing | |
11129 is not set. | |
11130 (index): Allow x = zeros (2, 0); x(1,:) to work. | |
11131 | |
11132 * lo-specfun.cc (gammainc): Use dgamit to compute | |
11133 (\int_0^x exp(-t) t^(a-1) dt)/gamma(a), not just | |
11134 \int_0^x exp(-t) t^(a-1) dt. | |
11135 | |
11136 Wed Apr 8 22:50:44 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11137 | |
11138 * Array-C.cc, Array-b.cc, Array-ch.cc, Array-i.cc, Array-d.cc, | |
11139 Array-s.cc: Change return types of all `assign' explicit | |
11140 instantiations to be int, not void, to match the template decl in | |
11141 Array.h. | |
11142 | |
3162 | 11143 Mon Apr 6 00:27:06 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11144 | |
11145 * lo-specfun.cc (gammainc): Reorder args in call to xdgami. | |
11146 | |
3156 | 11147 Thu Feb 19 01:16:38 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11148 | |
11149 * lo-specfun.cc (xgamma, xlgamma): Define here. | |
11150 * lo-mappers.cc: Not here. | |
11151 | |
11152 * lo-specfun.h: Declare xgamma and xlgamma here. | |
11153 * lo-mappers.h: Not here. | |
11154 | |
11155 * lo-specfun.h: Never declare gamma or lgamma. | |
11156 | |
3154 | 11157 Tue Feb 10 16:14:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11158 | |
11159 * Array-idx.h (assign): Allow A([]) = X to succeed if X is an | |
11160 empty matrix of any dimension. | |
11161 | |
3145 | 11162 Thu Feb 5 02:12:38 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11163 | |
3147 | 11164 * oct-syscalls.cc (octave_syscalls::vfork): New function. |
11165 | |
3146 | 11166 * lo-specfun.cc: Don't include dbleBessel.h. |
11167 | |
11168 * Makefile.in (INCLUDES): Delete oct-math.h from the list. | |
11169 | |
3145 | 11170 * dir-ops.h (dir_entry::operator bool ()): Return bool, not void*. |
11171 * file-stat.h (file_stat::operator bool ()): Likewise. | |
11172 * idx-vector.h (idx_vector::operator bool ()): Likewise. | |
11173 * oct-group.h (octave_group::operator bool ()): Likewise. | |
11174 * oct-passwd.h (octave_passwd::operator bool ()): Likewise. | |
11175 | |
11176 * data-conv.cc (IEEE_little_double_to_IEEE_big_double): | |
11177 Don't cast arg in call to swap_8_bytes. | |
11178 (IEEE_big_double_to_IEEE_little_double): Ditto | |
11179 (IEEE_big_float_to_IEEE_little_float): Don't cast arg in call to | |
11180 swap_4_bytes. | |
11181 (IEEE_little_float_to_IEEE_big_float): Ditto | |
11182 | |
11183 * oct-alloc.cc (grow): Use X_CAST, not static_cast. | |
11184 * prog-args.cc (prog_args::getopt): Likewise. | |
11185 * dMatrix.cc (read_int, do_read, write_int, do_write): Likewise. | |
11186 * cmd-edit.cc (gnu_readline::do_set_completion_function): Likewise. | |
11187 * data-conv.cc (LS_DO_READ, LS_DO_WRITE, read_doubles, write_doubles): | |
11188 Likewise. | |
11189 | |
11190 * byte-swap.h (swap_bytes, swap_2_bytes, swap_4_bytes, | |
11191 swap_8_bytes): Declare ptr arg as void*, then use cast. | |
11192 | |
3141 | 11193 Mon Feb 2 01:42:56 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11194 | |
11195 * Makefile.in (install, uninstall): Use $(octlibdir), not $(libdir). | |
11196 Use $(mk-libdir-link). | |
11197 | |
11198 * file-stat.cc (file_stat::update_internal): Use stat and lstat, | |
11199 not SAFE_STAT and SAFE_LSTAT. | |
11200 (lstat): New function, defined if HAVE_LSTAT is not defined. | |
11201 * safe-xstat.hin, safe-xstat.cin: Delete. | |
11202 * Makefile.in: Delete rules for safe-stat.h, safe-stat.c, | |
11203 safe-lstat.h, and safe-lstat.cc. | |
11204 | |
3136 | 11205 Fri Jan 30 23:48:43 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11206 | |
11207 * chMatrix.cc (charMatrix::all, charMatrix::any): New functions. | |
11208 | |
3130 | 11209 Tue Jan 20 16:30:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11210 | |
11211 * dMatrix.cc (Matrix::expm): Skip trace normalization step if the | |
9967 | 11212 trace is negative. |
3130 | 11213 * CMatrix.cc (ComplexMatrix::expm): Skip trace normalization if |
11214 the real part of the trace is negative. | |
11215 | |
11216 Mon Jan 19 16:01:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11217 | |
11218 * dMatrix.cc (Matrix::expm): Call xdlange instead of dlange. | |
11219 * CMatrix.cc (ComplexMatrix::expm): Call xzlange instead of zlange. | |
11220 | |
11221 * Array2-idx.h (assign): Allow operations like a = 1; a(2:3) = [1;2] | |
11222 to succeed. | |
11223 | |
3125 | 11224 Thu Dec 18 14:53:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11225 | |
11226 * idx-vector.cc (IDX_VEC_REP::sort): Don't do anything unless len > 1. | |
11227 (make_uniq): Likewise. | |
11228 | |
11229 Fri Dec 12 10:58:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11230 | |
11231 * lo-ieee.cc (octave_ieee_init): Check for linux before __alpha__. | |
11232 | |
3119 | 11233 Sun Nov 30 14:59:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11234 | |
3121 | 11235 * lo-mappers.cc: Include cmath and lo-specfun.h, not oct-math.h. |
11236 | |
11237 * lo-specfun.h, lo-specfun.cc: New files. | |
3119 | 11238 * Makefile.in (INCLUDES, SOURCES): Add them to the lists. |
11239 | |
3121 | 11240 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c, |
11241 oct-math.h: Delete. | |
11242 * Makefile.in (SOURCES): Delete them from the list. | |
11243 | |
3112 | 11244 Wed Nov 26 20:02:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11245 | |
11246 * lo-sysdep.cc (octave_getcwd): Prefer getcwd over getwd. | |
11247 | |
5095 | 11248 Wed Nov 19 02:30:04 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu> |
3107 | 11249 |
11250 Changes to make support egcs snapshots that implement explicit | |
11251 specification of template functions according to CD2. | |
11252 | |
11253 * MArray.h: If NEED_TEMPLATE_FCN_SPECS is defined, add explicit | |
11254 template function specs for template friends. | |
11255 * MArray2.h: Likewise. | |
11256 * MDiagArray2.h: Likewise. | |
11257 | |
3095 | 11258 Thu Nov 13 21:57:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11259 | |
11260 * CMatrix.cc (sumsq): Compute equivalent of sum (x .* conj (x)) | |
11261 | |
3092 | 11262 Thu Oct 2 17:13:02 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu> |
11263 | |
9967 | 11264 * CRowVector.cc (linspace): Removed attempt for implicit conversion |
3092 | 11265 to complex<double>(int) instead of complex<double>(double). |
11266 | |
11267 * lo-mappers.cc (atanh): Ditto. | |
11268 | |
3079 | 11269 Thu Jul 31 22:13:54 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11270 | |
11271 * idx-vector.cc (IDX_VEC_REP::sort): New function. | |
11272 * idx-vector.h (idx_vector::sort): Ditto. | |
11273 * Array2-idx.h (Array2<T>::maybe_delete_elements): Use it before | |
11274 trying to delete elements specified by the index vectors. | |
11275 | |
3075 | 11276 Fri Jul 25 17:31:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11277 | |
11278 * dMatrix.cc (Matrix::lssolve): Increase lwork by factor of 16. | |
11279 * CMatrix.cc (ComplexMatrix::lssolve): Ditto. | |
11280 | |
3074 | 11281 Thu Jul 24 14:32:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11282 | |
11283 * file-ops.cc (tilde_expand_word): Fix off-by-one error. | |
11284 | |
3069 | 11285 Wed Jul 9 19:40:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11286 | |
11287 * lo-sysdep.cc (octave_getcwd): If getwd is available, use it. | |
11288 Call error handler if we can't find the current directory. | |
11289 | |
3068 | 11290 Mon Jul 7 21:14:41 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11291 | |
3069 | 11292 * lo-mappers.cc (xisnan (double)): Return only 1 or 0. |
11293 (xfinite (double)): Ditto. | |
11294 | |
3068 | 11295 * dbleQR.cc (QR::init): Don't forget to initialize Q when type is raw. |
11296 * CmplxQR.cc (ComplexQR::init): Ditto. | |
11297 | |
3056 | 11298 Sun Jun 15 21:06:37 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11299 | |
11300 * lo-mappers.cc (acos (const Complex&)): Select branch that is | |
11301 compatible with Matlab. | |
11302 | |
3050 | 11303 Tue Jun 10 10:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11304 | |
11305 * Array2-idx.h: Correctly handle empty matrices indexed by a | |
11306 single colon. | |
11307 | |
3040 | 11308 Fri Jun 6 04:27:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11309 | |
3049 | 11310 * lo-mappers.cc (xlgamma): Use F77_XFCN function to call dlgams. |
11311 (xgamma): Likewise, for calling xdgamma. | |
11312 | |
3042 | 11313 * FSQP.h, NPSOL.h, QPSOL.h, FSQP.cc, NPSOL.cc, QPSOL.cc: Delete |
11314 * Makefile.in (INCLUDES, SOURCES): Remove them from the lists. | |
11315 | |
3040 | 11316 * file-ops.cc (file_ops::tilde_expand): Steal more code from bash |
11317 to do better job expanding tildes. | |
11318 | |
11319 * str-vec.cc (string_vector::string_vector (const char * const *): | |
11320 Use temporary variable to compute length. | |
11321 | |
3029 | 11322 Thu Jun 5 01:44:43 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11323 | |
3034 | 11324 * Makefile.in: Make building of static library optional. |
3036 | 11325 (liboctave.$(SHLEXT_VER)): Add $(SONAME_FLAGS) to command. |
3034 | 11326 |
3029 | 11327 * Makefile.in (stamp-picdir): Delete. |
11328 (pic): New target. Don't worry so much about creating pic | |
11329 directory only when it is really needed. | |
11330 (stamp-interp): Delete. | |
11331 (libraries): New target. Depend on shared library directly. | |
11332 | |
3024 | 11333 Wed Jun 4 00:08:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11334 | |
11335 * pathsearch.h, pathsearch.cc (dir_pat::set_program_name): | |
11336 New static function. | |
11337 | |
3012 | 11338 Mon Jun 2 12:44:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11339 | |
11340 * lo-mappers.cc (fix): Use floor and ceil instead of casting to int. | |
11341 | |
3004 | 11342 Thu May 22 16:20:43 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11343 | |
11344 * cmd-edit.h, cmd-edit.cc: Rename set_paren_string_delimiters to | |
11345 set_basic_quote_characters, to match new version of readline. | |
11346 | |
11347 * cmd-edit.cc (do_restore_terminal_state): Call readline function | |
11348 for restoring terminal state through rl_deprep_term_function, now | |
11349 declared in readline.h | |
11350 (rl_deprep_terminal): Delete declaration. | |
11351 | |
2993 | 11352 Wed May 21 16:30:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11353 | |
11354 * Makefile.in (install-in): Use new mk-includedir-link macro. | |
11355 (install-lib): Install in $octlibdir. Use new mk-libdir-link macro. | |
11356 | |
2968 | 11357 Thu May 15 11:46:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11358 | |
11359 * cmd-edit.cc (command_editor::increment_current_command_number): | |
11360 New static function. | |
11361 | |
2964 | 11362 Mon May 12 02:14:13 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11363 | |
2966 | 11364 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Make it work when |
11365 the vector is not sorted. | |
11366 | |
2964 | 11367 * CMatrix.cc (ComplexMatrix::operator !): Return boolMatrix. |
11368 * dMatrix.cc (Matrix::operator !): Likewise | |
11369 | |
2941 | 11370 Wed May 7 21:14:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11371 | |
11372 * oct-syscalls.h, oct-syscalls.cc: New files. | |
11373 | |
11374 * cmd-edit.h, cmd-edit.cc: Handle completion function. | |
11375 | |
11376 * str-vec.h, str-vec.cc (string_vector::uniq): New function. | |
11377 | |
2938 | 11378 Tue May 6 00:52:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11379 | |
2941 | 11380 * Makefile.in (INCLUDES_FOR_INSTALL): New variable. |
11381 (install-inc): Use it. | |
11382 | |
2938 | 11383 * file-ops.h, file-ops.cc (tempnam): Add DIR and PREFIX args. |
11384 Handle errors and missing functions consistently. | |
11385 | |
11386 * oct-group.h, oct-group.cc: New files. | |
11387 | |
11388 * oct-passwd.cc: Handle errors and missing functions consistently. | |
11389 | |
11390 * str-vec.h, str-vec.cc (c_str_vec, delete_c_str_vec): New functions. | |
11391 | |
2934 | 11392 Mon May 5 17:53:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11393 | |
11394 * file-ops.cc: (file_ops::tilde_expand): Use new octave_passwd class. | |
11395 * oct-env.cc (octave_env::do_get_user_name): Likewise. | |
11396 | |
11397 * oct-passwd.h, oct-passwd.cc: New files. | |
11398 | |
2926 | 11399 Sun May 4 22:17:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11400 | |
11401 * statdefs.h: Only include sys/types.h if HAVE_SYS_STAT_H is defined. | |
11402 | |
11403 * mach-info.h, mach-info.cc: Add missing const qualifiers. | |
11404 (instance_ok ()): New function. | |
11405 | |
11406 * glob-match.h, glob-match.cc: Rename from oct-glob.h, oct-glob.cc. | |
11407 | |
11408 * cmd-hist.h, cmd-hist.cc: Make it work without GNU readline. | |
11409 | |
11410 * lo-utils.h, lo-utils.cc (strsave, octave_putenv): Move here from | |
11411 src/utils.h and src/utils.cc. | |
11412 (octave_fgets): New function, extracted from src/input.cc. | |
11413 | |
11414 * cmd-edit.h, cmd-edit.cc: New files. Provide wrapper class for | |
11415 GNU readline, and allow Octave to work without GNU readline. | |
11416 | |
11417 * lo-sysdep.h, lo-sysdep.cc: New files for miscellaneous | |
11418 system-dependent functions. | |
11419 | |
11420 * oct-env.h, oct-env.cc: New files for process environment stuff. | |
11421 | |
11422 * file-stat.h, file-stat.cc: New files. Extract file_stat class | |
11423 from file-ops.h and file-ops.cc and move here. | |
11424 | |
11425 * file-ops.h, file-ops.cc: Wrap functions in struct. Move | |
11426 tilde_expand functions here from src/dirfns.cc. | |
11427 | |
11428 Fri May 2 19:50:12 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11429 | |
11430 * pathlen.h: New file, from ../src. | |
11431 | |
2917 | 11432 Tue Apr 29 04:39:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11433 | |
11434 * Array2-idx.h (Array2<T>::maybe_delete_elements): Prevent | |
11435 out-of-bounds indexing of the index array. | |
11436 * Array-idx.h (Array<T>::maybe_delete_elements): Likewise. | |
11437 | |
2850 | 11438 Fri Mar 28 15:37:09 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11439 | |
11440 * LSODE.h (x_step_limit): New field. | |
11441 (LSODE_options::init): Initialize it. | |
11442 (LSODE_options::copy): Copy it. | |
11443 (LSODE_options::set_step_limit, LSODE_options::step_limit): | |
11444 New functions. | |
11445 (LSODE::working_too_hard): Delete. | |
11446 * LSODE.cc (LSODE::do_integrate): Handle step limit. | |
11447 | |
2844 | 11448 Wed Mar 26 15:31:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11449 | |
11450 * MArray-b.cc: Delete. | |
11451 * Makefile.in: Delete it from the lists. | |
11452 | |
11453 * boolMatrix.h (class bboolMatrix): Derive from Array2, not | |
11454 MArray2, since most of the numeric ops don't really make sense. | |
11455 | |
2829 | 11456 Tue Mar 25 17:37:25 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11457 | |
2832 | 11458 * boolMatrix.cc (boolMatrix::all, boolMatrix::any): New functions. |
11459 | |
11460 * dMatrix.cc (Matrix::all, Matrix::any): Return boolMatrix. | |
11461 * CMatrix.cc (ComplexMatrix::all, ComplexMatrix::any): Likewise. | |
11462 | |
2830 | 11463 * idx-vector.h (idx_vector::idx_vector_rep::freeze, |
11464 idx_vector::freeze): Delete prefer_zero_one arg. | |
11465 * Array-idx.h, Array2-idx.h: Change all callers. | |
11466 | |
11467 * Array-flags.h, Array-flags.cc (liboctave_pzo_flag): Delete. | |
11468 | |
2829 | 11469 * mx-op-defs.h: New file for operator definitions. |
11470 * mx-cdm-cm.h, mx-cdm-cs.h, mx-cdm-dm.h, mx-cdm-m.h, mx-cdm-s.h, | |
11471 mx-cm-cdm.h, mx-cm-dm.h, mx-cm-m.h, mx-cm-s.h, mx-cs-cdm.h, | |
11472 mx-cs-dm.h, mx-cs-m.h, mx-dm-cdm.h, mx-dm-cm.h, mx-dm-cs.h, | |
11473 mx-dm-m.h, mx-dm-s.h, mx-m-cdm.h, mx-m-cm.h, mx-m-cs.h, mx-m-dm.h, | |
11474 mx-s-cdm.h, mx-s-cm.h, mx-s-dm.h, mx-cdm-cm.cc, mx-cdm-cs.cc, | |
11475 mx-cdm-dm.cc, mx-cdm-m.cc, mx-cdm-s.cc, mx-cm-cdm.cc, mx-cm-dm.cc, | |
11476 mx-cm-m.cc, mx-cm-s.cc, mx-cs-cdm.cc, mx-cs-dm.cc, mx-cs-m.cc, | |
11477 mx-dm-cdm.cc, mx-dm-cm.cc, mx-dm-cs.cc, mx-dm-m.cc, mx-dm-s.cc, | |
11478 mx-m-cdm.cc, mx-m-cm.cc, mx-m-cs.cc, mx-m-dm.cc, mx-s-cdm.cc, | |
11479 mx-s-cm.cc, mx-s-dm.cc: | |
11480 New files for mixed-type operations. | |
11481 * Makefiles.in: Add them to the appropriate lists. | |
11482 | |
11483 * mx-inlines.cc: Add bool by bool EQ ops. | |
11484 | |
11485 * idx-vector.h, idx-vector.cc: Add constructors for bool and | |
11486 boolMatrix types. | |
11487 (idx_vector::maybe_convert_one_zero_to_idx, | |
11488 idx_vector::idx_vector_rep::maybe_convert_one_zero_to_idx): | |
11489 Delete second arg, prefer_zero_one. Change all callers. | |
11490 | |
11491 * boolMatrix.h, boolMatrix.cc: New files. | |
11492 * mx-base.h: Include boolMatrix.h here. | |
11493 * mx-defs.h: Provide forward declaration for boolMatrix here. | |
11494 | |
11495 * chMatrix.h, chMatrix.cc: Delete unused junk. | |
11496 | |
11497 * dMatrix.h, CMatrix.h: Delete friend declarations for operator+, | |
11498 operator-, operator*, product, and quotient functions. | |
11499 Add constructor for boolMatrix type. | |
11500 * dMatrix.cc, CMatrix.cc: Delete operator+, operator-, operator*, | |
11501 product, and quotient functions. | |
11502 | |
11503 * CDiagMatrix.h: Delete friend declarations for operator+, | |
11504 operator-, and product functions. | |
11505 * CDiagMatrix.h: Delete operator+, operator-, and product functions. | |
11506 | |
11507 * Array-b.cc: Also instantiate 2d and 2d diagonal arrays. | |
11508 | |
2815 | 11509 Fri Mar 14 00:29:46 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11510 | |
11511 * EIG.cc (EIG::hermitian_init (const ComplexMatrix&)): New function. | |
11512 (EIG::init (const ComplexMatrix&)): Call it if arg is hermitian. | |
11513 (EIG::symmetric_init (const Matrix&)): New function. | |
11514 (EIG::init (const Matrix&)): Call it if arg is symmetric. | |
11515 | |
11516 * CMatrix.cc (ComplexMatrix::is_hermitian): New function. | |
11517 | |
11518 Thu Mar 13 17:04:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11519 | |
11520 * Array2.cc (is_symmetric): New function. | |
11521 * Array2.h (is_square): New function. | |
11522 | |
2811 | 11523 Wed Mar 12 16:59:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11524 | |
11525 * Makefile.in (install-strip): New target. | |
11526 | |
2804 | 11527 Mon Mar 10 22:34:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11528 | |
11529 * CmplxCHOL.cc, CmplxHESS.cc, CmplxLU.cc, CmplxQR.cc, | |
11530 CmplxQRP.cc, CmplxSCHUR.cc, CmplxSVD.cc, EIG.cc, dbleCHOL.cc, | |
11531 dbleHESS.cc, dbleLU.cc, dbleQR.cc, dbleQRP.cc, dbleSCHUR.cc, | |
11532 dbleSVD.cc: Don't include mx-inlines.cc. | |
11533 | |
11534 * mx-inlines.cc: Abuse the preprocessor to eliminate lots of | |
11535 duplicate code. | |
11536 | |
2800 | 11537 Sun Mar 9 03:44:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11538 | |
2804 | 11539 * dbleQR.h (QR): Delete extra comma at end of list. |
11540 | |
11541 * prog-args.cc (prog_args::getopt): Add missing const in cast. | |
11542 | |
11543 * dbleSVD.h (SVD::type): Delete extra comma at end of list. | |
11544 | |
11545 * idx-vector.h (idx_vector): Delete unnecessary idx_vector:: and | |
11546 idx_vecotr_rep:: qualifiers. | |
11547 | |
11548 * Array.h (class Array): Delete unnecessary Array<T>:: qualifiers. | |
11549 | |
11550 * data-conv.h (save_type): Delete extra comma at end of list. | |
11551 | |
2800 | 11552 * CMatrix.cc, FEGrid.cc, Range.cc, dMatrix.cc, data-conv.cc, |
11553 dir-ops.cc, file-ops.h, idx-vector.cc, idx-vector.h, lo-ieee.cc, | |
11554 lo-mappers.cc, oct-alloc.cc: Use `static_cast<T> (val)' instead of | |
11555 old C-style `(T) val' casts. | |
11556 | |
2795 | 11557 Thu Mar 6 20:20:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11558 | |
11559 * dMatrix.cc (operator >>): Return if an error occurs instead of | |
11560 just breaking out of the innermost loop. | |
11561 * CMatrix.cc (operator >>): Likewise. | |
11562 | |
2779 | 11563 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 11564 |
11565 * Version 2.0.5 released. | |
11566 | |
2767 | 11567 Fri Feb 28 20:11:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11568 | |
11569 * CmplxQR.cc (ComplexQR::init): New function. | |
11570 (ComplexQR::ComplexQR): Use it. Use initializer list too. | |
11571 * CmplxQRP.cc (ComplexQRP::init): New function. | |
11572 Get sizes right in all cases. | |
11573 (ComplexQR::ComplexQRP): Use it. Use initializer list too. | |
11574 | |
11575 * dbleQR.cc (QR::init): New function. | |
11576 (QR::QR): Use it. Use initializer list too. | |
11577 * dbleQRP.cc (QRP::init): New function. | |
11578 Get sizes right in all cases. | |
11579 (QR::QRP): Use it. Use initializer list too. | |
11580 | |
2759 | 11581 Wed Feb 26 15:46:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11582 | |
11583 * mach-info.cc (oct_mach_info::string_to_float_format): | |
11584 Recognize "vaxg", not "vax_g". | |
11585 | |
2713 | 11586 Fri Feb 21 16:07:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11587 | |
2714 | 11588 * Array2-idx.h (Array2<T>::maybe_delete_elements): Use correct |
11589 dimension in check for colon equivalent index. | |
11590 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): A single-element | |
11591 index whose value is 0 is also colon eqivalent for n == 1. | |
11592 | |
2713 | 11593 * lo-ieee.cc (octave_ieee_init): Reorder #ifdef stuff to put |
11594 system-specific tests first. | |
11595 | |
2709 | 11596 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 11597 |
11598 * Version 2.0.4 released. | |
11599 | |
11600 Wed Feb 19 09:42:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11601 | |
11602 * lo-ieee.cc: D'oh, it's `extern "C"', not `#extern "C"'. | |
11603 | |
2693 | 11604 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 11605 |
11606 * Version 2.0.3 released. | |
11607 | |
2686 | 11608 Fri Feb 14 16:23:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11609 | |
11610 * Makefile.in (bin-dist): Don't write empty strings to LIBRARIES. | |
11611 | |
2673 | 11612 Thu Feb 13 14:35:19 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11613 | |
2676 | 11614 * Makefile.in (stamp-prereq): Depend on stamp-picdir. |
11615 (all): Don't depend on stamp-prereq or stamp-picdir. | |
11616 (liboctave.a, stamp-shared): Do depend on stamp-prereq. | |
11617 (stamp-picdir): Silence noise about making pic. | |
11618 (stamp-shared): Use $(SH_LD) $(SH_LDFLAGS) instead of $(CXX) -shared. | |
11619 | |
2673 | 11620 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&)): |
9967 | 11621 Fix typo in last change. |
2673 | 11622 |
11623 * CColVector.cc (ComplexColumnVector::map (d_c_mapper)): | |
11624 Convert from friend (moved from dColVector.cc). | |
11625 * CMatrix.cc (ComplexMatrix::map (d_c_mapper)): | |
11626 Likewise (moved from dMatrix.cc). | |
11627 * CRowVector.cc (ComplexRowVector::map (d_c_mapper)): | |
11628 Likewise (moved from dRowVector.cc). | |
11629 | |
11630 * dColVector.cc (ColumnVector::map (d_d_mapper)): Convert from friend. | |
11631 * dMatrix.cc (Matrix::map (d_d_mapper)): Likewise. | |
11632 * dRowVector.cc (RowVector::map (d_d_mapper)): Likewise. | |
11633 * CColVector.cc (ComplexColumnVector::map (c_c_mapper)): Likewise. | |
11634 * CMatrix.cc (ComplexMatrix::map (c_c_mapper)): Likewise. | |
11635 * CRowVector.cc (ComplexRowVector::map (c_c_mapper)): Likewise. | |
11636 | |
11637 * dColVector.cc (ColumnVector::apply): Rename from map, return *this. | |
11638 * dMatrix.cc (Matrix::apply): Likewise. | |
11639 * dRowVector.cc (RowVector::apply): Likewise. | |
11640 * CColVector.cc (ComplexColumnVector::apply): Likewise. | |
11641 * CMatrix.cc (ComplexMatrix::apply): Likewise. | |
11642 * CRowVector.cc (ComplexRowVector::apply): Likewise. | |
11643 | |
2668 | 11644 Tue Feb 11 19:44:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11645 | |
11646 * lo-ieee.cc: Declare quiet_nan() and infinity(). | |
11647 | |
11648 Mon Feb 10 01:17:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11649 | |
11650 * file-ops.cc (oct_unlink (const string&, string&)): | |
11651 New two-arg version. | |
11652 (oct_rmdir (const string&, string&)): New two-arg version. | |
11653 (oct_mkdir (const string&, mode_t, string&)): New three-arg version. | |
11654 (oct_mkfifo (const string&, mode_t, string&)): New three-arg version. | |
11655 (oct_rename (const string&, const string&, string&)): | |
11656 New three-arg version. | |
11657 | |
2663 | 11658 Fri Feb 7 13:15:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11659 | |
11660 * idx-vector.h (idx_vector::orig_empty): New function. | |
11661 | |
11662 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&)): | |
11663 Don't always resize to [](0x0) if one of the indices is empty or | |
11664 zero. | |
11665 | |
2658 | 11666 Sun Feb 2 22:33:44 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11667 | |
11668 * cmd-hist.cc (command_history::read): New arg, must_exist. | |
11669 Set line_in_file here too. | |
11670 (command_history::read_range): New arg, must_exist. | |
11671 | |
2651 | 11672 Fri Jan 31 09:21:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11673 | |
11674 * f2c-main.c: Change C++-style comments to C-style comments. | |
11675 | |
2638 | 11676 Tue Jan 28 10:46:02 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11677 | |
11678 * Makefile.in (install-inc): Create a relative symbolic link. | |
11679 | |
2634 | 11680 Mon Jan 27 15:52:27 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11681 | |
11682 * Version 2.0.2 released. | |
11683 | |
2624 | 11684 Sat Jan 25 22:36:21 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11685 | |
11686 * Makefile.in (bin-dist): New target. | |
11687 | |
2621 | 11688 Wed Jan 22 16:18:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11689 | |
11690 * dbleSVD.cc (SVD::init): Work around apparent dgesvd() bug. | |
11691 * CmplxSVD.cc (ComplexSVD::init): Work around apparent zgesvd() bug. | |
11692 | |
2613 | 11693 Mon Jan 20 18:44:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11694 | |
11695 * chMatrix.cc (charMatrix::charMatrix (const string&)): | |
11696 If the number of columns is zero, also set the number of rows to zero. | |
11697 (charMatrix::charMatrix (const char *)): Likewise. | |
11698 | |
2602 | 11699 Tue Jan 7 00:16:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11700 | |
11701 * Version 2.0.1 released. | |
11702 | |
2601 | 11703 Sun Jan 5 12:07:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11704 | |
11705 * dMatrix.cc (Matrix::read): Correctly compute the number of | |
11706 columns for resizing when the number of rows is specified but the | |
11707 number of columns is not. | |
11708 | |
2598 | 11709 Wed Dec 18 16:18:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11710 | |
2599 | 11711 * Range.cc (operator -): New function. |
11712 | |
2598 | 11713 * lo-ieee.cc: Include <nan.h> on all systems that have it. |
11714 | |
2589 | 11715 Fri Dec 13 02:01:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11716 | |
11717 * Array2-idx.h (assign): Delay resizing left hand side until we | |
11718 know if the assignment conforms. | |
11719 | |
2583 | 11720 Tue Dec 10 01:43:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11721 | |
11722 * Version 2.0 released. | |
11723 | |
2570 | 11724 Fri Dec 6 14:41:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11725 | |
2575 | 11726 * Array2-idx.h (assign): If index is a colon, set number of |
11727 elements to the lhs dimension if the lhs dimension is greater than | |
11728 zero. Otherwise, set it to the rhs dimension. | |
11729 | |
11730 * Version 1.94. | |
11731 | |
2570 | 11732 * Array2-idx.h (assign): Test for rhs scalar case first. |
11733 If index is colon, set number of elements to lhs dimension, not | |
11734 rhs dimension. | |
11735 | |
2563 | 11736 Thu Dec 5 13:05:18 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11737 | |
2566 | 11738 * sun-utils.h: Don't declare MAIN_ or MAIN__ here. |
11739 * sun-utils.cc: Delete. | |
11740 * f2c-main.c: New file | |
11741 | |
11742 * Makefile.in: Fix file name lists. | |
11743 | |
2563 | 11744 * CMatrix.cc (lssolve): Don't redeclare retval, resize it. |
11745 | |
2561 | 11746 Wed Dec 4 12:24:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11747 | |
11748 * dMatrix.cc (Qzval): Don't try to use same memory three times. | |
11749 Create result using Complex constructor, not multiplication. | |
11750 Order elements as they are returned from Eispack. | |
11751 | |
2559 | 11752 Mon Dec 2 00:26:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11753 | |
2560 | 11754 * lo-ieee.cc (octave_ieee_init): Kluge for octave_Inf on SCO. |
11755 Only include nan.h if SCO is defined. Define _IEEE before | |
11756 including it and undefine it afterward. | |
11757 [SCO] (isnan): Don't mistake Inf as NaN. | |
11758 | |
2559 | 11759 * Array-idx.h (assign): Only resize if assignment conforms. |
11760 | |
2551 | 11761 Wed Nov 20 01:00:40 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11762 | |
11763 * Makefile.in (INCLUDES): Delete lo-error.h. | |
11764 * lo-error.h: Delete (moved to libcruft/misc). | |
11765 | |
11766 * Version 1.93. | |
11767 | |
2546 | 11768 Tue Nov 19 23:07:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11769 | |
2549 | 11770 * oct-glob.cc (glob_match::match): Don't expect our flag values to |
11771 be the same as they are in fnmatch.h. | |
11772 | |
2546 | 11773 * f77-fcn.c, f77-fcn.h: Move to libcruft/misc directory. |
11774 | |
11775 * Makefile.in (INCLUDES): Delete f77-fcn.h. | |
11776 (SOURCES): Delete f77-fcn.c. | |
11777 | |
2522 | 11778 Fri Nov 15 13:47:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11779 | |
11780 * lo-ieee.h: [SCO]: Declare isinf and isnan. | |
11781 | |
2512 | 11782 Thu Nov 14 00:06:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11783 | |
11784 * Version 1.92. | |
11785 | |
2508 | 11786 Wed Nov 13 11:19:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11787 | |
2512 | 11788 * cmd-hist.cc (command_history::add): Ignore empty input lines, or |
11789 lines that have only carriage return or newline. | |
11790 | |
2508 | 11791 * lo-ieee.cc (isnan, isinf): Provide functions for SCO. |
11792 | |
2500 | 11793 Tue Nov 12 11:11:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11794 | |
11795 * idx-vector.cc (idx_is_inf_or_nan): New function. | |
11796 (IDX_VEC_REP::idx_vector_rep): Use it. | |
11797 | |
2493 | 11798 Sun Nov 10 17:09:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11799 | |
11800 * str-vec.h, str-vec.cc: Add constructors to make string vectors | |
11801 from vectors of C strings. | |
11802 | |
11803 * oct-glob.h, oct-glob.cc (glob_match): Allow pat to be a string | |
11804 vector. | |
11805 (glob_match::match): Allow match string to be a string vector. | |
11806 (glob_match::glob): New function. | |
11807 | |
11808 * chMatrix.cc (charMatrix::row_as_string): New arg, strip_ws. | |
11809 | |
11810 * Array-b.cc: New file. | |
11811 * Makefile.in (TI_SRC): Add it to the list. | |
11812 | |
2492 | 11813 Fri Nov 8 18:09:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11814 | |
11815 * file-ops.cc: Change #include "" to #include <> for safe-lstat.h | |
11816 and safe-stat.h, to avoid getting them from $srcdir when we really | |
11817 want the version from the build directory. (Maybe this should be | |
11818 done for all the include files, not just those that are | |
11819 auto-generated? Hmm.) | |
11820 | |
2481 | 11821 Thu Nov 7 10:45:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11822 | |
2482 | 11823 * Version 1.91. |
11824 | |
2481 | 11825 * Array3.cc (Array3<T>::resize): Make it work. |
11826 | |
11827 Wed Nov 6 22:44:33 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11828 | |
11829 * oct-alloc.h, oct-alloc.cc: New files. | |
11830 * Makefile.in: Add them to the lists. | |
11831 | |
11832 Mon Nov 4 21:49:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11833 | |
11834 * dbleQRP.cc (QRP::QRP): Don't pass tmp data to unsafe constructor. | |
11835 * CmplxQRP.cc (ComplexQRP::ComplexQRP): Ditto. | |
11836 | |
2466 | 11837 Sun Nov 3 15:45:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11838 | |
11839 * file-ops.cc (file_stat::is_blk, file_stat::is_chr, | |
11840 file_stat::is_dir, file_stat::is_fifo, file_stat::is_lnk, | |
11841 file_stat::is_reg, file_stat::is_sock): Just return false if the | |
9967 | 11842 underlying macro is not defined. |
2466 | 11843 |
11844 * oct-math.h (lgamma, gamma): Delete declarations. | |
11845 (asinh, acosh, atanh, erf, erfc): Declare arg types too. | |
11846 Protect declarations with #ifdef HAVE_*. | |
11847 | |
2440 | 11848 Wed Oct 30 11:42:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11849 | |
2452 | 11850 * Version 1.90. |
11851 | |
11852 * Makefile.in (DISTFILES): Add ChangeLog. | |
11853 | |
2444 | 11854 * cmd-hist.cc: Only include fcntl.h if HAVE_FCNTL_H. |
11855 | |
11856 * Matrix-ext.cc: Include <cfloat>, not <float.h>. | |
11857 | |
2443 | 11858 * CMatrix.cc, cmd-hist.cc, file-ops.cc, file-ops.h, filemode.c, |
2444 | 11859 mkdir.c, rename.c, rmdir.c, safe-xstat.cin, statdefs.h, sysdir.h, |
11860 tempname.c, utils.cc: Only include sys/types.h if HAVE_SYS_TYPES_H. | |
2443 | 11861 |
2440 | 11862 * Array3.h (T Array3<T>::checkelem): Return T() for bogus value, |
11863 since that is now accepatble syntax, even for built-in types. | |
11864 * Array2.h (T Array2<T>::checkelem): Likewise | |
11865 | |
2433 | 11866 Sat Oct 26 23:37:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11867 | |
11868 * file-ops.cc (mkfifo) [! HAVE_MKFIFO]: Just print an error | |
11869 message and return -1. | |
11870 | |
2428 | 11871 Fri Oct 25 01:24:51 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11872 | |
2431 | 11873 * str-vec.h (str_vec_compare): Declare args as const void *, then |
11874 cast them to const string * in the body of the function. | |
11875 | |
11876 * file-ops.cc (file_stat::mode_as_string): Explicitly construct | |
11877 string from buf. | |
11878 | |
2428 | 11879 * Array3.h (Array3::checkelem): Tag bogus return value with |
11880 GCC_ATTRIBUTE_UNUSED. | |
11881 * Array2.h (Array2::checkelem): Likewise. | |
9967 | 11882 |
2424 | 11883 Thu Oct 24 19:40:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11884 | |
11885 * Quad.h (Quad): Define virtual destructor. | |
11886 | |
2408 | 11887 Tue Oct 15 11:34:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11888 | |
11889 * CMatrix.cc (ComplexMatrix::all_elements_are_real): new function. | |
11890 | |
2401 | 11891 Sun Oct 13 11:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11892 | |
11893 * sun-utils.h: Conditionally declare MAIN__ too. Declare MAIN_ | |
11894 and MAIN__ extern "C". | |
11895 * sun-utils.cc: Include sun-utils.h here. Delete extern "C" stuff. | |
11896 | |
2391 | 11897 Sat Oct 12 12:40:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11898 | |
11899 * MArray-misc.cc: New file. | |
11900 * Makefile.in (MATRIX_SRC): Add it to the list. | |
11901 | |
11902 * mx-inlines.cc (equal): Return bool, not int. | |
11903 | |
11904 * idx-vector.h (idx_vector (double)): New constructor. | |
11905 | |
11906 * chMatrix.h, chMatrix.cc, CMatrix.h, CMatrix.cc, dMatrix.h, | |
11907 dMatrix.cc, dDiagMatrix.h, dDiagMatrix.cc, dRowVector.h, | |
11908 dRowVector.cc, dColVector.h, dColVector.cc, CColVector.h, | |
11909 CColVector.cc, CDiagMatrix.h, CDiagMatrix.cc, CRowVector.h, | |
11910 CRowVector.cc: Logical operators return bool, not int. | |
11911 | |
11912 * CMatrix.h, CMatrix.cc (ComplexMatrix::any_element_is_inf_or_nan): | |
11913 New function. | |
11914 | |
11915 * dMatrix.h, dMatrix.cc (Matrix::any_element_is_negative, | |
11916 Matrix::any_element_is_inf_or_nan, Matrix::abs, | |
11917 Matrix::all_elements_are_inf_or_nan): New functions. | |
11918 | |
11919 * Range.h, Range.cc (Range::all_elements_are_ints): New function. | |
11920 | |
11921 * MArray.cc, MArray2.cc, MDiagArray2.cc: Call gripe_nonconformant | |
11922 for errors. Simplify macros by converting FCN to string for error | |
11923 messages. | |
11924 | |
11925 * Array-idx.h (Array<T>::index): New function. Don't call | |
11926 clear_index() here. | |
11927 (Array<T>::value): Call it, do call clear_index() here. | |
11928 * Array2-idx.h (Array<T>::value, Array<T>::index): Likewise, for | |
11929 one and two arg index functions. | |
11930 | |
11931 Tue Sep 17 21:21:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11932 | |
11933 * DAEFunc.h: Delete #pragma interface since there is no longer a | |
11934 separate implementation file. | |
11935 | |
2354 | 11936 Tue Aug 20 17:38:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11937 | |
2358 | 11938 * Makefile.in (stamp-picdir): Only create a pic subdirectory if |
11939 SHARED_LIBS is true AND CPICFLAG or CXXPICFLAG is not empty. | |
11940 | |
2356 | 11941 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Rename arg sort to |
11942 sort_uniq. If sort_uniq is nonzero, sort the elements and make | |
11943 them uniq. | |
11944 | |
2354 | 11945 * CMatrix.cc (ComplexMatrix::row_max, ComplexMatrix::row_min, |
11946 ComplexMatrix::column_max, ComplexMatrix::column_min): | |
11947 Rewrite. Also return index as a reference arg. | |
11948 (ComplexMatrix::row_max_loc, ComplexMatrix::row_min_loc, | |
11949 ComplexMatrix::column_max_loc, ComplexMatrix::column_min_loc): | |
11950 Delete. | |
11951 | |
11952 * dMatrix.cc (Matrix::row_max, Matrix::row_min, | |
11953 Matrix::column_max, Matrix::column_min): | |
11954 Rewrite. Also return index as a reference arg. | |
11955 (Matrix::row_max_loc, Matrix::row_min_loc, | |
11956 Matrix::column_max_loc, Matrix::column_min_loc): Delete. | |
11957 | |
11958 Fri Aug 9 05:01:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11959 | |
11960 * dMatrix.cc (Matrix::row_min, Matrix::row_min_loc, | |
11961 Matrix::row_max, Matrix::row_max_loc, Matrix::column_min, | |
11962 Matrix::column_min_loc, Matrix::column_max, | |
11963 Matrix::column_max_loc): Ignore leading NaNs. | |
11964 * CMatrix.cc (ComplexMatrix::row_min, ComplexMatrix::row_min_loc, | |
11965 ComplexMatrix::row_max, ComplexMatrix::row_max_loc, | |
11966 ComplexMatrix::column_min, ComplexMatrix::column_min_loc, | |
11967 ComplexMatrix::column_max, ComplexMatrix::column_max_loc): Ignore | |
11968 leading NaNs. | |
11969 | |
2352 | 11970 Thu Aug 8 16:04:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11971 | |
11972 * QPSOL.cc (QPSOL::do_minimize): Insert linear constraint bounds | |
11973 starting at n, not 0. | |
11974 | |
2349 | 11975 Sat Jul 27 02:54:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11976 | |
11977 * dMatrix.cc (Matrix::Matrix (const RowVector&), | |
11978 Matrix::Matrix (const ColumnVector&)): New constructors. | |
11979 | |
11980 * CMatrix.cc (ComplexMatrix::ComplexMatrix (const RowVector&), | |
11981 ComplexMatrix::ComplexMatrix (const ColumnVector&), | |
11982 ComplexMatrix::ComplexMatrix (const ComplexRowVector&), | |
11983 ComplexMatrix::ComplexMatrix (const ComplexColumnVector&)): | |
11984 New constructors. | |
11985 | |
11986 * chMatrix.cc (charMatrix::charMatrix (const string_vector&)): | |
11987 New constructor. | |
11988 | |
2343 | 11989 Wed Jul 24 16:39:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11990 | |
11991 * LSODE.cc (do_integrate): Check to make sure that the state and | |
11992 derivative vectors are the same size. | |
2344 | 11993 * DASSL.cc (do_integrate): Likewise. |
2343 | 11994 |
2330 | 11995 Sun Jul 14 17:30:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11996 | |
11997 * dMatrix.cc (Matrix::read, Matrix::write): Convert to use | |
11998 iostreams and handler data format conversions. Delete old methods | |
11999 that used stdio. | |
12000 | |
12001 * data-conv.h, data-conv.cc (oct_data_conv): New class. | |
12002 | |
12003 Fri Jul 12 13:52:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12004 | |
12005 * mach-info.h: Rename from float-fmt.h. | |
12006 * mach-info.cc: Rename from float-fmt.cc. | |
12007 Handle machine information using a singlton class. | |
12008 * Makefile.in: Update appropriate lists. | |
12009 | |
12010 Tue Jul 9 11:49:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12011 | |
12012 * Array-flags.cc: Provide definitions for the flags even if | |
12013 OCTAVE_SOURCE is not defined. | |
12014 | |
12015 * Array.h, Array2.h, Array3.h: BOUNDS_CHECKING now affects | |
12016 operator(), not elem(). | |
12017 * Array3.h: Move indexing methods here from Array3.cc. | |
12018 | |
12019 Mon Jun 24 02:30:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12020 | |
12021 * Array3.cc (checkelem): Fix typo in call to Array2<T>::elem(). | |
12022 | |
12023 * Makefile.in (install-lib): Use INSTALL_PROGRAM instead of | |
12024 INSTALL_DATA for shared libs. | |
12025 | |
12026 Thu Jun 6 09:59:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12027 | |
12028 * Quad.cc: Include lo-error.h here too. | |
12029 | |
12030 Mon May 27 12:41:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12031 | |
12032 * file-ops.h: Include sys/types.h here. | |
12033 | |
12034 Wed May 22 00:20:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12035 | |
12036 * chMatrix.cc (charMatrix::transpose): Provide definition. | |
12037 | |
12038 * Array-idx.h (maybe_delete_elements): Correctly compute number of | |
12039 elements in result. | |
12040 * Array2-idx.h (maybe_delete_elements): Likewise for number of | |
12041 rows and columns in result. | |
12042 | |
12043 Tue May 21 23:46:09 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12044 | |
12045 * dbleQR.cc (QR::QR): Don't create result from to-be-deleted data. | |
12046 * CmplxQR.cc (ComplexQR::ComplexQR): Likewise. | |
12047 | |
12048 Fri May 17 03:06:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12049 | |
12050 * Makefile.in (install-inc): Install in octincludedir, not includedir. | |
12051 | |
12052 Sun May 12 03:40:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12053 | |
12054 * Makefile.in (uninstall): Also delete shared library. | |
12055 Split install into install-libs and install-includes. | |
12056 (install-inc): If linkdir is a directory, leave it alone. | |
12057 | |
12058 * sun-utils.cc (MAIN__): Define for Linux/ELF systems. | |
12059 | |
12060 Thu May 2 20:19:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12061 | |
12062 * Array-idx.h (assign): Handle A(:) = X for A undefined or empty. | |
12063 * Array2-idx.h (assign): Likewise. | |
12064 | |
12065 Tue Apr 30 05:43:06 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12066 | |
12067 * Array2.cc (Array2<T>::range_error): New functions. | |
12068 | |
12069 * Array.h (class Array<T>): elem() and operator() are now | |
12070 equivalent, and do bounds checking by default. | |
12071 * Array2.cc (class Array2<T>): Likewise. | |
12072 | |
12073 Sat Apr 6 21:26:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12074 | |
12075 * Makefile.in (maintainer-clean, distclean): Also delete | |
12076 stamp-picdir, stamp-shared, and pic directory. | |
12077 (stamp-prereq): New target. | |
12078 | |
12079 Fri Mar 29 13:44:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12080 | |
12081 * NPSOL.h (NPSOL_options::set_option (const char *, int)): | |
12082 New function. | |
12083 | |
12084 * Array.h, Array.cc (Array<T>::range_error ()): New functions. | |
12085 * Array.h (Array<T>::checkelem): Use them. | |
12086 | |
12087 * base-lu.h, base-lu.cc: Parameterize based on types of matrix | |
12088 elements too. | |
12089 * dbleLU.h, dbleLU.cc, CmplxLU.h, CmplxLU.cc: Change to match. | |
12090 | |
12091 * MDiagArray2.h (MDiagArray2 (const MArray<T>& a)): Delete. | |
12092 | |
12093 * Makefile.in (distclean): Delete so_locations, which is created | |
12094 on DEC Alpha systems. | |
12095 | |
12096 Sat Mar 23 04:02:53 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12097 | |
12098 * Array.h (HEAVYWEIGHT_INDEXING): Do define this here if it is not | |
12099 already defined. | |
12100 | |
12101 Fri Mar 22 23:53:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12102 | |
12103 * pathsearch.cc: Include config.h. | |
12104 | |
12105 Wed Mar 20 04:54:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12106 | |
12107 * Array2-idx.h (assign (Array2<LT>&, const Array2<RT>&)): Don't | |
12108 allow M(I, J) = scalar if I or J is empty. | |
12109 | |
12110 * Array-idx.h: Delete Array2 and Array3 code (now in Array2-idx.h | |
12111 and Array3-idx.h). | |
12112 | |
12113 Thu Mar 7 10:20:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12114 | |
12115 * lo-error.h: Make comments C friendly. | |
12116 | |
12117 Sun Mar 3 14:04:32 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12118 | |
12119 * Array2.h (make_unique): Move all indexing functions here. | |
12120 * Array2.cc: From here. | |
12121 | |
12122 * Array.h, Array2.h (NO_BOUNDS_CHECKING): New macro to control | |
12123 whether operator() calls elem or checkelem. | |
12124 | |
12125 * Array.h (make_unique): New private function. | |
12126 Move all indexing functions here. | |
12127 * Array.cc: From here. | |
12128 | |
12129 * pathsearch.cc (dir_path::find_all): Index tmp, don't dereference | |
12130 it too. | |
12131 | |
12132 * Array-d.cc, Array-ch.cc, Array-C.cc, Array-s.cc, Array-str.cc, | |
12133 Array-i.cc, MArray-i.cc, MArray-s.cc, MArray-d.cc, MArray-ch.cc, | |
12134 MArray-C.cc: Include config.h. | |
12135 | |
12136 * Array.h, Array2.h, DiagArray2.h, Array3.h: | |
12137 Don't define HEAVYWEIGHT_INDEXING here. | |
12138 | |
12139 Sat Mar 2 18:39:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12140 | |
12141 * base-lu.h, base-lu.cc: New files. | |
12142 * Makefile.in: Add them to the appropriate lists. | |
12143 * dbleLU.h, dbleLU.cc, CmplxLU.h, Cmplx.cc: Derive from base_lu. | |
12144 | |
12145 Fri Mar 1 08:30:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12146 | |
12147 * Array2.h, Array3.h, DiagArray2.h: New files, extracted from Array.h | |
12148 * Array2-idx.h, Array3-idx.h: New files, extracted from Array-idx.h | |
12149 * Array2.cc, Array3.cc, DiagArray2.cc: New files, from Array.cc. | |
12150 * MArray2.h, MDiagArray2.h: New files, extracted from MArray.h. | |
12151 * MArray2.cc, MDiagArray2.cc, MArray-defs.h: New files, from MArray.cc. | |
9967 | 12152 |
2330 | 12153 * MArray.h (INSTANTIATE_MARRAY_FRIENDS): New macro. |
12154 (INSTANTIATE_MARRAY2_FRIENDS): Likewise. | |
12155 (INSTANTIATE_MDIAGARRAY_FRIENDS): Likewise. | |
12156 * MArray-C.cc, MArray-ch.cc, MArray-c.cc, MArray-i.cc, MArray-s.cc: | |
12157 Simplify using new macros. | |
12158 | |
12159 Mon Feb 26 03:04:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12160 | |
12161 * Makefile.in (install): If $(includedir) ends in version string, | |
12162 make link to name that does not include version info. | |
12163 | |
12164 * lo-ieee.cc: Include <cmath> here. | |
12165 | |
12166 Fri Feb 16 20:52:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12167 | |
12168 * lo-ieee.cc, lo-ieee.h: New files. | |
12169 * lo-mappers.cc, lo-mappers.h: New files. | |
12170 * lo-utils.cc, lo-utils.h: New files. | |
12171 * Makefile.in: Add them to the appropriate lists. | |
12172 | |
12173 Thu Feb 15 22:02:17 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12174 | |
12175 * dMatrix.cc (all_integers, too_large_for_float): New functions. | |
12176 * CMatrix.cc (all_integers, too_large_for_float): New functions. | |
12177 | |
12178 * byte-swap.h, data-conv.h, data-conv.cc, float-fmt.h, | |
12179 float-fmt.cc: New files. | |
12180 * Makefile.in: Include them in the appropriate lists. | |
12181 | |
12182 Wed Feb 14 01:49:47 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12183 | |
12184 * dMatrix.cc (Qzval): New function. | |
12185 | |
12186 Tue Feb 13 12:41:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12187 | |
12188 * NPSOL.cc (NPSOL_options::set_option): Arg key is now string, not | |
12189 char*. | |
12190 | |
12191 * DASSL.h, DASSL.cc: Do better management of temporary workspace. | |
12192 Use F77_XFCN to call Fortran subroutine. | |
12193 * dColVector.cc, CColVector.cc: Likewise. | |
12194 * dRowVector.cc, CRowVector.cc: Likewise. | |
12195 * NPSOL.h, NPSOL.cc: Likewise. | |
12196 * CmplxCHOL.cc: Likewise. | |
12197 * dbleCHOL.cc: Likewise. | |
12198 * CMatrix.cc: Likewise. | |
12199 * dMatrix.cc: Likewise. | |
12200 * QPSOL.cc: Likewise. | |
12201 * LSODE.cc: Likewise. | |
12202 | |
12203 Sun Feb 11 14:14:26 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12204 | |
12205 * dbleHESS.cc (HESS::init): Dimension of tau is n-1, not n+1. | |
12206 | |
12207 * dbleSCHUR.h, dbleSCHUR.cc: Do better management of temporary | |
12208 workspace. Use F77_XFCN to call Fortran subroutine. | |
12209 * CmplxAEPBAL.h, CmplxAEPBAL.cc: Likewise. | |
12210 * CmplxSCHUR.h, CmplxSCHUR.cc: Likewise. | |
12211 * dbleGEPBAL.h, dbleGEPBAL.cc: Likewise. | |
12212 * dbleAEPBAL.h, dbleAEPBAL.cc: Likewise. | |
12213 * CmplxHESS.h, CmplxHESS.cc: Likewise. | |
12214 * CmplxSVD.h, CmplxSVD.cc: Likewise. | |
12215 * dbleHESS.h, dbleHESS.cc: Likewise. | |
12216 * dbleSVD.h, dbleSVD.cc: Likewise. | |
12217 * EIG.h, EIG.cc; Likewise. | |
12218 * CollocWt.cc: Likewise. | |
12219 * NLEqn.cc: Likewise. | |
12220 * Quad.cc: Likewise. | |
12221 | |
12222 Sat Feb 10 12:14:59 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12223 | |
12224 * dbleLU.h, dbleLU.cc: Do better management of temporary workspace. | |
12225 Use F77_XFCN to call Fortran subroutine. | |
12226 * CmplxLU.h, CmplxLU.cc: Ditto. | |
12227 * dbleQR.h, dbleQR.cc: Ditto. | |
12228 * CmplxQR.h, CmplxQR.cc: Ditto. | |
12229 * dbleQRP.h, dbleQRP.cc: Ditto. | |
12230 * CmplxQRP.h, CmplxQRP.cc: Ditto. | |
12231 | |
12232 * dir-ops.h (dir_entry::dir): Declare as void*, not DIR*. | |
12233 (struct DIR): delete forward declaration. | |
12234 (dir_entry::operator = (const dir_entry$)): Protect against | |
12235 copying same object. | |
12236 * dir-ops.cc: Cast dir appropriately. | |
12237 | |
12238 Fri Feb 9 16:12:44 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12239 | |
12240 * lo-error.cc: Moved to libcruft/misc. | |
12241 * Makefile.in: Delete it from the list. | |
12242 | |
12243 * f77-fcn.c (f77_context, f77_exception_encountered): Delete | |
12244 definitions (they have been moved to libcruft/misc/f77-extern.cc). | |
12245 | |
12246 * Array-flags.h: New file. | |
12247 * Array-idx.h: Include it here. | |
12248 * Makefile.in (MATRIX_INC): Add it to the list. | |
12249 | |
12250 * Array-flags.cc: Renamed from Array-ext.cc. | |
12251 (liboctave_dfi_flag): Renamed from dfi_flag. | |
12252 (liboctave_pcv_flag): Renamed from pcv_flag. | |
12253 (liboctave_pzo_flag): Renamed from pzo_flag. | |
12254 (liboctave_rre_flag): Renamed from rre_flag. | |
12255 * Array-idx.h: Change all uses of dfi_flag, etc. | |
12256 * Makefile.in (MATRIX_SRC): Change file name here too. | |
12257 | |
12258 * Makefile.in (LIBOCTAVE_LFLAGS, LIBOCTAVE_LIBS): New variables. | |
12259 (stamp-shared): Use them here. | |
12260 | |
12261 Tue Feb 6 09:53:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12262 | |
12263 * cmd-hist.cc (command_history::ignore_entries): Delete default | |
12264 argument value. | |
12265 | |
12266 Mon Feb 5 12:07:50 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12267 | |
12268 * CmplxAEPBAL.h, CmplxCHOL.h, CmplxDET.h, CmplxHESS.h, CmplxLU.h, | |
12269 CmplxQR.h, CmplxQRP.h, CmplxSCHUR.h, CmplxSVD.h, dbleAEPBAL.h, | |
12270 dbleCHOL.h, dbleDET.h, dbleGEPBAL.h, dbleHESS.h, dbleLU.h, | |
12271 dbleQR.h, dbleQRP.h, dbleSCHUR.h, dbleSVD.h: | |
12272 Clean up constructors, assigment operator. | |
12273 | |
12274 Sun Feb 4 03:12:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12275 | |
12276 * NPSOL.cc (do_minimize): Use F77_XFCN to call npsol. | |
12277 Check f77_exception_encountered on return. | |
12278 | |
12279 * f77-fcn.c (f77_exception_encountered): New variable. | |
12280 (F77_XFCN): Set it. | |
12281 * f77-fcn.h: Provide declaration. | |
12282 | |
12283 * QPSOL.h (QPSOL_options::set_options): Renamed from copy(). | |
12284 | |
12285 * NPSOL.h (NPSOL_options::set_options): Renamed from copy(). | |
12286 | |
12287 * NLEqn.h (NLEqn_options::set_options): New function. | |
12288 * Quad.h (Quad_options::set_options): Likewise. | |
12289 | |
12290 * LP.h (class LP): Add accessors for LP data. | |
12291 | |
12292 * NLEqn.h (NLEqn::n): Delete. | |
12293 | |
12294 * NLEqn.h (class NLEqn::n): Likewise. | |
12295 | |
12296 * NLP.h (class NLP): Add accessors for NLP data. | |
12297 | |
12298 * NPSOL.h (class NPSOL_options): Move constructors, set, and | |
12299 access functions here. | |
12300 * NPSOL.cc.cc: From here. | |
12301 | |
12302 * QLD.h (class QLD): Add destructor definition. | |
12303 * Objective.h (class Objective): Likewise. | |
12304 * ODEFunc.h (class ODEFunc): Likewise. | |
12305 * NLFunc.h (class NLFunc): Likewise. | |
12306 * NLEqn.h (class NLEqn): Likewise. | |
12307 * NLConst.h (class NLConst): Likewise. | |
12308 * LinConst.h (class LinConst): Likewise. | |
12309 * LSODE.h (class LSODE_options): Likewise. | |
12310 * CollocWt.h (class CollocWt): Likewise. | |
12311 * Bounds.h (class Bounds): Likewise. | |
12312 | |
12313 * QLD.cc (QLD::set_default_options): Delete. | |
12314 | |
12315 * QP.h (QP): Add accessors for QP data. | |
12316 Add copy constructor, operator =, and destructor definitions. | |
12317 | |
12318 * Range.h, Quad.h, QP.h, QLD.h, Objective.h, NLP.h, NLFunc.h, | |
12319 NLConst.h, LinConst.h, LSODE.h, LP.h, FEGrid.h, EIG.h, DASSL.h, | |
12320 DAEFunc.h, CollocWt.h, Bounds.h: | |
12321 Clean up constructors, assigment operator. | |
9967 | 12322 |
2330 | 12323 * dRowVector.cc (RowVector::transpose): Use magic of reference |
12324 counting to avoid duplicating the data immediately. | |
12325 * dColVector.cc (ColumnVector::transpose): Likewise. | |
12326 * CRowVector.cc (ComplexrowVector::transpose): Likewise. | |
12327 * CColVector.cc (ComplexColumnVector::transpose): Likewise. | |
12328 | |
12329 Sat Feb 3 01:02:36 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12330 | |
12331 * prog-args.h (prog_args::option_argument): New enum. | |
12332 | |
12333 * f77-fcn.h: Rename from f77-uscore.h. | |
12334 (F77_XFCN_ERROR, F77_XFCN): New macros. | |
12335 * f77-fcn.c: New file. | |
12336 * Makefile.in (SOURCES): Add it to the list. | |
12337 | |
12338 * ODEFunc.h: Clean up. | |
12339 | |
12340 * DASSL.cc, DASSL.h: New files. | |
12341 * Makefile.in: Add them to the appropriate lists. | |
12342 | |
12343 * LSODE.cc, LSODE.h: New files. | |
12344 * Makefile.in: Add them to the appropriate lists. | |
12345 | |
12346 * ODE.cc: Delete. | |
12347 * Makefile.in (SOURCES): Remove from list. | |
12348 | |
12349 * base-de.h, DAE.cc: New files. | |
12350 * Makefile.in: Add them to the appropriate lists. | |
12351 * ODE.h: Only define interface for ODE classes. | |
12352 * DAE.h: Only define interface for ODE classes. | |
12353 | |
12354 * LPsolve.cc (do_minimize): Print sorry not implemented message. | |
12355 (LPsolve::set_default_options)): Delete | |
12356 * LPsolve.h (class LPsolve): Add operator =, copy constructor, and | |
12357 destructor. | |
12358 | |
12359 * LP.h (class LP): Add operator =, copy constructor, and destructor. | |
12360 | |
12361 * QPSOL.h (QPSOL::QPSOL (const QPSOL&)): New constructor. | |
12362 (QPSOL::operator =): Call base class operator = instead of assuming | |
12363 we know what to copy. | |
12364 | |
12365 * base-min.h (size): New function. | |
12366 | |
12367 * NLP.h (NLP::size): Delete. | |
12368 (NLP::NLP (const NLP&)): New constructor. | |
12369 (NLP::operator =): Call base class operator = instead of assuming | |
12370 we know what to copy. | |
12371 | |
12372 * NPSOL.h, NPSOL.cc (NPSOL::option): Delete. | |
12373 (class NPSOL): Add operator = and destructor. | |
12374 | |
12375 * NPSOL.h: Add NPSOL_options() to list of constructor initalizers. | |
12376 | |
12377 Fri Feb 2 22:52:55 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12378 | |
12379 * Makefile.in (liboctave.a): Depend on $(PICOBJ). | |
12380 | |
12381 Wed Jan 31 05:29:25 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12382 | |
12383 * dMatrix.cc (Givens, Sylvester, Matrix::expm): New functions. | |
12384 * CMatrix.cc (Givens, Sylvester, ComplexMatrix::expm): Ditto. | |
12385 | |
12386 Mon Jan 29 00:00:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12387 | |
12388 * prog-args.h, prog-args.cc: New files. | |
12389 * Makefile.in: Add them to lists. | |
12390 | |
12391 * getopt.h, getopt.c, getopt1.c: New files. | |
12392 * Makefile.in: Add them to the lists. | |
12393 | |
12394 * oct-term.h, oct-term.cc: New files. | |
12395 * Makefile.in: Add them to the lists. | |
12396 | |
12397 * str-vec.cc: New file. | |
12398 * Makefile.in (SOURCES): Add it to the list. | |
12399 | |
12400 * file-ops.cc (oct_tmpnam): Move here from src/utils.cc. | |
12401 | |
12402 * tempname.c, tempnam.c: Move here from src directory. | |
12403 * Makefile.in: Add to lists. | |
12404 | |
12405 Sun Jan 28 23:06:19 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12406 | |
12407 * cmd-hist.h, cmd-hist.cc: New files. | |
12408 * Makefile.in: Add them to lists. | |
12409 | |
12410 Thu Jan 25 20:36:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12411 | |
12412 * oct-glob.h, oct-glob.cc: New files. | |
12413 * Makefile.in: Add them to lists. | |
12414 | |
12415 Wed Jan 24 01:55:08 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12416 | |
12417 * pathsearch.h, pathsearch.cc: New files. | |
12418 * Makefile.in: Add them to lists. | |
12419 | |
12420 * dir-ops.h, dir-ops.cc: New files. | |
12421 * sysdir.h: Move here from src directory. | |
12422 * Makefile.in: Add them to lists. | |
12423 | |
12424 * Array.h (Array::qsort): Return *this, not void. | |
12425 * str-vec.h (string_vector::qsort): Likewise. | |
12426 | |
12427 * chMatrix.cc (row_as_string): Resize result to eliminate | |
12428 unnecessary NULs. | |
12429 | |
12430 Tue Jan 23 00:40:58 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12431 | |
12432 * safe-xstat.hin, safe-xstat.cin, statdefs.h, file-ops.h, | |
12433 file-ops.cc, filemode.c, mkdir.c, rmdir.c, rename.c: | |
12434 Files moved here from src directory. | |
12435 * Makefile.in: Add them to lists. Include appropriate rules. | |
12436 | |
12437 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c: | |
12438 Use pointers, not references (this is C code!). | |
12439 | |
12440 * oct-math.h: New file. | |
12441 * acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c: | |
12442 Files moved here from src directory. | |
12443 * Makefile.in: Add them to lists. | |
12444 | |
12445 Sun Jan 21 22:53:37 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12446 | |
12447 * idx-vector.cc (make_uniq): Fix major brain-o. | |
12448 | |
12449 * CmplxSCHUR.h, CmplxSCHUR.cc, dbleSCHUR.h, dbleSCHUR.cc: | |
12450 Convert to use string class instead of char*. | |
12451 | |
12452 * str-vec.h, Array-str.cc: New files. | |
12453 | |
12454 * Array.h (Array::qsort): New function. | |
12455 | |
12456 Fri Jan 12 01:45:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12457 | |
12458 * Array.h: Nest ArrayRep class inside Array class. | |
12459 Refer to ArrayRep, not ArrayRep<T>. | |
12460 Move all ArrayRep functions inline. | |
12461 Don't declare other Array classes as friends of ArrayRep. | |
12462 * Array.cc: Delete ArrayRep functions. | |
12463 * Array-idx.h: Refer to ArrayRep, not ArrayRep<T>. | |
12464 | |
12465 * Array-C.cc, Array-ch.cc, Array-d.cc, Array-i.cc, Array-s.cc: | |
12466 Don't instantiate ArrayRep objects. | |
12467 | |
12468 Wed Jan 10 04:40:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12469 | |
12470 * chMatrix.cc (charMatrix::charMatrix (const string&)): | |
12471 New constructor. | |
12472 | |
12473 Tue Jan 9 04:44:56 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12474 | |
12475 * dbleGEPBAL.cc (GEPBALANCE::init): Use string instead of char* | |
12476 for balance_job arg. | |
12477 * dbleAEPBAL.cc (AEPBALANCE::init): Likewise. | |
12478 * CmplxAEPBAL.cc (ComplexAEPBALANCE::init): Likewise. | |
12479 | |
12480 * chMatrix.cc (row_as_string): Return string, not const char*. | |
12481 | |
12482 Mon Jan 8 03:20:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12483 | |
12484 * Makefile.in (clean): If $(SHARED_LIBS), also remove shared libs. | |
12485 | |
12486 * chMatrix.cc (row_as_string): Undo previous change. | |
12487 | |
12488 Sun Jan 7 19:50:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12489 | |
12490 * chMatrix.cc (row_as_string): Do memory management here. Caller | |
12491 is expected to save string if necessary. | |
12492 | |
12493 Sat Jan 6 19:28:20 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12494 | |
12495 * Array.h (class DiagArray): Enable nested Proxy class for all | |
12496 platforms. | |
12497 | |
12498 * Array.cc (Array<T>::operator = (const Array<T>&)): If rep == | |
12499 a.rep, don't mess with count. | |
12500 * Array.h (Array2<T>& operator = (const Array2<T>&)): Likewise, | |
12501 don't do anything if reps are the same. | |
12502 (Array3<T>& operator = (const Array3<T>&) | |
12503 | |
12504 * Array.h (ArrayRep<T>::operator = (const ArrayRep<T>&)): | |
12505 Declare private with no definition to prevent misuse. | |
12506 | |
12507 * Array.cc (Array2<T>::insert (const Array2<T>&, int, int)): | |
12508 Get range check right. | |
12509 * dMatrix.cc (Matrix::insert (const RowVector&, int, int)): Ditto. | |
12510 (Matrix::insert (const ColumnVector&, int, int)): Ditto. | |
12511 (Matrix::insert (const DiagMatrix&, int, int)): Ditto. | |
12512 * CMatrix.cc (ComplexMatrix::insert (const Matrix&, int, int)): Ditto. | |
12513 (ComplexMatrix::insert (const RowVector&, int, int)): Ditto. | |
12514 (ComplexMatrix::insert (const ColumnVector&, int, int)): Ditto. | |
12515 (ComplexMatrix::insert (const DiagMatrix&, int, int)): Ditto. | |
12516 (ComplexMatrix::insert (const ComplexRowVector&, int, int)): Ditto. | |
12517 (ComplexMatrix::insert (const ComplexColumnVector&, int, int)): Ditto. | |
12518 (ComplexMatrix::insert (const ComplexDiagMatrix&, int, int)): Ditto. | |
12519 * dRowVector.cc (RowVector::insert (const RowVector&, int)): Ditto. | |
12520 * dColVector.cc | |
12521 (ColumnVector::insert (const ColumnVector&, int)): Ditto. | |
12522 * CRowVector.cc | |
12523 (ComplexRowVector::insert (const RowVector&, int)): Ditto. | |
12524 (ComplexRowVector::insert (const ComplexRowVector&, int)): Ditto. | |
12525 * CColVector.cc | |
12526 (ComplexColumnVector::insert (const ColumnVector&, int)): Ditto. | |
12527 (ComplexColumnVector::insert (const ComplexColumnVector&, int)): Ditto. | |
12528 | |
12529 * dMatrix.cc (Matrix::insert (const DiagMatrix&, int, int)): | |
12530 Also fill in zeros, not just the diagonal. | |
12531 | |
12532 * CDiagMatrix.cc (ComplexDiagMatrix::fill (double, int, int)): | |
12533 Use END parameter properly. | |
12534 (ComplexDiagMatrix::fill (const Complex&, int, int)): Ditto. | |
12535 * dDiagMatrix.cc (DiagMatrix::fill (double, int, int)): Ditto. | |
12536 | |
12537 * Array.h (ArrayRep<T>::ArrayRep (void)): Set count to 1 here. | |
12538 (ArrayRep<T>::ArrayRep (T *, int)): Likewise. | |
12539 * Array.cc (ArrayRep<T>::ArrayRep (const ArrayRep<T>&)): | |
12540 Don't copy count. Set it to 1. | |
12541 (ArrayRep<T>::ArrayRep (int)): Set count to 1 here. | |
12542 | |
12543 * Array.h (Array<T>::Array (T *, int)): After constructing rep, | |
12544 don't set rep->count to 1 here (now handled by ArrayRep | |
12545 constructors). | |
12546 (Array<T>::Array (void)): Ditto. | |
12547 (Array<T>::Array (int)): Ditto. | |
12548 (Array<T>::T& elem (int)): Ditto. | |
12549 * Array-idx.h (Array<T>::maybe_delete_elements (idx_vector&)): Ditto. | |
12550 (Array2<T>::maybe_delete_elements (idx_vector&, idx_vector&)): Ditto. | |
12551 * Array.cc: (Array<T>::Array (int, const T&)): Ditto. | |
12552 (Array<T>::resize (int)): Ditto. | |
12553 (Array<T>::resize (int, const T&)) :Ditto. | |
12554 (Array<T>::fortran_vec (void)): Ditto. | |
12555 (Array2<T>::resize (int, int)): Ditto. | |
12556 (Array2<T>::resize (int, int, const T&)): Ditto. | |
12557 (DiagArray<T>::resize (int, int)): Ditto. | |
12558 (DiagArray<T>::resize (int, int, const T&)): Ditto. | |
12559 | |
12560 Sun Dec 31 21:23:26 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12561 | |
12562 * Array-ch.cc: Rename from Array-c.cc. | |
12563 * MArray-ch.cc: Rename from MArray-c.cc. | |
12564 * chMatrix.cc: Rename from cMatrix.cc. | |
12565 * chMatrix.h: Rename from cMatrix.h. | |
12566 * Makefile.in (TI_SRC): Use new names here. | |
12567 * mx-base.h: Likewise. | |
12568 | |
12569 Fri Dec 29 21:45:00 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12570 | |
12571 * Makefile.in: Handle shared libraries. | |
12572 | |
12573 Thu Dec 28 14:18:34 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12574 | |
12575 * CRowVector.cc (operator * (ComplexRowVector, ComplexMatrix)): | |
12576 Correctly compute length of return value. Correct rows and | |
12577 columns in zgemv call. | |
12578 * dRowVector.cc (operator * (RowVector, Matrix)): Likewise. | |
12579 | |
12580 Tue Dec 26 00:37:57 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12581 | |
12582 * Makefile.in (stamp-picdir): New target. | |
12583 (all): Depend on it. | |
12584 | |
12585 Sun Dec 24 03:10:41 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12586 | |
12587 * Makefile.in (INCLUDES): Remove QLD.h. | |
12588 (SOURCES): Remove QLD.cc. | |
12589 | |
12590 Wed Dec 20 00:43:46 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12591 | |
12592 * dMatrix.cc (Matrix::inverse): New arg, force. | |
12593 If force is nonzero, invert even if matrix is singular. | |
12594 (ComplexMatrix::inverse): Likewise. | |
12595 | |
12596 * dRowVector.cc, mx-inlines.cc, dMatrix.cc, dDiagMatrix.cc, | |
12597 dColVector.cc,MArray-C.cc, CmplxDET.cc, CRowVector.cc, CMatrix.cc, | |
12598 CDiagMatrix.cc, CColVector.cc, Array-C.cc, CmplxDET.h, CMatrix.h: | |
12599 Include "oct-cmplx.h" instead of <Complex.h>. | |
12600 | |
12601 * mx-defs.h: Include oct-cmplx.h in place of forward declaration | |
12602 for class Complex. | |
12603 | |
12604 * oct-cmplx.h: New file. | |
12605 * Makefile.in (INCLUDES): Add it to the list. | |
12606 | |
12607 * idx-vector.cc (IDX_VEC_REP::idx_vector_rep): Don't redeclare len. | |
12608 (IDX_VEC_REP::maybe_convert_one_zero_to_idx): Don't redeclare count. | |
12609 (IDX_VEC_REP::freeze): Don't redeclare max_val and min_val. | |
12610 (intcmp, sort_data, make_uniq, copy_data, IDX_VEC_REP::print): | |
12611 Avoid g++ bugs. | |
12612 | |
12613 Tue Nov 14 14:24:16 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12614 | |
12615 * Array-idx.h (maybe_delete_elements): Give useful error message. | |
12616 | |
12617 * dbleSCHUR.cc, dbleSVD.cc: Include iostream.h. | |
12618 | |
12619 Mon Nov 13 08:35:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12620 | |
12621 * CDiagMatrix.cc (inverse): Return retval, not *this. | |
12622 * dDiagMatrix.cc (inverse): Use same method as for Complex case. | |
12623 | |
12624 Sat Nov 4 05:06:12 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12625 | |
12626 * Array.h, Array.cc, Array-idx.h [HEAVYWEIGHT_INDEXING]: Keep | |
12627 index vector object with Array, not ArrayRep. | |
12628 | |
12629 Fri Nov 3 06:52:38 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12630 | |
12631 * Array-idx.h (assign (Array2<T>&, const Array2<T>&): Don't fail | |
12632 if index is a colon and resizing is maybe needed. | |
12633 | |
12634 Tue Oct 31 17:40:01 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12635 | |
12636 * idx-vector.cc (IDX_VEC_REP::is_colon_equiv): Don't return true | |
12637 if we have a vector of 1's. | |
12638 | |
12639 * Array-idx.h (assign (Array2<LT>&, Array2<RT>&): If lhs has no | |
12640 current orientation, require index and rhs to conform unless | |
12641 do_fortran_indexing flag is set. | |
12642 | |
12643 Sun Oct 15 23:32:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12644 | |
12645 * Array-d.cc, Array-C.cc, mx-base.h, mx-inlines.cc, dDiagMatrix.h, | |
12646 CDiagMatrix.h, CMatrix.cc, CMatrix.h, dMatrix.h, mx-defs.h, | |
12647 cMatrix.h, MArray.cc, MArray.h, MArray-i.cc, MArray-c.cc, | |
12648 MArray-s.cc, Array.h, Array.cc, Array-c.cc, Array-i.cc, | |
12649 Array-s.cc, cMatrix.cc, Array-idx.h, dMatrix.cc: | |
12650 Massive changes to support additional data types. Only charMatrix | |
12651 is currently used in Octave. | |
12652 | |
12653 Thu Oct 12 02:22:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12654 | |
12655 * Array.cc (Array2<T>::insert (Array2<T>&, int, int): New function. | |
12656 * CMatrix.cc (ComplexMatrix::insert (ComplexMatrix&, int, int): | |
12657 Simply call Array2<Complex> version. | |
12658 * dMatrix.cc (Matrix::insert (Matrix&, int, int): Similarly, just | |
12659 call Array2<double> version. | |
12660 | |
12661 * Array-C.cc, Array-d.cc: Instantiate new assign functions too. | |
12662 | |
12663 * Array.h, Array.cc: Massive overhaul to support new way of | |
12664 handling indexing. | |
12665 * idx-vector.h, idx-vector.cc: Likewise. | |
12666 * Array-ext.cc, Array-idx.h: New files. | |
12667 * Makefile.in: Add them to the appropriate lists. | |
12668 | |
12669 Wed Oct 11 00:49:58 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12670 | |
12671 * Range.cc (nelem_internal): Use tfloor here, not round. | |
12672 | |
12673 Sun Oct 8 18:21:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12674 | |
12675 * idx-vector.h, idx-vector.cc: New files, moved from ../src. | |
12676 * Makefile.in (SOURCES, INCLUDES): Include them in the lists. | |
12677 | |
12678 Sat Oct 7 19:07:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12679 | |
12680 * CMatrix.cc (pseudo_inverse): Avoid bogus g++ warning. | |
12681 | |
12682 * Array.h: Move simple member functions here. | |
12683 * Array.cc: From here. | |
12684 | |
12685 Fri Oct 6 00:36:04 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12686 | |
12687 * Range.cc (tfloor, tceil, round): New static functions. | |
12688 (Range::nelem_internal): Rewrite to use better method. | |
12689 | |
12690 * dbleSVD.h (SVD::type): New item, sigma_only. | |
12691 (type_computed): New var. | |
12692 * dbleSVD.cc (left_singular_matrix, right_singular_matrix): | |
12693 Handle possible error condition. | |
12694 (init): Allow for SVD::sigma_only, save type computed. | |
12695 * CmplxSVD.cc (left_singular_matrix, right_singular_matrix): | |
12696 Handle possible error condition. | |
12697 (init): Allow for SVD::sigma_only, save type computed. | |
12698 | |
12699 Wed Oct 4 15:33:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12700 | |
12701 * Nearly all non-matrix .h and .cc files: | |
12702 Move short function bodies into class declarations for inlining. | |
12703 Generally clean up. | |
12704 | |
12705 * base-min.h: New file. | |
12706 * LP.h (class LP): Derive from base_minimizer. | |
12707 * QLP.h (class QLP): Derive from base_minimizer. | |
12708 * NLP.h (class NLP): Derive from base_minimizer. | |
12709 * Makefile.in (INCLUDES): Add base-min.h to the list. | |
12710 | |
12711 * Makefile.in (SOURCES): Delete DAEFunc.cc, LP.cc, NLConst.cc, | |
12712 NLFunc.cc, Objective.cc and QP.cc from list. | |
12713 | |
12714 Tue Sep 26 04:14:23 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12715 | |
12716 * dbleSCHUR.cc (select_ana): Remove name of unused parameter. | |
12717 (SCHUR::SCHUR): Delete unused parameter ord. | |
12718 * CmplxSCHUR.h (ComplexSCHUR::CmplxSCHUR): Likewise. | |
12719 | |
12720 * CRowVector.cc | |
12721 (ComplexRowVector::operator+ (const Complex&, const RowVector&), | |
12722 (ComplexRowVector::operator- (const Complex&, const RowVector&), | |
12723 (ComplexRowVector::operator* (const Complex&, const RowVector&), | |
12724 (ComplexRowVector::operator/ (const Complex&, const RowVector&)): | |
12725 Actually do something. | |
9967 | 12726 |
2330 | 12727 * dMatrix.cc (Matrix::lssolve (ComplexMatrix&)): Use dummy vars. |
12728 (Matrix::lssolve (ComplexMatrix&, int&)): Likewise. | |
12729 (Matrix::lssolve (ComplexMatrix&, int&, int&)): Likewise. | |
12730 | |
12731 * Quad.cc (Quad_options::Quad_options (double, double)): New function. | |
12732 * (Quad::Quad (integrand_fcn, double, double): Properly initialize | |
12733 tolerances. | |
9967 | 12734 |
2330 | 12735 * DAE.cc (ddassl_f, ddassl_j): Remove names of unused parameters. |
12736 * LPsolve.cc (LPsolve::minimize): Likewise. | |
12737 * NPSOL.cc (NPSOL::option, npsol_confun, npsol_objfun): Likewise. | |
12738 * ODE.cc (lsode_f, lsode_j): Likewise. | |
12739 * QPSOL.cc (qphess): Likewise. | |
12740 | |
12741 Fri Sep 22 04:14:51 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12742 | |
12743 * dMatrix.cc: Include <cstring>. | |
12744 | |
12745 * Array.cc: Try harder to avoid warnings from gcc in functions | |
12746 that return bogus values after calling the error handler. | |
12747 | |
12748 Thu Sep 14 00:56:00 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12749 | |
12750 * Makefile.in: Use `ifndef omit_deps', not `ifndef $(omit_deps)'. | |
12751 | |
12752 * Makefile.in (TEMPLATE_SRC): Add Array-i.cc to the list. | |
12753 | |
12754 Tue Aug 22 00:41:06 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12755 | |
12756 * DAE.cc (dassl_f): Add UNUSED attribute for unused parameters. | |
12757 (dassl_j): Likewise. | |
9967 | 12758 |
2330 | 12759 * DAE.cc, NLEqn.cc, NPSOL.cc, ODE.cc, CColVector.cc, CMatrix.cc, |
12760 dColVector.cc, dMatrix.cc, CmplxLU.cc, dbleLU.cc, QPSOL.cc, | |
12761 Array.cc, CollocWt.cc, FEGrid.h, LinConst.h: | |
12762 Update for change in for loop variable scope for gcc 2.7.0. | |
12763 | |
12764 Mon Aug 21 19:34:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
12765 | |
12766 * Makefile.in: Only include dependency files if $(omit_deps) is | |
12767 not set. | |
12768 | |
12769 Mon May 1 13:26:00 1995 John Eaton (jwe@bullwinkle.che.utexas.edu) | |
12770 | |
12771 * dbleSCHUR.h dbleSVD.h dbleQRP.h dbleQR.h dbleHESS.h dbleLU.h | |
12772 dbleCHOL.h dbleGEPBAL.h dbleAEPBAL.h dbleDET.h dDiagMatrix.h | |
12773 dColVector.h dMatrix.h dRowVector.h Quad.h Range.h QPSOL.h QLD.h | |
12774 ODEFunc.h QP.h Objective.h NPSOL.h ODE.h NLEqn.h NLFunc.h | |
12775 NLConst.h LinConst.h LPsolve.h LP.h FSQP.h FEGrid.h EIG.h | |
12776 DAEFunc.h CollocWt.h DAE.h CmplxSVD.h CmplxQRP.h CmplxSCHUR.h | |
12777 CmplxHESS.h CmplxDET.h CmplxLU.h CmplxQR.h CmplxCHOL.h | |
12778 CmplxAEPBAL.h CRowVector.h CDiagMatrix.h Bounds.h CColVector.h | |
12779 CMatrix.h dbleSCHUR.cc dbleSVD.cc dbleQRP.cc dbleQR.cc | |
12780 dbleGEPBAL.cc dbleLU.cc dbleHESS.cc dbleDET.cc dbleCHOL.cc | |
12781 dbleAEPBAL.cc dColVector.cc dRowVector.cc dMatrix.cc | |
12782 dDiagMatrix.cc QPSOL.cc Range.cc Quad.cc QP.cc ODEFunc.cc QLD.cc | |
12783 Objective.cc NLEqn.cc ODE.cc NPSOL.cc NLFunc.cc LPsolve.cc | |
12784 NLConst.cc LinConst.cc FSQP.cc FEGrid.cc LP.cc DAE.cc EIG.cc | |
12785 CollocWt.cc DAEFunc.cc CmplxSVD.cc CmplxSCHUR.cc CmplxQRP.cc | |
12786 CmplxLU.cc CmplxQR.cc CmplxHESS.cc CmplxDET.cc CmplxCHOL.cc | |
12787 CmplxAEPBAL.cc CRowVector.cc CColVector.cc CMatrix.cc | |
12788 CDiagMatrix.cc Bounds.cc MArray.h MArray.cc Array.cc Array.h | |
12789 NLP.h: Use pragma interface/implementation. Don't surround | |
12790 contents in extern "C++". | |
12791 * lo-error.h sun-utils.h: Don't surround contents in extern "C++". | |
12792 | |
12793 Tue Apr 11 10:59:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12794 | |
12795 * f77-uscore.h (F77_FCN): Allow for possibility of uppercase | |
12796 identifiers. | |
12797 * utils.cc dbleSVD.cc dbleSCHUR.cc dbleQRP.cc dbleQR.cc dbleLU.cc | |
12798 dbleHESS.cc dbleGEPBAL.cc dbleAEPBAL.cc dRowVector.cc | |
12799 dColVector.cc QLD.cc CmplxSVD.cc CmplxCHOL.cc CmplxHESS.cc | |
12800 CmplxQR.cc CmplxQRP.cc QPSOL.cc CmplxAEPBAL.cc CmplxLU.cc | |
12801 CmplxSCHUR.cc dMatrix.cc CColVector.cc CRowVector.cc dbleCHOL.cc | |
12802 CollocWt.cc NLEqn.cc EIG.cc DAE.cc ODE.cc CMatrix.cc NPSOL.cc | |
12803 Quad.cc: Change usage of F77_FCN to match new definition | |
12804 | |
12805 * utils.cc dbleSVD.cc dbleSCHUR.cc dbleQRP.cc dbleQR.cc dbleLU.cc | |
12806 dbleHESS.cc dbleGEPBAL.cc dbleAEPBAL.cc dRowVector.cc | |
12807 dColVector.cc QLD.cc CmplxSVD.cc CmplxCHOL.cc CmplxHESS.cc | |
12808 CmplxQR.cc CmplxQRP.cc QPSOL.cc CmplxAEPBAL.cc CmplxLU.cc | |
12809 CmplxSCHUR.cc dMatrix.cc CColVector.cc CRowVector.cc dbleCHOL.cc | |
12810 CollocWt.cc NLEqn.cc EIG.cc DAE.cc ODE.cc CMatrix.cc NPSOL.cc | |
12811 Quad.cc: Where appropriate, declare Fortran subroutines to take | |
12812 args by reference instead of pointer. Change all callers. | |
12813 | |
12814 Sun Apr 9 20:11:56 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12815 | |
12816 * MArray.h (MArray2::~MArray2, MDiagArray::~MDiagArray): New | |
12817 functions. Make += and -= operators friend functions. | |
12818 | |
12819 * Array.h (Array2::~Array2, Array3::~Array3, | |
12820 DiagArray::~DiagArray): New functions. | |
12821 | |
12822 Wed Apr 5 21:21:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12823 | |
12824 * Makefile.in (EXTRAS): Don't distribute mx-kludge.cc. | |
12825 (MATRIX_INC): Don't distribute mx-kludge.h. | |
12826 | |
12827 * CColVector.h CColVector.cc CDiagMatrix.h CDiagMatrix.cc | |
12828 CMatrix.h CMatrix.cc CRowVector.h CRowVector.cc dColVector.h | |
12829 dColVector.cc dDiagMatrix.h dDiagMatrix.cc dMatrix.h dMatrix.cc | |
12830 dRowVector.h dRowVector.cc: | |
12831 Derive classes from MArray, MArray2, and MDiagArray, not Array, | |
12832 Array2, and DiagArray2. | |
12833 Don't use functions defined in mx-kludge.cc for arithmetic | |
12834 like-type operations on arrays. | |
12835 | |
12836 * MArray.cc: Use the classes defined here like-type mathematical | |
12837 operations on Array objects. Abuse CPP more. | |
12838 * Makefile.in (TEMPLATE_SRC): Add it to the list. | |
12839 (EXTRAS): Delete it from this list. | |
12840 | |
12841 * MArray-C.cc, MArray-d.cc: New files. | |
12842 * Makefile.in (TI_SRC): Add them to the list. | |
12843 | |
12844 Tue Apr 4 14:13:46 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12845 | |
12846 * mx-kludge.cc: Abuse CPP even more. | |
12847 | |
12848 Mon Apr 3 21:05:30 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12849 | |
12850 * Objective.h (objective_function): Add missing const. | |
12851 (gradient_function): Likewise. | |
12852 | |
12853 * CColVector.h CColVector.cc CDiagMatrix.h CDiagMatrix.cc | |
12854 CMatrix.h CMatrix.cc CRowVector.h CRowVector.cc dColVector.h | |
12855 dColVector.cc dDiagMatrix.h dDiagMatrix.cc dMatrix.h dMatrix.cc | |
12856 dRowVector.h dRowVector.cc: | |
12857 Reorganize to declare and define friends where they should be, | |
12858 based on the use of private constructors. | |
12859 | |
12860 Fri Mar 31 10:09:40 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
12861 | |
12862 * CRowVector.h (linspace): Add declaration. | |
12863 * dRowVector.h (linspace): Likewise. | |
12864 | |
12865 * dMatrix.cc (Matrix::inverse, Matrix::determinant, Matrix::solve): | |
12866 Force result of rcond + 1.0 to be stored. | |
12867 * CMatrix.cc (ComplexMatrix::inverse, ComplexMatrix::determinant, | |
12868 ComplexMatrix::solve): Likewise. | |
12869 | |
12870 See ChangeLog.1 in the top level directory for earlier changes. |