fix compilation and removed some unused stuff in skyline

This commit is contained in:
Gael Guennebaud
2009-11-10 21:22:55 +01:00
parent 58632c1652
commit f647fb8dd4
2 changed files with 10 additions and 26 deletions

View File

@@ -781,11 +781,6 @@ template<typename Derived> class MatrixBase
template<typename Derived1, typename Derived2>
Derived& lazyAssign(const SparseProduct<Derived1,Derived2,DenseTimeSparseProduct>& product);
// dense = skyline * dense
template<typename Derived1, typename Derived2>
Derived& lazyAssign(const SkylineProduct<Derived1,Derived2,SkylineTimeDenseProduct>& product);
////////// Householder module ///////////
void makeHouseholderInPlace(Scalar *tau, RealScalar *beta);