Searched refs:RTB_handle (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/seq/spqr/ |
| H A D | aijspqr.c | 181 cholmod_dense *Y_handle = NULL, *RTB_handle = NULL; in MatSolveTranspose_SPQR_Internal() local 184 RTB_handle = SuiteSparseQR_C_solve(SPQR_RTX_EQUALS_ETB, chol->spqrfact, cholB, chol->common); in MatSolveTranspose_SPQR_Internal() 185 …PetscCheck(RTB_handle, PetscObjectComm((PetscObject)F), PETSC_ERR_LIB, "SuiteSparseQR_C_solve fail… in MatSolveTranspose_SPQR_Internal() 186 Y_handle = SuiteSparseQR_C_qmult(SPQR_QX, chol->spqrfact, RTB_handle, chol->common); in MatSolveTranspose_SPQR_Internal() 189 PetscCallExternal(!cholmod_l_free_dense, &RTB_handle, chol->common); in MatSolveTranspose_SPQR_Internal()
|