Mercurial > hg > octave-lyh
view examples/@polynomial/numel.m @ 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 | e903c92d2f02 |
children |
line wrap: on
line source
function n = numel (obj, idx) # always produce an array. n = 1; endfunction