mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
port the qr module to ei_solve_xxx.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user