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

template<class ArrayT>
ArrayT* Impala::Core::Matrix::VecCreate ( int  nElem,
typename ArrayT::StorType *  data = 0,
bool  isWrapper = false 
)

Definition at line 46 of file VecFunc.h.

00048 {
00049     return new ArrayT(nElem, 1, 0, 0, data, isWrapper);
00050 }


Generated on Thu Jan 13 09:20:16 2011 for ImpalaSrc by  doxygen 1.5.1