mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Hide some internal stuff from the docs.
This commit is contained in:
@@ -196,7 +196,7 @@ PartialPivLU<MatrixType>::PartialPivLU(const MatrixType& matrix)
|
||||
compute(matrix);
|
||||
}
|
||||
|
||||
/** This is the blocked version of ei_fullpivlu_unblocked() */
|
||||
/** \internal 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