Detailed Description
template<>
struct Eigen::internal::ldlt_inplace< Upper >
Definition at line 298 of file Cholesky.
List of all members.
Static Public Member Functions |
template<typename MatrixType , typename TranspositionType , typename Workspace > |
static EIGEN_STRONG_INLINE bool | unblocked (MatrixType &mat, TranspositionType &transpositions, Workspace &temp, int *sign=0) |
Member Function Documentation
template<typename MatrixType , typename TranspositionType , typename Workspace >
static EIGEN_STRONG_INLINE bool Eigen::internal::ldlt_inplace< Upper >::unblocked |
( |
MatrixType & |
mat, |
|
|
TranspositionType & |
transpositions, |
|
|
Workspace & |
temp, |
|
|
int * |
sign = 0 | |
|
) |
| | [inline, static] |