Home
last modified time | relevance | path

Searched defs:AppendRows (Results 1 – 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
Dtriplet_sparse_matrix_test.cc175 TEST(TripletSparseMatrix, AppendRows) { in TEST() argument
Dtriplet_sparse_matrix.cc191 void TripletSparseMatrix::AppendRows(const TripletSparseMatrix& B) { in AppendRows() function in ceres::internal::TripletSparseMatrix
Dcompressed_row_sparse_matrix.cc232 void CompressedRowSparseMatrix::AppendRows(const CompressedRowSparseMatrix& m) { in AppendRows() function in ceres::internal::CompressedRowSparseMatrix
Dcompressed_row_sparse_matrix_test.cc150 TEST_F(CompressedRowSparseMatrixTest, AppendRows) { in TEST_F() argument