comparison scripts/sparse/spfun.m @ 11563:3c6e8aaa9555

Grammarcheck m-files before 3.4 release.
author Rik <octave@nomad.inbox5.com>
date Tue, 18 Jan 2011 20:55:01 -0800
parents fd0a3ac60b0e
children c792872f8942
comparison
equal deleted inserted replaced
11562:1811f4f8b3b5 11563:3c6e8aaa9555
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {@var{y} =} spfun (@var{f},@var{S}) 20 ## @deftypefn {Function File} {@var{y} =} spfun (@var{f}, @var{S})
21 ## Compute @code{f(@var{S})} for the non-zero values of @var{S}. 21 ## Compute @code{f(@var{S})} for the non-zero values of @var{S}.
22 ## This results in a sparse matrix with the same structure as 22 ## This results in a sparse matrix with the same structure as
23 ## @var{S}. The function @var{f} can be passed as a string, a 23 ## @var{S}. The function @var{f} can be passed as a string, a
24 ## function handle, or an inline function. 24 ## function handle, or an inline function.
25 ## @seealso{arrayfun, cellfun, structfun} 25 ## @seealso{arrayfun, cellfun, structfun}