OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:row_begin
(Results
1 - 3
of
3
) sorted by null
/external/ceres-solver/internal/ceres/
covariance_impl.cc
149
const int
row_begin
=
local
155
const int row_size = rows[
row_begin
+ 1] - rows[
row_begin
];
156
const int* cols_begin = cols + rows[
row_begin
];
185
ConstMatrixRef cov(covariance_matrix_->values() + rows[
row_begin
],
358
int
row_begin
= it->second;
local
375
rows[
row_begin
+ r] = cursor;
490
int
row_begin
= rows[r];
local
492
if (row_end ==
row_begin
) {
499
for (int idx =
row_begin
; idx < row_end; ++idx)
536
int
row_begin
= rows[r];
local
716
const int
row_begin
= rows[r];
local
[
all
...]
covariance_test.cc
333
const int
row_begin
= FindOrDie(column_bounds_, block1).first;
local
338
Matrix actual(row_end -
row_begin
, col_end - col_begin);
344
double diff_norm = (expected.block(
row_begin
,
346
row_end -
row_begin
,
348
diff_norm /= (row_end -
row_begin
) * (col_end - col_begin);
352
<< "rows: " <<
row_begin
<< " " << row_end << " "
354
<< "\n\n expected: \n " << expected.block(
row_begin
,
356
row_end -
row_begin
,
incomplete_lq_factorization.cc
46
const int
row_begin
= matrix->rows()[row];
local
51
for (int i =
row_begin
; i < row_end; ++i) {
57
for (int i =
row_begin
; i < row_end; ++i) {
Completed in 122 milliseconds