ML Reference
MeVis/Foundation/Sources/MLLinearAlgebra/mlLinearAlgebraSystem.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //=====================================================================================
00004 
00009 //=====================================================================================
00010 #ifndef __mlLinearAlgebraSystem_H
00011 #define __mlLinearAlgebraSystem_H
00012 
00013 
00014 //------------------------------------------------------------------------------------
00015 #ifndef ML_LA_NAMESPACE
00016 
00017 #define ML_LA_NAMESPACE       ml
00018 #endif
00019 
00020 #ifndef ML_LA_START_NAMESPACE
00021 
00022 
00023 
00024 #define ML_LA_START_NAMESPACE namespace ML_LA_NAMESPACE {
00025 #endif
00026 
00027 #ifndef ML_LA_END_NAMESPACE
00028 
00029 #define ML_LA_END_NAMESPACE   }
00030 #endif
00031 
00032 #ifndef __mlUtils_H
00033 #include "mlUtils.h"
00034 #endif
00035 
00036 
00037 //---------------Export from DLL----------------------
00038 #ifdef ML_LINEAR_ALGEBRA_EXPORTS
00039 
00040   #define ML_LINEAR_ALGEBRA_EXPORT ML_LIBRARY_EXPORT_ATTRIBUTE
00041 #else
00042 
00043   #define ML_LINEAR_ALGEBRA_EXPORT ML_LIBRARY_IMPORT_ATTRIBUTE
00044 #endif
00045 
00046 #include <iostream>
00047 #include <vector>
00048 #include <math.h>
00049 
00050 #endif // __mlLinearAlgebraSystem_H
00051 
00052