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

template<class DstArrayT, class SrcArrayT>
DstArithT Impala::Core::Array::Trait::M6poLvvLw2< DstArrayT, SrcArrayT >::DoIt ( const SrcArithT L,
const SrcArithT Lx,
const SrcArithT Ly,
const SrcArithT Lxx,
const SrcArithT Lxy,
const SrcArithT Lyy 
) [inline]

Actual operation.

Definition at line 39 of file M6poLvvLw2.h.

00041     {
00042         return Lxx*Ly*Ly -2*Lx*Ly*Lxy + Lyy*Lx*Lx;
00043     }


Generated on Fri Mar 19 11:04:02 2010 for ImpalaSrc by  doxygen 1.5.1