Searched refs:CreateSparseMatrixTransposeView (Results 1 – 6 of 6) sorted by relevance
69 cs_di CreateSparseMatrixTransposeView(CompressedRowSparseMatrix* A);
266 cxsparse_.CreateSparseMatrixTransposeView(outer_product_.get()); in SolveImplUsingCXSparse()328 cholmod_sparse lhs = ss_.CreateSparseMatrixTransposeView(A); in SolveImplUsingSuiteSparse()
101 cholmod_sparse CreateSparseMatrixTransposeView(CompressedRowSparseMatrix* A);
167 cs_di CXSparse::CreateSparseMatrixTransposeView(CompressedRowSparseMatrix* A) { in CreateSparseMatrixTransposeView() function in ceres::internal::CXSparse
531 cs_di cs_matrix_transpose = cxsparse.CreateSparseMatrixTransposeView(matrix.get()); in TEST()545 cxsparse.CreateSparseMatrixTransposeView(outer_product.get()); in TEST()
95 cholmod_sparse SuiteSparse::CreateSparseMatrixTransposeView( in CreateSparseMatrixTransposeView() function in ceres::internal::SuiteSparse