comparison doc/interpreter/matrix.txi @ 8839:fcba62cc4549

add chapter about diagonal and permutation matrices to manual
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 23 Feb 2009 13:55:44 +0100
parents 03b7f618ab3d
children d6de39523f03
comparison
equal deleted inserted replaced
8838:dea5bd01e6d7 8839:fcba62cc4549
237 Biomathematics at The University of Texas, M.D. Anderson Cancer Center, 237 Biomathematics at The University of Texas, M.D. Anderson Cancer Center,
238 Houston, TX 77030. 238 Houston, TX 77030.
239 239
240 @DOCSTRING(randperm) 240 @DOCSTRING(randperm)
241 241
242 @DOCSTRING(diag)
243
244 The functions @code{linspace} and @code{logspace} make it very easy to 242 The functions @code{linspace} and @code{logspace} make it very easy to
245 create vectors with evenly or logarithmically spaced elements. 243 create vectors with evenly or logarithmically spaced elements.
246 @xref{Ranges}. 244 @xref{Ranges}.
247 245
248 @DOCSTRING(linspace) 246 @DOCSTRING(linspace)