Searched defs:xlsub (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_Structs.h27 * (xlsub,lsub): lsub[*] contains the compressed subscript of
28 * rectangular supernodes; xlsub[j] points to the starting
29 * location of the j-th column in lsub[*]. Note that xlsub
34 * (xlsub,lsub) for the purpose of symmetric pruning. For each
37 * lsub[j], j=xlsub[s], .., xlsub[s+1]-1
41 * lsub[j], j=xlsub[t], .., xlsub[t+1]-1
84 IndexVector xlsub; // pointers to the beginning of each column in lsub member in struct:Eigen::internal::LU_GlobalLU_t

Completed in 54 milliseconds