OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:actual_matrix
(Results
1 - 1
of
1
) sorted by null
/external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix_test.cc
551
Matrix
actual_matrix
;
local
557
ToDenseMatrix(&actual_outer_product, &
actual_matrix
);
558
const double diff_norm = (
actual_matrix
- expected_matrix).norm() / expected_matrix.norm();
563
<<
actual_matrix
;
local
Completed in 70 milliseconds