Home || Visual Search || Applications || Architecture || 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 typedef Array::Array2dScalarReal32 Mat32;
00021 typedef Real32 Mat32StorType;
00022 
00023 } // namespace Matrix
00024 } // namespace Core
00025 } // namespace Impala
00026 
00027 #endif

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