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

Vecs.h

Go to the documentation of this file.
00001 #ifndef Impala_Core_Matrix_Vecs_h
00002 #define Impala_Core_Matrix_Vecs_h
00003 
00004 #include "Core/Array/Element/ArithTypes.h"
00005 #include "Core/Array/Array2dTem.h"
00006 
00007 namespace Impala
00008 {
00009 namespace Core
00010 {
00011 namespace Matrix
00012 {
00013 
00014 
00015 typedef Array::Array2dTem<Int32,  1, Int32>      VecScalarInt32;
00016 typedef Array::Array2dTem<Real64, 1, Real64>     VecScalarReal64;
00017 
00018 
00019 } // namespace Matrix
00020 } // namespace Core
00021 } // namespace Impala
00022 
00023 #include "Core/Matrix/VecFunc.h"
00024 
00025 #endif

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