Mercurial > hg > octave-lyh
changeset 12190:66b2c377b38e
Add sizemax function to documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 27 Jan 2011 21:43:24 -0800 |
parents | 9558ca33648d |
children | c2a9fd508db4 |
files | doc/ChangeLog doc/interpreter/doccheck/mk_undocumented_list doc/interpreter/numbers.txi |
diffstat | 3 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2011-01-27 Rik <octave@nomad.inbox5.com> + + * interpreter/numbers.txi: Add sizemax function to documentation. + * interpreter/doccheck/mk_undocumented_list: Add ifelse to functions + not requiring documentation. + 2011-01-27 Rik <octave@nomad.inbox5.com> * interpreter/image.txi: Add whitebg function to documentation.
--- a/doc/interpreter/doccheck/mk_undocumented_list +++ b/doc/interpreter/doccheck/mk_undocumented_list @@ -92,6 +92,7 @@ gammaln home i +ifelse inf inverse isbool
--- a/doc/interpreter/numbers.txi +++ b/doc/interpreter/numbers.txi @@ -268,6 +268,13 @@ For clarity, it is probably best to always use commas and semicolons to separate matrix elements and rows. +The maximum number of elements in a matrix is fixed when Octave is compiled. +The allowable number can be queried with the function @code{sizemax}. Note +that other factors, such as the amount of memory available on your machine, +may limit the maximum size of matrices to something smaller. + +@DOCSTRING(sizemax) + When you type a matrix or the name of a variable whose value is a matrix, Octave responds by printing the matrix in with neatly aligned rows and columns. If the rows of the matrix are too large to fit on the