25 #if !defined (octave_bsxfun_h)
26 #define octave_bsxfun_h 1
43 if (! ( (xk == yk) || (xk == 1 && yk > 1) || (xk > 1 && yk == 1)))
47 (*current_liboctave_warning_with_id_handler)
48 (
"Octave:broadcast",
"%s: automatic broadcasting operation applied",
66 for (
int i = 0; i < drl; i++)
71 if (! ( (rk == xk) || (rk > 1 && xk == 1)))
75 (*current_liboctave_warning_with_id_handler)
76 (
"Octave:broadcast",
"%s: automatic broadcasting operation applied",