Mercurial > hg > octave-lyh
comparison doc/interpreter/linalg.txi @ 17522:b66f068e4468
linsolve.m: Use Octave coding conventions.
* doc/interpreter/linalg.txi: Add linsolve to manual.
* scripts/linear-algebra/linsolve.m: Redo docstring. Use Octave coding conventions.
Add %!error input validation tests.
author | Rik <rik@octave.org> |
---|---|
date | Thu, 26 Sep 2013 09:38:51 -0700 |
parents | f2a8592b8fbd |
children |
comparison
equal
deleted
inserted
replaced
17521:c3a3532e3d98 | 17522:b66f068e4468 |
---|---|
93 @DOCSTRING(givens) | 93 @DOCSTRING(givens) |
94 | 94 |
95 @DOCSTRING(planerot) | 95 @DOCSTRING(planerot) |
96 | 96 |
97 @DOCSTRING(inv) | 97 @DOCSTRING(inv) |
98 | |
99 @DOCSTRING(linsolve) | |
98 | 100 |
99 @DOCSTRING(matrix_type) | 101 @DOCSTRING(matrix_type) |
100 | 102 |
101 @DOCSTRING(norm) | 103 @DOCSTRING(norm) |
102 | 104 |