Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/superlu/
H A Dsuperlu.c39 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()
[all …]
/petsc/lib/petsc/bin/maint/
H A Dgcov.py13 import lxml.etree
467 orig_mega_xml_file = lxml.etree.fromstring(mega_report.read_bytes())
491 single_package_file.write_bytes(lxml.etree.tostring(xml_to_write))