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

Mat.h

Go to the documentation of this file.
00001 #ifndef Impala_Core_Matrix_Mat_h
00002 #define Impala_Core_Matrix_Mat_h
00003 
00004 #include "Core/Matrix/MatFunc.h"
00005 #include "Core/Array/Arrays.h"
00006 
00007 namespace Impala
00008 {
00009 namespace Core
00010 {
00011 namespace Matrix
00012 {
00013 
00014 
00015 // temporary (?) matrix type definition
00016 
00017 typedef Array::Array2dScalarReal64 Mat;
00018 typedef Real64 MatStorType;
00019 
00020 } // namespace Matrix
00021 } // namespace Core
00022 } // namespace Impala
00023 
00024 #endif

Generated on Fri Mar 19 09:31:15 2010 for ImpalaSrc by  doxygen 1.5.1