OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jacobian_matrix
(Results
1 - 1
of
1
) sorted by null
/external/ceres-solver/internal/ceres/
trust_region_minimizer_test.cc
129
ColMajorMatrixRef
jacobian_matrix
= dense_jacobian->mutable_matrix();
local
130
CHECK_EQ(
jacobian_matrix
.cols(), num_active_cols_);
134
jacobian_matrix
.col(column_index++) <<
141
jacobian_matrix
.col(column_index++) <<
149
jacobian_matrix
.col(column_index++) <<
157
jacobian_matrix
.col(column_index++) <<
163
VLOG(1) << "\n" <<
jacobian_matrix
;
Completed in 71 milliseconds