Searched refs:sScalePermstruct (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/superlu_dist/ |
| H A D | superlu_dist.c | 112 sScalePermstruct_t sScalePermstruct; member 211 …kCallExternalVoid("SuperLU_DIST:ScalePermstructFree", sScalePermstructFree(&lu->sScalePermstruct)); in MatDestroy_SuperLU_DIST() 226 …kCallExternalVoid("SuperLU_DIST:ScalePermstructFree", sScalePermstructFree(&lu->sScalePermstruct)); in MatDestroy_SuperLU_DIST() 314 …d("SuperLU_DIST:pgssvx3d", psgssvx3d(&lu->options, &lu->A_sup, &lu->sScalePermstruct, lu->sbptr, (… in MatSolve_SuperLU_DIST() 323 …lVoid("SuperLU_DIST:pgssvx", psgssvx(&lu->options, &lu->A_sup, &lu->sScalePermstruct, lu->sbptr, (… in MatSolve_SuperLU_DIST() 549 …d("SuperLU_DIST:pgssvx3d", psgssvx3d(&lu->options, &lu->A_sup, &lu->sScalePermstruct, 0, (int)A->r… in MatLUFactorNumeric_SuperLU_DIST() 557 …lVoid("SuperLU_DIST:pgssvx", psgssvx(&lu->options, &lu->A_sup, &lu->sScalePermstruct, 0, (int)A->r… in MatLUFactorNumeric_SuperLU_DIST() 776 …xternalVoid("SuperLU_DIST:ScalePermstructInit", sScalePermstructInit(M, N, &lu->sScalePermstruct)); in MatLUFactorSymbolic_SuperLU_DIST()
|