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

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

Definition at line 31 of file InvWw.h.

References InvWw().

00033 {
00034     InvWw(dst,
00035           eList[0], eList[3], eList[6],
00036           eList[1], eList[4], eList[7],
00037           eList[2], eList[5], eList[8], scale);
00038 }

Here is the call graph for this function:


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