Searched refs:CreateSparseMatrixTranspose (Results 1 – 3 of 3) sorted by relevance
96 cholmod_sparse* CreateSparseMatrixTranspose(TripletSparseMatrix* A);
74 cholmod_sparse* SuiteSparse::CreateSparseMatrixTranspose( in CreateSparseMatrixTranspose() function in ceres::internal::SuiteSparse
326 cholmod_lhs = ss_.CreateSparseMatrixTranspose(tsm); in SolveReducedLinearSystemUsingSuiteSparse()