octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Moving code from octave-forge to octave [Was: polyderiv problem?]


From: Geordie McBain
Subject: Re: Moving code from octave-forge to octave [Was: polyderiv problem?]
Date: Fri, 11 Feb 2005 08:55:08 -0500
User-agent: Mutt/1.5.6+20040907i

On Thu, Feb 10, 2005 at 10:26:49AM -0500, John W. Eaton wrote:

> Also, how often are tril and triu used?  I only see one use of triu
> and none of tril in Octave's scripts directory, and none of either in
> another relatively large collection of .m files written by a
> colleague.
>

Depends what kind of work you're doing, I guess.  Here:

  $ find ~ -name '*.m' -print | xargs grep -l 'tri[lu]' 2>/dev/null | wc -l
  51

though there's probably some duplication in that.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]