Mercurial > hg > octave-lyh
diff doc/interpreter/sparse.txi @ 17160:f2a8592b8fbd
doc: Shorten some long subsection names in Manual.
Remove excess spaces from ends of @menu definitions.
* doc/interpreter/arith.txi, doc/interpreter/basics.txi,
doc/interpreter/bugs.txi, doc/interpreter/container.txi,
doc/interpreter/data.txi, doc/interpreter/diagperm.txi,
doc/interpreter/diffeq.txi, doc/interpreter/emacs.txi,
doc/interpreter/expr.txi, doc/interpreter/external.txi,
doc/interpreter/func.txi, doc/interpreter/grammar.txi, doc/interpreter/gui.txi,
doc/interpreter/install.txi, doc/interpreter/intro.txi, doc/interpreter/io.txi,
doc/interpreter/java.txi, doc/interpreter/linalg.txi,
doc/interpreter/matrix.txi, doc/interpreter/nonlin.txi,
doc/interpreter/numbers.txi, doc/interpreter/octave.texi,
doc/interpreter/optim.txi, doc/interpreter/plot.txi,
doc/interpreter/preface.txi, doc/interpreter/quad.txi,
doc/interpreter/sparse.txi, doc/interpreter/stats.txi,
doc/interpreter/stmt.txi, doc/interpreter/strings.txi,
doc/interpreter/system.txi, doc/interpreter/var.txi:
Shorten some long subsection names in Manual.
Remove excess spaces from ends of @menu definitions.
author | Rik <rik@octave.org> |
---|---|
date | Fri, 02 Aug 2013 13:52:39 -0700 |
parents | e7a059a9a644 |
children | d6499c14021c |
line wrap: on
line diff
--- a/doc/interpreter/sparse.txi +++ b/doc/interpreter/sparse.txi @@ -23,7 +23,7 @@ @set htmltex @end iftex -@node Sparse Matrices +@node Sparse Matrices @chapter Sparse Matrices @menu @@ -34,7 +34,7 @@ @end menu @node Basics -@section The Creation and Manipulation of Sparse Matrices +@section Creation and Manipulation of Sparse Matrices The size of mathematical problems that can be treated at any particular time is generally limited by the available computing resources. Both, @@ -311,7 +311,7 @@ for a a full description of the techniques involved. @node Information -@subsection Finding out Information about Sparse Matrices +@subsection Finding Information about Sparse Matrices There are a number of functions that allow information concerning sparse matrices to be obtained. The most basic of these is @@ -442,9 +442,9 @@ @subsection Basic Operators and Functions on Sparse Matrices @menu -* Sparse Functions:: -* Return Types of Operators and Functions:: -* Mathematical Considerations:: +* Sparse Functions:: +* Return Types of Operators and Functions:: +* Mathematical Considerations:: @end menu @node Sparse Functions @@ -504,7 +504,7 @@ details. @node Return Types of Operators and Functions -@subsubsection The Return Types of Operators and Functions +@subsubsection Return Types of Operators and Functions The two basic reasons to use sparse matrices are to reduce the memory usage and to not have to do calculations on zero elements. The two are @@ -855,7 +855,7 @@ @DOCSTRING(svds) @node Iterative Techniques -@section Iterative Techniques applied to sparse matrices +@section Iterative Techniques Applied to Sparse Matrices The left division @code{\} and right division @code{/} operators, discussed in the previous section, use direct solvers to resolve a @@ -876,7 +876,7 @@ @DOCSTRING(luinc) @node Real Life Example -@section Real Life Example of the use of Sparse Matrices +@section Real Life Example using Sparse Matrices A common application for sparse matrices is in the solution of Finite Element Models. Finite element models allow numerical solution of