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

Array2dScalarReal64* Impala::Core::Array::MakeRandomScalarReal64 ( Int64  width,
Int64  height,
double  maxVal 
)

Definition at line 34 of file MakeRandom.h.

Referenced by Impala::Core::Array::TestMakeRandom::testData(), Impala::Core::Array::TestMakeRandom::testRandomSeed(), and Impala::Core::Array::TestMakeRandom::testSize().

00035 {
00036     return MakeRandom<Array2dScalarReal64>(width, height, maxVal);
00037 }


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