annotate CITATION @ 20608:32a0bf9906c1

linspace: remove use of error_state. * libinterp/corefcn/data.cc: current use of error_state is only useful for a nicer error message about N not being an integer. However, octave::idx_type_value() does not error for that, and even in that case, it must be cast to integer silently for Matlab compatibility.
author Carnë Draug <carandraug@octave.org>
date Thu, 08 Oct 2015 19:56:51 +0100
parents f5d9e57d4380
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16178
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
1 To cite GNU Octave in publications use:
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
2
20236
f5d9e57d4380 Update citation for Octave software to version 4.0.0.
Rik <rik@octave.org>
parents: 18793
diff changeset
3 John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2015).
f5d9e57d4380 Update citation for Octave software to version 4.0.0.
Rik <rik@octave.org>
parents: 18793
diff changeset
4 GNU Octave version 4.0.0 manual: a high-level interactive language for
18793
a6d13c62fccf Update CITATION file to include Rik Wehbring, use current version number.
Rik <rik@octave.org>
parents: 16178
diff changeset
5 numerical computations.
16178
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
6 URL http://www.gnu.org/software/octave/doc/interpreter/
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
7
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
8 A BibTeX entry for LaTeX users is:
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
9
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
10 @book{,
18793
a6d13c62fccf Update CITATION file to include Rik Wehbring, use current version number.
Rik <rik@octave.org>
parents: 16178
diff changeset
11 author = {John W. Eaton, David Bateman, S\oren Hauberg, and Rik Wehbring},
20236
f5d9e57d4380 Update citation for Octave software to version 4.0.0.
Rik <rik@octave.org>
parents: 18793
diff changeset
12 title = {{GNU Octave} version 4.0.0 manual: a high-level interactive language for numerical computations},
f5d9e57d4380 Update citation for Octave software to version 4.0.0.
Rik <rik@octave.org>
parents: 18793
diff changeset
13 year = {2015},
16178
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
14 url = {http://www.gnu.org/software/octave/doc/interpreter},
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
15 }
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
16
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
17 We have invested a lot of time and effort in creating GNU Octave, please cite it
3a93af21d206 New function citation() to display citation information (patch #7960)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
18 when using it. See also `citation pkgname' for citing Octave packages.