view .gitignore @ 19222:c3611856cdd4

xor.m: Extend to handle more than 2 arguments as a reduction operator. * xor.m: Redo docstring. Create internal function __xor__ to perform 2 argument xor. Loop over extra arguments in varargin, calling __xor__ as necessary. Update input validation and BIST tests. * data.cc (Fand, For, Fnot): Improve docstrings of related logical operations.
author Rik <rik@octave.org>
date Tue, 30 Sep 2014 10:58:34 -0700
parents 5758e0013246
children
line wrap: on
line source

*~
*.user
*.o
*.a
Makefile*
*.pdb
debug/
release/