port the qr module to ei_solve_xxx.

This commit is contained in:
Benoit Jacob
2009-11-08 10:21:26 -05:00
parent 68210b03c1
commit ba7bfe110c
8 changed files with 195 additions and 196 deletions

View File

@@ -198,8 +198,6 @@ PartialPivLU<MatrixType>::PartialPivLU(const MatrixType& matrix)
compute(matrix);
}
/** This is the blocked version of ei_fullpivlu_unblocked() */
template<typename Scalar, int StorageOrder>
struct ei_partial_lu_impl