Searched refs:Z_handle (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/seq/spqr/ |
| H A D | aijspqr.c | 114 cholmod_dense *Y_handle = NULL, *QTB_handle = NULL, *Z_handle = NULL; in MatSolve_SPQR_Internal() local 123 Z_handle = SuiteSparseQR_C_solve(SPQR_RTX_EQUALS_ETB, chol->spqrfact, cholB, chol->common); in MatSolve_SPQR_Internal() 124 …PetscCheck(Z_handle, PetscObjectComm((PetscObject)F), PETSC_ERR_LIB, "SuiteSparseQR_C_solve failed… in MatSolve_SPQR_Internal() 125 Y_handle = SuiteSparseQR_C_solve(SPQR_RETX_EQUALS_B, chol->spqrfact, Z_handle, chol->common); in MatSolve_SPQR_Internal() 127 PetscCallExternal(!cholmod_l_free_dense, &Z_handle, chol->common); in MatSolve_SPQR_Internal()
|