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

IDistributedAccess.h

Go to the documentation of this file.
00001 #ifndef Impala_Core_Matrix_IDistributedAccess_h
00002 #define Impala_Core_Matrix_IDistributedAccess_h
00003 
00004 
00005 namespace Impala
00006 {
00007 //namespace Core
00008 //{
00009 //namespace Matrix
00010 //{
00011 
00012 class IDistributedAccess
00013 {
00014 public:
00015 
00016     virtual int GetRows() = 0;
00017     virtual int GetColumns() = 0;
00018 
00019     virtual int GetRow(int index, double* buffer, int bufferlength) = 0;
00020     virtual int GetColumn(int index, double* buffer, int bufferlength) = 0;
00021     virtual int GetDiagonal(double* buffer, int bufferlength) = 0;
00022 };
00023 
00024 //} // namespace Matrix
00025 //} // namespace Core
00026 } // namespace Impala
00027 
00028 #endif
00029 

Generated on Thu Jan 13 09:04:32 2011 for ImpalaSrc by  doxygen 1.5.1