Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::EqualsVal ( DstArrayT *&  dst,
SrcArrayT *  src,
typename SrcArrayT::ArithType  val 
) [inline]

Determines where the SrcArray has a specific value.

Note that a proper implementation should include an error, like the Trait::BpoEqual function, to accomodate equality within a certain bound.

Definition at line 22 of file EqualsVal.h.

References Impala::Core::Array::Pattern::PatUnaryPixOp().

Referenced by Impala::Core::Training::Fisher::CNormC().

00023 {
00024     Trait::BpoBind2Val<DstArrayT, SrcArrayT,
00025         Trait::BpoEqual<DstArrayT, SrcArrayT, SrcArrayT> > upo(val);
00026     Pattern::PatUnaryPixOp(dst, src, upo);
00027 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:56:31 2010 for ImpalaSrc by  doxygen 1.5.1