Lines Matching refs:perm_r

38   PetscInt         *perm_r; /* row permutations from partial pivoting */  member
140 …ernalVoid("SuperLU:cgssvx", cgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatSolve_SuperLU_Private()
142 …ernalVoid("SuperLU:zgssvx", zgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatSolve_SuperLU_Private()
146 …ernalVoid("SuperLU:sgssvx", sgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatSolve_SuperLU_Private()
148 …ernalVoid("SuperLU:dgssvx", dgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatSolve_SuperLU_Private()
154 …ernalVoid("SuperLU:cgsisx", cgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatSolve_SuperLU_Private()
156 …ernalVoid("SuperLU:zgsisx", zgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatSolve_SuperLU_Private()
160 …ernalVoid("SuperLU:sgsisx", sgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatSolve_SuperLU_Private()
162 …ernalVoid("SuperLU:dgsisx", dgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatSolve_SuperLU_Private()
278 …ernalVoid("SuperLU:cgssvx", cgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatLUFactorNumeric_SuperLU()
280 …ernalVoid("SuperLU:zgssvx", zgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatLUFactorNumeric_SuperLU()
284 …ernalVoid("SuperLU:sgssvx", sgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatLUFactorNumeric_SuperLU()
286 …ernalVoid("SuperLU:dgssvx", dgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatLUFactorNumeric_SuperLU()
293 …ernalVoid("SuperLU:cgsisx", cgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatLUFactorNumeric_SuperLU()
295 …ernalVoid("SuperLU:zgsisx", zgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatLUFactorNumeric_SuperLU()
299 …ernalVoid("SuperLU:sgsisx", sgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatLUFactorNumeric_SuperLU()
301 …ernalVoid("SuperLU:dgsisx", dgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->eq… in MatLUFactorNumeric_SuperLU()
366 PetscCall(PetscFree(lu->perm_r)); in MatDestroy_SuperLU()
589 PetscCall(PetscMalloc1(n, &lu->perm_r)); in MatGetFactor_seqaij_superlu()