Home > freetb4matlab > sparse > spfun.m

spfun

PURPOSE ^

% Compute @code{f(@var{x})} for the non-zero values of @var{x}.

SYNOPSIS ^

function t = spfun (f, s)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{y} =} spfun (@var{f},@var{x})
% Compute @code{f(@var{x})} for the non-zero values of @var{x}.
% This results in a sparse matrix with the same structure as 
% @var{x}.  The function @var{f} can be passed as a string, a
% function handle or an inline function.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003