Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c102 ScalePermstruct_t ScalePermstruct; member
218 …ackCallExternalVoid("SuperLU_DIST:ScalePermstructFree", ScalePermstructFree(&lu->ScalePermstruct)); in MatDestroy_SuperLU_DIST()
232 …ackCallExternalVoid("SuperLU_DIST:ScalePermstructFree", ScalePermstructFree(&lu->ScalePermstruct)); in MatDestroy_SuperLU_DIST()
317 …oid("SuperLU_DIST:pgssvx3d", pgssvx3d(&lu->options, &lu->A_sup, &lu->ScalePermstruct, CASTDOUBLECO… in MatSolve_SuperLU_DIST()
326 …nalVoid("SuperLU_DIST:pgssvx", pgssvx(&lu->options, &lu->A_sup, &lu->ScalePermstruct, CASTDOUBLECO… in MatSolve_SuperLU_DIST()
382 …oid("SuperLU_DIST:pgssvx3d", pgssvx3d(&lu->options, &lu->A_sup, &lu->ScalePermstruct, CASTDOUBLECO… in MatMatSolve_SuperLU_DIST()
385 …nalVoid("SuperLU_DIST:pgssvx", pgssvx(&lu->options, &lu->A_sup, &lu->ScalePermstruct, CASTDOUBLECO… in MatMatSolve_SuperLU_DIST()
552 …oid("SuperLU_DIST:pgssvx3d", pgssvx3d(&lu->options, &lu->A_sup, &lu->ScalePermstruct, 0, (int)A->r… in MatLUFactorNumeric_SuperLU_DIST()
560 …nalVoid("SuperLU_DIST:pgssvx", pgssvx(&lu->options, &lu->A_sup, &lu->ScalePermstruct, 0, (int)A->r… in MatLUFactorNumeric_SuperLU_DIST()
781 …lExternalVoid("SuperLU_DIST:ScalePermstructInit", ScalePermstructInit(M, N, &lu->ScalePermstruct)); in MatLUFactorSymbolic_SuperLU_DIST()