OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsing
(Results
1 - 3
of
3
) sorted by null
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
qrsolv.h
75
Index
nsing
;
local
76
for(
nsing
=0;
nsing
<n && sdiag[
nsing
]!=0;
nsing
++) {}
78
wa.tail(n-
nsing
).setZero();
79
s.topLeftCorner(
nsing
,
nsing
).transpose().template triangularView<Upper>().solveInPlace(wa.head(
nsing
));
lmpar.h
40
Index
nsing
= n-1;
local
43
if (r(j,j) == 0. &&
nsing
== n-1)
44
nsing
= j - 1;
45
if (
nsing
< n-1)
48
for (j =
nsing
; j>=0; --j) {
74
if (
nsing
>= n-1) {
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMqrsolv.h
88
Index
nsing
;
local
89
for(
nsing
=0;
nsing
<n && sdiag[
nsing
]!=0;
nsing
++) {}
91
wa.tail(n-
nsing
).setZero();
92
s.topLeftCorner(
nsing
,
nsing
).transpose().template triangularView<Upper>().solveInPlace(wa.head(
nsing
));
174
Index
nsing
;
local
[
all
...]
Completed in 135 milliseconds