comparison src/DLD-FUNCTIONS/sparse.cc @ 5534:e107161b8ca3

[project @ 2005-11-11 17:44:05 by jwe]
author jwe
date Fri, 11 Nov 2005 17:45:51 +0000
parents d2d11284528e
children e7e45fe274f1
comparison
equal deleted inserted replaced
5533:667ad2becb63 5534:e107161b8ca3
631 retval(3)= (double) nr; 631 retval(3)= (double) nr;
632 retval(4)= (double) nc; 632 retval(4)= (double) nc;
633 return retval; 633 return retval;
634 } 634 }
635 635
636 // PKG_ADD: dispatch ("find", "spfind", "sparse matrix") 636 // PKG_ADD: dispatch ("find", "spfind", "sparse matrix");
637 // PKG_ADD: dispatch ("find", "spfind", "sparse complex matrix") 637 // PKG_ADD: dispatch ("find", "spfind", "sparse complex matrix");
638 // PKG_ADD: dispatch ("find", "spfind", "sparse bool matrix") 638 // PKG_ADD: dispatch ("find", "spfind", "sparse bool matrix");
639 DEFUN_DLD (spfind, args, nargout , 639 DEFUN_DLD (spfind, args, nargout ,
640 "-*- texinfo -*-\n\ 640 "-*- texinfo -*-\n\
641 @deftypefn {Loadable Function} {[...] =} spfind (...)\n\ 641 @deftypefn {Loadable Function} {[...] =} spfind (...)\n\
642 SPFIND: a sparse version of the find operator\n\ 642 SPFIND: a sparse version of the find operator\n\
643 @enumerate\n\ 643 @enumerate\n\