ML Reference
MeVis/Foundation/Sources/MLLinearAlgebra/mlLinearAlgebra.h
Go to the documentation of this file.
00001 // **InsertLicense** code 
00002 //=====================================================================================
00004 
00009 //=====================================================================================
00010 
00011 #ifndef __mlLinearAlgebra_H
00012 #define __mlLinearAlgebra_H
00013 
00014 
00016 #ifndef __mlLinearAlgebraSystem_H
00017 #include "mlLinearAlgebraSystem.h"
00018 #endif
00019 
00021 #ifndef __mlLinearAlgebraDefs_H
00022 #include "mlLinearAlgebraDefs.h"
00023 #endif
00024 
00026 #ifndef __mlVector2_H
00027 #include "mlVector2.h"
00028 #endif
00029 
00031 #ifndef __mlVector3_H
00032 #include "mlVector3.h"
00033 #endif
00034 
00036 #ifndef __mlVector4_H
00037 #include "mlVector4.h"
00038 #endif
00039 
00041 #ifndef __mlVector5_H
00042 #include "mlVector5.h"
00043 #endif
00044 
00046 #ifndef __mlVector6_H
00047 #include "mlVector6.h"
00048 #endif
00049 
00051 #ifndef __mlVector7_H
00052 #include "mlVector7.h"
00053 #endif
00054 
00056 #ifndef __mlVector8_H
00057 #include "mlVector8.h"
00058 #endif
00059 
00061 #ifndef __mlVector9_H
00062 #include "mlVector9.h"
00063 #endif
00064 
00066 #ifndef __mlVector10_H
00067 #include "mlVector10.h"
00068 #endif
00069 
00071 #ifndef __mlVector16_H
00072 #include "mlVector16.h"
00073 #endif
00074 
00076 #ifndef __mlVector32_H
00077 #include "mlVector32.h"
00078 #endif
00079 
00081 #ifndef __mlVector64_H
00082 #include "mlVector64.h"
00083 #endif
00084 
00086 #ifndef __mlMatrix2_H
00087 #include "mlMatrix2.h"
00088 #endif
00089 
00091 #ifndef __mlMatrix3_H
00092 #include "mlMatrix3.h"
00093 #endif
00094 
00096 #ifndef __mlMatrix4_H
00097 #include "mlMatrix4.h"
00098 #endif
00099 
00101 #ifndef __mlMatrix5_H
00102 #include "mlMatrix5.h"
00103 #endif
00104 
00106 #ifndef __mlMatrix6_H
00107 #include "mlMatrix6.h"
00108 #endif
00109 
00111 #ifndef __mlImageVector_H
00112 #include "mlImageVector.h"
00113 #endif
00114 
00115 // Quaternions are still not included by 
00116 // default, maybe in future versions.
00117 //#ifndef __mlQuaternion_H
00118 //#include "mlQuaternion.h"
00119 //#endif
00120 
00121 #endif //of __mlLinearAlgebra_H
00122 
00123 
00124 
00125