mv the Skyline module to unsupported/

This commit is contained in:
Gael Guennebaud
2009-11-10 12:47:42 +01:00
parent 1333fe651d
commit 1879403562
10 changed files with 8 additions and 10 deletions

View File

@@ -74,7 +74,6 @@ template<typename DecompositionType> struct ei_image_retval_base;
template<typename DecompositionType> struct ei_image_retval;
template<typename _Scalar, int Rows=Dynamic, int Cols=Dynamic, int Supers=Dynamic, int Subs=Dynamic, int Options=0> class BandMatrix;
template<typename _Scalar, int Rows=Dynamic, int Cols=Dynamic, int ColsUsed=Dynamic, int Options=0> class ColumnMatrix;
template<typename Lhs, typename Rhs> struct ei_product_type;
template<typename Lhs, typename Rhs,
@@ -150,8 +149,6 @@ template<typename MatrixType,int Direction> class Homogeneous;
// Sparse module:
template<typename Lhs, typename Rhs, int ProductMode> class SparseProduct;
// Skyline module:
template<typename Lhs, typename Rhs, int ProductMode> class SkylineProduct;
#endif // EIGEN_FORWARDDECLARATIONS_H