OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pivptr
(Results
1 - 1
of
1
) sorted by null
/external/eigen/Eigen/src/SparseLU/
SparseLU_pivotL.h
75
Index
pivptr
= nsupc;
local
84
pivptr
= isub;
91
pivrow = lsub_ptr[
pivptr
];
107
if (rtemp != 0.0 && rtemp >= thresh)
pivptr
= diag;
109
pivrow = lsub_ptr[
pivptr
];
115
if (
pivptr
!= nsupc )
117
std::swap( lsub_ptr[
pivptr
], lsub_ptr[nsupc] );
122
itemp =
pivptr
+ icol * lda;
Completed in 192 milliseconds