Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:17:05 2011 for ImpalaSrc by  doxygen 1.5.1