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

bool Impala::Core::Matrix::DistributedAccess::Symmetric (  )  [inline]

Definition at line 164 of file DistributedAccess.h.

References GetColumns(), GetRows(), and mRows.

Referenced by GetColumn().

00165     {
00166         if (mRows == 0)
00167             return false;
00168         if (GetRows() != GetColumns())
00169             return false;
00170         // Check some quids?
00171         return true;
00172     }

Here is the call graph for this function:


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