Home
last modified time | relevance | path

Searched refs:CreateSparseMatrixTransposeView (Results 1 – 6 of 6) sorted by relevance

/external/ceres-solver/internal/ceres/
Dcxsparse.h69 cs_di CreateSparseMatrixTransposeView(CompressedRowSparseMatrix* A);
Dsparse_normal_cholesky_solver.cc266 cxsparse_.CreateSparseMatrixTransposeView(outer_product_.get()); in SolveImplUsingCXSparse()
328 cholmod_sparse lhs = ss_.CreateSparseMatrixTransposeView(A); in SolveImplUsingSuiteSparse()
Dsuitesparse.h101 cholmod_sparse CreateSparseMatrixTransposeView(CompressedRowSparseMatrix* A);
Dcxsparse.cc167 cs_di CXSparse::CreateSparseMatrixTransposeView(CompressedRowSparseMatrix* A) { in CreateSparseMatrixTransposeView() function in ceres::internal::CXSparse
Dcompressed_row_sparse_matrix_test.cc531 cs_di cs_matrix_transpose = cxsparse.CreateSparseMatrixTransposeView(matrix.get()); in TEST()
545 cxsparse.CreateSparseMatrixTransposeView(outer_product.get()); in TEST()
Dsuitesparse.cc95 cholmod_sparse SuiteSparse::CreateSparseMatrixTransposeView( in CreateSparseMatrixTransposeView() function in ceres::internal::SuiteSparse