OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kfnz
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/SparseLU/
SparseLU_copy_to_ucol.h
59
Index
kfnz
, isub, segsize;
local
68
kfnz
= repfnz(krep);
69
if (
kfnz
!= emptyIdxLU)
72
isub = glu.xlsub(fsupc) +
kfnz
- fsupc;
73
segsize = krep -
kfnz
+ 1;
SparseLU_panel_bmod.h
63
Index krep,
kfnz
;
local
93
kfnz
= repfnz_col(krep);
94
if (
kfnz
== emptyIdxLU )
97
segsize = krep -
kfnz
+ 1;
115
kfnz
= repfnz_col(krep);
116
if (
kfnz
== emptyIdxLU )
119
segsize = krep -
kfnz
+ 1;
121
no_zeros =
kfnz
- fsupc;
162
kfnz
= repfnz_col(krep);
163
if (
kfnz
== emptyIdxLU )
[
all
...]
SparseLU_column_bmod.h
57
Index fsupc, nsupc, nsupr, luptr,
kfnz
, no_zeros;
local
63
*
kfnz
= first nonz in the k-th supernodal segment
91
kfnz
= repfnz(krep);
92
kfnz
= (std::max)(
kfnz
, fpanelc);
94
segsize = krep -
kfnz
+ 1;
103
no_zeros =
kfnz
- fst_col;
Completed in 62 milliseconds