view .hgignore @ 8955:6d3fcbf89267

Add an override to Octave's find() for permutation matrices. Because of find()'s count-limiting and direction arguments, this is slightly more complicated than just copying the permutation vector. I suspect this is a common operation for people who don't know about the 'vector' option to lu().
author Jason Riedy <jason@acm.org>
date Tue, 10 Mar 2009 21:54:39 -0400
parents feaaf725c54f
children 95b1c64c287f
line wrap: on
line source

(^|/)CVS($|/)
(^|/)\.hg($|/)
(^|/)\.hgtags($|/)

^build-.*($|/)
(^|/)configure$
(^|/)autom4te.cache($|/)
^config\.h\.in$