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

template<class ArrayT>
void Impala::Core::Array::InvCw_log ( ArrayT *&  dst,
const std::vector< ArrayT * > &  eList,
typename ArrayT::ArithType  scale 
) [inline]

Definition at line 56 of file InvCw.h.

References InvCw_log().

00058 {
00059     InvCw_log(dst,
00060               eList[0], eList[3], eList[6],
00061               eList[1], eList[4], eList[7],
00062               eList[2], eList[5], eList[8], scale);
00063 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:57:01 2010 for ImpalaSrc by  doxygen 1.5.1