|
boolNDArray | bsxfun_and (const boolNDArray &, const boolNDArray &) |
|
boolNDArray | bsxfun_or (const boolNDArray &, const boolNDArray &) |
|
boolNDArray | mx_el_and (const bool &, const boolNDArray &) |
|
boolNDArray | mx_el_and (const boolNDArray &, const bool &) |
|
boolNDArray | mx_el_and (const boolNDArray &, const boolNDArray &) |
|
boolNDArray & | mx_el_and_assign (boolNDArray &m, const boolNDArray &a) |
|
boolNDArray | mx_el_and_not (const bool &, const boolNDArray &) |
|
boolNDArray | mx_el_and_not (const boolNDArray &, const boolNDArray &) |
|
boolNDArray | mx_el_eq (const bool &, const boolNDArray &) |
|
boolNDArray | mx_el_eq (const boolNDArray &, const bool &) |
|
boolNDArray | mx_el_eq (const boolNDArray &, const boolNDArray &) |
|
boolNDArray | mx_el_ge (const bool &, const boolNDArray &) |
|
boolNDArray | mx_el_ge (const boolNDArray &, const bool &) |
|
boolNDArray | mx_el_ge (const boolNDArray &, const boolNDArray &) |
|
boolNDArray | mx_el_gt (const bool &, const boolNDArray &) |
|
boolNDArray | mx_el_gt (const boolNDArray &, const bool &) |
|
boolNDArray | mx_el_gt (const boolNDArray &, const boolNDArray &) |
|
boolNDArray | mx_el_le (const bool &, const boolNDArray &) |
|
boolNDArray | mx_el_le (const boolNDArray &, const bool &) |
|
boolNDArray | mx_el_le (const boolNDArray &, const boolNDArray &) |
|
boolNDArray | mx_el_lt (const bool &, const boolNDArray &) |
|
boolNDArray | mx_el_lt (const boolNDArray &, const bool &) |
|
boolNDArray | mx_el_lt (const boolNDArray &, const boolNDArray &) |
|
boolNDArray | mx_el_ne (const bool &, const boolNDArray &) |
|
boolNDArray | mx_el_ne (const boolNDArray &, const bool &) |
|
boolNDArray | mx_el_ne (const boolNDArray &, const boolNDArray &) |
|
boolNDArray | mx_el_not_and (const boolNDArray &, const bool &) |
|
boolNDArray | mx_el_not_and (const boolNDArray &, const boolNDArray &) |
|
boolNDArray | mx_el_not_or (const boolNDArray &, const bool &) |
|
boolNDArray | mx_el_not_or (const boolNDArray &, const boolNDArray &) |
|
boolNDArray | mx_el_or (const bool &, const boolNDArray &) |
|
boolNDArray | mx_el_or (const boolNDArray &, const bool &) |
|
boolNDArray | mx_el_or (const boolNDArray &, const boolNDArray &) |
|
boolNDArray & | mx_el_or_assign (boolNDArray &m, const boolNDArray &a) |
|
boolNDArray | mx_el_or_not (const bool &, const boolNDArray &) |
|
boolNDArray | mx_el_or_not (const boolNDArray &, const boolNDArray &) |
|