Mercurial > hg > octave-nkf
comparison NEWS @ 19090:49961d67e4b9
Add new matrix functions (isdiag, isbanded, istril, istriu) (bug #42688).
* NEWS: Announce new functions.
* scripts/linear-algebra/module.mk: Add new functions to build system.
* scripts/linear-algebra/isdiag.m: New function.
* scripts/linear-algebra/isbanded.m: New function.
* scripts/linear-algebra/istril.m: New function.
* scripts/linear-algebra/istriu.m: New function.
* numbers.txi: Add new functions to manual.
author | Massimiliano Fasi <massimiliano.fasi@gmail.com> |
---|---|
date | Sat, 05 Jul 2014 10:09:56 +0200 |
parents | 7c6ee4bd7719 |
children | 9addb5ad9426 |
comparison
equal
deleted
inserted
replaced
19089:3d9e503aea2c | 19090:49961d67e4b9 |
---|---|
54 To unlink properties use 'clear hlink' where hlink is the variable | 54 To unlink properties use 'clear hlink' where hlink is the variable |
55 containing the linkprop object. | 55 containing the linkprop object. |
56 | 56 |
57 ** Other new functions added in 4.2: | 57 ** Other new functions added in 4.2: |
58 | 58 |
59 dir_in_loadpath numfields | 59 dir_in_loadpath javachk |
60 hgload | 60 hgload linkaxes |
61 hgsave | 61 hgsave numfields |
62 javachk | 62 istril |
63 linkaxes | 63 istriu |
64 isdiag | |
65 isbanded | |
64 | 66 |
65 ** Deprecated functions. | 67 ** Deprecated functions. |
66 | 68 |
67 The following functions have been deprecated in Octave 4.2 and will | 69 The following functions have been deprecated in Octave 4.2 and will |
68 be removed from Octave 4.6 (or whatever version is the second major | 70 be removed from Octave 4.6 (or whatever version is the second major |