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

/external/ceres-solver/internal/ceres/
H A Dtriplet_sparse_matrix.h80 void AppendRows(const TripletSparseMatrix& B);
H A Dcompressed_row_sparse_matrix.h101 void AppendRows(const CompressedRowSparseMatrix& m);
H A Dcompressed_row_sparse_matrix_test.cc150 TEST_F(CompressedRowSparseMatrixTest, AppendRows) {
159 tsm->AppendRows(tsm_appendage);
161 crsm->AppendRows(crsm_appendage);
188 crsm->AppendRows(*appendage);
H A Dtriplet_sparse_matrix_test.cc175 TEST(TripletSparseMatrix, AppendRows) {
203 m.AppendRows(a);
H A Dsparse_normal_cholesky_solver.cc99 A->AppendRows(*regularizer);
H A Dtriplet_sparse_matrix.cc191 void TripletSparseMatrix::AppendRows(const TripletSparseMatrix& B) { function in class:ceres::internal::TripletSparseMatrix
H A Dcompressed_row_sparse_matrix.cc232 void CompressedRowSparseMatrix::AppendRows(const CompressedRowSparseMatrix& m) { function in class:ceres::internal::CompressedRowSparseMatrix

Completed in 522 milliseconds