Loading...
Searching...
No Matches
CLUFactor< R >::L Struct Reference Data structures for saving the working matrix and L factor. More...
Detailed DescriptionData structures for saving the working matrix and L factor. Definition at line 169 of file clufactor.h. Member Data Documentation◆ firstUnusednumber of first unused L vector Definition at line 176 of file clufactor.h. Referenced by SLUFactor< R >::memory(). ◆ firstUpdatenumber of first update L vector Definition at line 175 of file clufactor.h. ◆ idx◆ rbegstart of rows in rval and ridx Definition at line 187 of file clufactor.h. ◆ ridx◆ rorigoriginal row permutation Definition at line 188 of file clufactor.h. ◆ row◆ rpermoriginal row permutation Definition at line 189 of file clufactor.h. ◆ rvalvalues of rows of L Definition at line 185 of file clufactor.h. ◆ sizesize of arrays val and idx Definition at line 171 of file clufactor.h. ◆ startstarting positions in val and idx Definition at line 177 of file clufactor.h. Referenced by SLUFactor< R >::memory(). ◆ startSizesize of array start Definition at line 174 of file clufactor.h. ◆ updateTypetype of updates to be used. Definition at line 179 of file clufactor.h. ◆ val
|