mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix compilation and removed some unused stuff in skyline
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user