~ubuntu-branches/ubuntu/wily/octave/wily

« back to all changes in this revision

Viewing changes to doc/interpreter/matrix.texi

  • Committer: Package Import Robot
  • Author(s): Sébastien Villemot
  • Date: 2013-05-14 12:42:41 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130514124241-dqow8bc0l4r3yj93
Tags: 3.6.4-2
* Adapt for Texinfo 5
  - add_info_dir_categories: use @dircategory in the patch
  - texinfo5.diff: new patch, fixes compatibility issues with Texinfo 5
* Upgrade to FLTK 1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@c DO NOT EDIT!  Generated automatically by munge-texi.
 
1
@c DO NOT EDIT!  Generated automatically by munge-texi.pl.
2
2
 
3
3
@c Copyright (C) 1996-2012 John W. Eaton
4
4
@c
909
909
The default value of @var{k} is zero, so that @code{triu} and
910
910
@code{tril} normally include the main diagonal as part of the result.
911
911
 
912
 
If the value of @var{k} is negative, additional elements above (for
913
 
@code{tril}) or below (for @code{triu}) the main diagonal are also
914
 
selected.
915
 
 
 
912
If the value of @var{k} is nonzero integer, the selection of elementsstarts at an offset of @var{k} diagonals above or below the maindiagonal; above for positive @var{k} and below for negative @var{k}.
916
913
The absolute value of @var{k} must not be greater than the number of
917
914
sub-diagonals or super-diagonals.
918
915