Hide some internal stuff from the docs.

This commit is contained in:
Hauke Heibel
2010-02-28 12:56:37 +01:00
parent 1d9c18a8f3
commit 40bd69fbaa
2 changed files with 2 additions and 2 deletions

View File

@@ -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
{