home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / SPARFUN.DI$ / SPARSFUN.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  391 b   |  10 lines

  1. function S = sparsfun(keyword,S)
  2. %SPARSFUN Sparse auxiliary functions and parameters.
  3. %    Several MATLAB functions, defined in M-files, use this built-in
  4. %    function with a text keyword as the first argument to access the
  5. %    internal sparse data structure.
  6. %    eg. nnz = sparsfun('nnz',S) and p = sparsfun('colmmd',S).
  7.  
  8. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  9. %    Built-in function.
  10.