Searched refs:dcrsm (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Ddynamic_compressed_row_sparse_matrix_test.cc61 dcrsm.reset(new DynamicCompressedRowSparseMatrix(num_rows,
67 dcrsm->Finalize(num_additional_elements);
120 dcrsm->InsertEntry(r, c, v);
127 EXPECT_EQ(dcrsm->num_rows(), num_rows);
128 EXPECT_EQ(dcrsm->num_cols(), num_cols);
129 EXPECT_EQ(dcrsm->num_nonzeros(), 0);
132 dcrsm->ToDenseMatrix(&dense_from_dcrsm);
140 dcrsm->ToDenseMatrix(&dense_from_dcrsm);
148 ConstIntVectorRef dcrsm_rows(dcrsm->rows(), dcrsm
171 scoped_ptr<DynamicCompressedRowSparseMatrix> dcrsm; member in class:ceres::internal::DynamicCompressedRowSparseMatrixTest
[all...]

Completed in 88 milliseconds