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

template<class ArrayT>
ArrayT::StorType* Impala::Core::Matrix::MatE ( ArrayT *  array,
int  r = 0,
int  c = 0 
) [inline]

Definition at line 50 of file MatFunc.h.

Referenced by Impala::Core::Array::ColorSegmentation(), Impala::Core::Feature::InterestPointFeature::ComputeDescriptors(), Impala::Core::Feature::DSurf(), Impala::Core::Feature::Dump(), Impala::Core::Feature::PointDescriptorTable::ExportToFile(), GetColumn(), GetDiagonal(), Impala::Core::Matrix::VirtualMatrixMemory< ArrayT >::GetDiagonalImpl(), GetRow(), Impala::Core::Feature::PointDescriptorTable::ImportFromBuffer(), KmeansClustering(), Impala::Application::mainConstructCodebook(), Impala::Core::Feature::MarkovStationaryFeature(), MatCovariance(), MatCovarianceExact(), MatDiv(), MatEye(), MatFeatureNormalization(), MatInverse(), MatKeepSpecificRows(), MatKLM(), MatKMeans(), MatMahalanobis(), MatMakeRotate2dRad(), MatMakeScale2d(), MatMakeTranslate2d(), MatMul(), MatMulVec(), MatNorm2DistInternal(), MatNorm2DistSSE(), MatPadZeros(), MatReplicateMatrix(), MatReplicateMatrixOneRow(), MatSet(), MatSumAxis0(), MatSumAxis1(), MatTrace(), MatTranspose(), MatTransposeInplace(), Impala::Core::Feature::InterestPointFeature::ProjectHardIndex(), Impala::Core::Feature::InterestPointFeature::ProjectHardMatrix(), Impala::Core::Feature::InterestPointFeature::ProjectLLC(), Impala::Core::Feature::InterestPointFeature::ProjectUNC(), Impala::Core::Feature::ReadBINDESC1FromBuffer(), Impala::Core::Feature::ReadCodebookFromBuffer(), Impala::Core::Matrix::VirtualMatrixMemory< ArrayT >::ReadRow(), Impala::Core::Test::TestMatNorm2Dist::Run(), SetColumn(), SetRow(), SIMD_MatSquareAndSumAxis0(), SIMD_MatSquareAndSumAxis1(), Impala::Core::Feature::testMSF(), Tqli(), Tred2(), VectorQuantize(), VectorQuantizeX(), Impala::Core::Feature::WriteBINDESC1ToBuffer(), and Impala::Core::Feature::WriteKOEN1ToBuffer().

00051 {
00052     //return array->mData + MatInc(array, r, c);
00053     return array->mData + r*array->mCW + c;
00054 }


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