comparison liboctave/dNDArray.cc @ 5110:ea96466f98ea

[project @ 2005-01-19 02:11:53 by jwe]
author jwe
date Wed, 19 Jan 2005 02:11:53 +0000
parents e35b034d3523
children 57077d0ddc8e
comparison
equal deleted inserted replaced
5109:1e36493572a0 5110:ea96466f98ea
603 } 603 }
604 604
605 boolNDArray 605 boolNDArray
606 NDArray::any (int dim) const 606 NDArray::any (int dim) const
607 { 607 {
608 MX_ND_ANY_ALL_REDUCTION (MX_ND_ANY_EVAL (MX_ND_ANY_EXPR), false); 608 MX_ND_ANY_ALL_REDUCTION
609 (MX_ND_ANY_EVAL (elem (iter_idx) != 0
610 && ! lo_ieee_isnan (elem (iter_idx))), false);
609 } 611 }
610 612
611 NDArray 613 NDArray
612 NDArray::cumprod (int dim) const 614 NDArray::cumprod (int dim) const
613 { 615 {