]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Algorithms/KalmanFilter.hxx
...
[cpPlugins.git] / lib / cpExtensions / Algorithms / KalmanFilter.hxx
similarity index 75%
rename from lib/cpPlugins/Extensions/Algorithms/KalmanFilter.hxx
rename to lib/cpExtensions/Algorithms/KalmanFilter.hxx
index a75fb7f6b833c4cdf4d0828de544571bbc55b6b5..e81cae27edb84f8f1ba7fbbf3a33a91f403857af 100644 (file)
@@ -1,10 +1,10 @@
-#ifndef __CPPLUGINS__EXTENSIONS__ALGORITHMS__KALMANFILTER__HXX__
-#define __CPPLUGINS__EXTENSIONS__ALGORITHMS__KALMANFILTER__HXX__
+#ifndef __CPEXTENSIONS__ALGORITHMS__KALMANFILTER__HXX__
+#define __CPEXTENSIONS__ALGORITHMS__KALMANFILTER__HXX__
 
 // -------------------------------------------------------------------------
 template< typename T >
 template< class M >
-void cpPlugins::Extensions::Algorithms::KalmanFilter< T >::
+void cpExtensions::Algorithms::KalmanFilter< T >::
 Kronecker( M& AkB, const M& A, const M& B )
 {
   unsigned int m = A.rows( ); unsigned int n = A.cols( );
@@ -32,6 +32,6 @@ Kronecker( M& AkB, const M& A, const M& B )
   } // rof
 }
 
-#endif // __CPPLUGINS__EXTENSIONS__ALGORITHMS__KALMANFILTER__HXX__
+#endif // __CPEXTENSIONS__ALGORITHMS__KALMANFILTER__HXX__
 
 // eof - $RCSfile$