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