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

/external/ceres-solver/internal/ceres/
H A Dtriplet_sparse_matrix.h84 void AppendCols(const TripletSparseMatrix& B);
H A Dtriplet_sparse_matrix_test.cc228 TEST(TripletSparseMatrix, AppendCols) {
256 m.AppendCols(a);
H A Dtriplet_sparse_matrix.cc202 void TripletSparseMatrix::AppendCols(const TripletSparseMatrix& B) { function in class:ceres::internal::TripletSparseMatrix

Completed in 103 milliseconds