Lines Matching refs:etree

39   PetscInt         *etree;  member
140 …SuperLU:cgssvx", cgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatSolve_SuperLU_Private()
142 …SuperLU:zgssvx", zgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatSolve_SuperLU_Private()
146 …SuperLU:sgssvx", sgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatSolve_SuperLU_Private()
148 …SuperLU:dgssvx", dgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatSolve_SuperLU_Private()
154 …SuperLU:cgsisx", cgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatSolve_SuperLU_Private()
156 …SuperLU:zgsisx", zgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatSolve_SuperLU_Private()
160 …SuperLU:sgsisx", sgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatSolve_SuperLU_Private()
162 …SuperLU:dgsisx", dgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatSolve_SuperLU_Private()
278 …SuperLU:cgssvx", cgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatLUFactorNumeric_SuperLU()
280 …SuperLU:zgssvx", zgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatLUFactorNumeric_SuperLU()
284 …SuperLU:sgssvx", sgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatLUFactorNumeric_SuperLU()
286 …SuperLU:dgssvx", dgssvx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatLUFactorNumeric_SuperLU()
293 …SuperLU:cgsisx", cgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatLUFactorNumeric_SuperLU()
295 …SuperLU:zgsisx", zgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatLUFactorNumeric_SuperLU()
299 …SuperLU:sgsisx", sgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatLUFactorNumeric_SuperLU()
301 …SuperLU:dgsisx", dgsisx(&lu->options, &lu->A, lu->perm_c, lu->perm_r, lu->etree, lu->equed, lu->R,… in MatLUFactorNumeric_SuperLU()
365 PetscCall(PetscFree(lu->etree)); in MatDestroy_SuperLU()
588 PetscCall(PetscMalloc1(m, &lu->etree)); in MatGetFactor_seqaij_superlu()