OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_additional_elements
(Results
1 - 3
of
3
) sorted by null
/external/ceres-solver/internal/ceres/
dynamic_compressed_row_sparse_matrix.h
86
// `
num_additional_elements
`. This is useful when it is known that rows will
89
void Finalize(int
num_additional_elements
);
dynamic_compressed_row_sparse_matrix.cc
70
void DynamicCompressedRowSparseMatrix::Finalize(int
num_additional_elements
) {
71
// `
num_additional_elements
` is provided as an argument so that additional
73
CHECK_GE(
num_additional_elements
, 0);
81
SetMaxNumNonZeros(num_jacobian_nonzeros +
num_additional_elements
);
dynamic_compressed_row_sparse_matrix_test.cc
54
num_additional_elements
= 13;
67
dcrsm->Finalize(
num_additional_elements
);
163
int
num_additional_elements
;
member in class:ceres::internal::DynamicCompressedRowSparseMatrixTest
Completed in 478 milliseconds