comparison NEWS @ 18938:9addb5ad9426

bandwidth.m: Add new function. * NEWS: Announce new function. * scripts/linear-algebra/module.mk: New function added to the build system. * scripts/help/__unimplemented__.m: New function removed from unimplemented. * scripts/linear-algebra/isbanded.m: New function added as documentation reference. * scripts/linear-algebra/isdiag.m: New function added as documentation reference. * scripts/linear-algebra/istril.m: New function added as documentation reference. * scripts/linear-algebra/istriu.m: New function added as documentation reference. * scripts/linear-algebra/bandwidth.m: New function. * linalg.txi: Add bandwidth function to manual.
author Massimiliano Fasi <massimiliano.fasi@gmail.com>
date Tue, 08 Jul 2014 12:19:37 +0200
parents 49961d67e4b9
children d1c649bd90e9
comparison
equal deleted inserted replaced
18937:93805f9256a9 18938:9addb5ad9426
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 javachk 59 bandwidth isbanded javachk
60 hgload linkaxes 60 dir_in_loadpath isdiag linkaxes
61 hgsave numfields 61 hgload istril numfields
62 istril 62 hgsave istriu
63 istriu
64 isdiag
65 isbanded
66 63
67 ** Deprecated functions. 64 ** Deprecated functions.
68 65
69 The following functions have been deprecated in Octave 4.2 and will 66 The following functions have been deprecated in Octave 4.2 and will
70 be removed from Octave 4.6 (or whatever version is the second major 67 be removed from Octave 4.6 (or whatever version is the second major