6 #ifndef MYRAMATH_DENSE_LDLSWAPS_H     7 #define MYRAMATH_DENSE_LDLSWAPS_H    25     std::vector<int> P_swaps;
    26     std::vector<int> Q_swaps;
 A mostly-identity matrix type, with the occasional Matrix22 at a specific diagonal offset (n...
Definition: PivotMatrix.h:29
A collection of pivot Matrix22's used within L*D*op(L)-factorizations (sytrf, hetrf). 
Return type of sytrf_inplace() and hetrf_inplace(), holds pivoting metadata. 
Definition: LDLSwaps.h:21