Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/spqr/
H A Daijspqr.c114 cholmod_dense *Y_handle = NULL, *QTB_handle = NULL, *Z_handle = NULL; in MatSolve_SPQR_Internal() local
118 QTB_handle = SuiteSparseQR_C_qmult(SPQR_QTX, chol->spqrfact, cholB, chol->common); in MatSolve_SPQR_Internal()
119 …PetscCheck(QTB_handle, PetscObjectComm((PetscObject)F), PETSC_ERR_LIB, "SuiteSparseQR_C_qmult fail… in MatSolve_SPQR_Internal()
120 Y_handle = SuiteSparseQR_C_solve(SPQR_RETX_EQUALS_B, chol->spqrfact, QTB_handle, chol->common); in MatSolve_SPQR_Internal()
130 PetscCallExternal(!cholmod_l_free_dense, &QTB_handle, chol->common); in MatSolve_SPQR_Internal()