OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_zeros
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/SparseLU/
SparseLU_kernel_bmod.h
30
* \param
no_zeros
Number of nonzeros elements before the diagonal part of the supernode
34
const Index nrow, IndexVector& lsub, const Index lptr, const Index
no_zeros
);
40
const Index nrow, IndexVector& lsub, const Index lptr, const Index
no_zeros
)
46
Index isub = lptr +
no_zeros
;
56
luptr += lda *
no_zeros
+
no_zeros
;
76
isub = lptr +
no_zeros
;
95
const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index
no_zeros
);
101
const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index
no_zeros
)
105
Scalar f = dense(lsub(lptr +
no_zeros
));
[
all
...]
SparseLU_panel_bmod.h
66
Index segsize,
no_zeros
;
local
121
no_zeros
= kfnz - fsupc;
123
Index isub = lptr +
no_zeros
;
137
no_zeros
= (krep - u_rows + 1) - fsupc;
138
luptr += lda *
no_zeros
+
no_zeros
;
167
no_zeros
= kfnz - fsupc;
168
Index isub = lptr +
no_zeros
;
208
no_zeros
= kfnz - fsupc;
209
if(segsize==1) LU_kernel_bmod<1>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr,
no_zeros
);
[
all
...]
SparseLU_column_bmod.h
58
Index fsupc, nsupc, nsupr, luptr, kfnz,
no_zeros
;
local
65
*
no_zeros
= no lf leading zeros in a supernodal U-segment
104
no_zeros
= kfnz - fst_col;
106
LU_kernel_bmod<1>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr,
no_zeros
);
108
LU_kernel_bmod<Dynamic>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr,
no_zeros
);
Completed in 266 milliseconds