Home
last modified time | relevance | path

Searched refs:CreateBlockDiagonalMatrix (Results 1 – 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
Dcompressed_row_sparse_matrix.h130 static CompressedRowSparseMatrix* CreateBlockDiagonalMatrix(
Dcompressed_row_sparse_matrix_test.cc184 CompressedRowSparseMatrix::CreateBlockDiagonalMatrix( in TEST_F()
237 TEST(CompressedRowSparseMatrix, CreateBlockDiagonalMatrix) { in TEST() argument
249 CompressedRowSparseMatrix::CreateBlockDiagonalMatrix( in TEST()
Dsparse_normal_cholesky_solver.cc93 regularizer.reset(CompressedRowSparseMatrix::CreateBlockDiagonalMatrix( in SolveImpl()
Dcompressed_row_sparse_matrix.cc316 CompressedRowSparseMatrix* CompressedRowSparseMatrix::CreateBlockDiagonalMatrix( in CreateBlockDiagonalMatrix() function in ceres::internal::CompressedRowSparseMatrix