comparison liboctave/Array-util.h @ 7922:935be827eaf8

error for NaN values in & and | expressions
author John W. Eaton <jwe@octave.org>
date Fri, 11 Jul 2008 14:56:30 -0400
parents 9a4541c622b5
children 7cbe01c21986
comparison
equal deleted inserted replaced
7921:fcc70f30fe31 7922:935be827eaf8
87 octave_idx_type iidx; 87 octave_idx_type iidx;
88 }; 88 };
89 89
90 extern int OCTAVE_API permute_vector_compare (const void *a, const void *b); 90 extern int OCTAVE_API permute_vector_compare (const void *a, const void *b);
91 91
92 extern void OCTAVE_API gripe_nan_to_logical_conversion (void);
93
92 extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_len, int op2_len); 94 extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_len, int op2_len);
93 95
94 extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_nr, int op1_nc, 96 extern void OCTAVE_API gripe_nonconformant (const char *op, int op1_nr, int op1_nc,
95 int op2_nr, int op2_nc); 97 int op2_nr, int op2_nc);
96 98