Searched refs:cxsparse_ (Results 1 – 4 of 4) sorted by relevance
69 cxsparse_.Free(cxsparse_factor_); in FreeFactorization()266 cxsparse_.CreateSparseMatrixTransposeView(outer_product_.get()); in SolveImplUsingCXSparse()277 cxsparse_factor_ = cxsparse_.BlockAnalyzeCholesky(AtA, in SolveImplUsingCXSparse()282 cxsparse_factor_ = cxsparse_.AnalyzeCholesky(AtA); in SolveImplUsingCXSparse()284 cxsparse_factor_ = cxsparse_.AnalyzeCholeskyWithNaturalOrdering(AtA); in SolveImplUsingCXSparse()294 } else if (!cxsparse_.SolveCholesky(AtA, cxsparse_factor_, rhs_and_solution)) { in SolveImplUsingCXSparse()
175 cxsparse_.Free(cxsparse_factor_); in ~SparseSchurComplementSolver()409 cs_di* lhs = CHECK_NOTNULL(cxsparse_.CreateSparseMatrix(tsm)); in SolveReducedLinearSystemUsingCXSparse()414 cxsparse_factor_ = cxsparse_.BlockAnalyzeCholesky(lhs, blocks_, blocks_); in SolveReducedLinearSystemUsingCXSparse()421 } else if (!cxsparse_.SolveCholesky(lhs, cxsparse_factor_, solution)) { in SolveReducedLinearSystemUsingCXSparse()426 cxsparse_.Free(lhs); in SolveReducedLinearSystemUsingCXSparse()
91 CXSparse cxsparse_; variable
187 CXSparse cxsparse_; variable