mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-30 18:25:11 +08:00
Hide some internal stuff from the docs.
This commit is contained in:
parent
1d9c18a8f3
commit
40bd69fbaa
@ -214,7 +214,7 @@ struct ei_is_reference<T&>
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The reference selector for template expressions. The idea is that we don't
|
* \internal The reference selector for template expressions. The idea is that we don't
|
||||||
* need to use references for expressions since they are light weight proxy
|
* need to use references for expressions since they are light weight proxy
|
||||||
* objects which should generate no copying overhead.
|
* objects which should generate no copying overhead.
|
||||||
**/
|
**/
|
||||||
|
@ -196,7 +196,7 @@ PartialPivLU<MatrixType>::PartialPivLU(const MatrixType& matrix)
|
|||||||
compute(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>
|
template<typename Scalar, int StorageOrder>
|
||||||
struct ei_partial_lu_impl
|
struct ei_partial_lu_impl
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user