Home
last modified time | relevance | path

Searched defs:Astore (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/superlu/SuperLU_4.1/SRC/
H A Dddiagonal.c14 int dfill_diag(int n, NCformat *Astore) in dfill_diag()
65 int ddominate(int n, NCformat *Astore) in ddominate()
H A Dzdiagonal.c14 int zfill_diag(int n, NCformat *Astore) in zfill_diag()
65 int zdominate(int n, NCformat *Astore) in zdominate()
H A Dsdiagonal.c14 int sfill_diag(int n, NCformat *Astore) in sfill_diag()
65 int sdominate(int n, NCformat *Astore) in sdominate()
H A Dcdiagonal.c14 int cfill_diag(int n, NCformat *Astore) in cfill_diag()
65 int cdominate(int n, NCformat *Astore) in cdominate()
H A Dcutil.c33 NCformat *Astore; in cCreate_CompCol_Matrix() local
54 NRformat *Astore; in cCreate_CompRow_Matrix() local
74 NCformat *Astore, *Bstore; in cCopy_CompCol_Matrix() local
194 NCformat *Astore; in cPrint_CompCol_Matrix() local
217 SCformat *Astore; in cPrint_SuperNode_Matrix() local
267 DNformat *Astore = (DNformat *) A->Store; in cPrint_Dense_Matrix() local
359 NCformat *Astore; in cFillRHS() local
H A Dsutil.c33 NCformat *Astore; in sCreate_CompCol_Matrix() local
54 NRformat *Astore; in sCreate_CompRow_Matrix() local
74 NCformat *Astore, *Bstore; in sCopy_CompCol_Matrix() local
194 NCformat *Astore; in sPrint_CompCol_Matrix() local
217 SCformat *Astore; in sPrint_SuperNode_Matrix() local
266 DNformat *Astore = (DNformat *) A->Store; in sPrint_Dense_Matrix() local
357 NCformat *Astore; in sFillRHS() local
H A Ddutil.c33 NCformat *Astore; in dCreate_CompCol_Matrix() local
54 NRformat *Astore; in dCreate_CompRow_Matrix() local
74 NCformat *Astore, *Bstore; in dCopy_CompCol_Matrix() local
194 NCformat *Astore; in dPrint_CompCol_Matrix() local
217 SCformat *Astore; in dPrint_SuperNode_Matrix() local
266 DNformat *Astore = (DNformat *) A->Store; in dPrint_Dense_Matrix() local
357 NCformat *Astore; in dFillRHS() local
H A Dzutil.c33 NCformat *Astore; in zCreate_CompCol_Matrix() local
54 NRformat *Astore; in zCreate_CompRow_Matrix() local
74 NCformat *Astore, *Bstore; in zCopy_CompCol_Matrix() local
194 NCformat *Astore; in zPrint_CompCol_Matrix() local
217 SCformat *Astore; in zPrint_SuperNode_Matrix() local
267 DNformat *Astore = (DNformat *) A->Store; in zPrint_Dense_Matrix() local
359 NCformat *Astore; in zFillRHS() local
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/numerics/SUPERLU/
H A Dddiagonal.c24 int dfill_diag(int n, NCformat *Astore) in dfill_diag()
75 int ddominate(int n, NCformat *Astore) in ddominate()
H A Dzdiagonal.c24 int zfill_diag(int n, NCformat *Astore) in zfill_diag()
75 int zdominate(int n, NCformat *Astore) in zdominate()
H A Dcdiagonal.c24 int cfill_diag(int n, NCformat *Astore) in cfill_diag()
75 int cdominate(int n, NCformat *Astore) in cdominate()
H A Dsdiagonal.c24 int sfill_diag(int n, NCformat *Astore) in sfill_diag()
75 int sdominate(int n, NCformat *Astore) in sdominate()
H A Dzutil.c43 NCformat *Astore; in zCreate_CompCol_Matrix() local
64 NRformat *Astore; in zCreate_CompRow_Matrix() local
84 NCformat *Astore, *Bstore; in zCopy_CompCol_Matrix() local
204 NCformat *Astore; in zPrint_CompCol_Matrix() local
227 SCformat *Astore; in zPrint_SuperNode_Matrix() local
277 DNformat *Astore = (DNformat *) A->Store; in zPrint_Dense_Matrix() local
369 NCformat *Astore; in zFillRHS() local
H A Dcutil.c43 NCformat *Astore; in cCreate_CompCol_Matrix() local
64 NRformat *Astore; in cCreate_CompRow_Matrix() local
84 NCformat *Astore, *Bstore; in cCopy_CompCol_Matrix() local
204 NCformat *Astore; in cPrint_CompCol_Matrix() local
227 SCformat *Astore; in cPrint_SuperNode_Matrix() local
277 DNformat *Astore = (DNformat *) A->Store; in cPrint_Dense_Matrix() local
369 NCformat *Astore; in cFillRHS() local
H A Ddutil.c43 NCformat *Astore; in dCreate_CompCol_Matrix() local
64 NRformat *Astore; in dCreate_CompRow_Matrix() local
84 NCformat *Astore, *Bstore; in dCopy_CompCol_Matrix() local
204 NCformat *Astore; in dPrint_CompCol_Matrix() local
227 SCformat *Astore; in dPrint_SuperNode_Matrix() local
276 DNformat *Astore = (DNformat *) A->Store; in dPrint_Dense_Matrix() local
367 NCformat *Astore; in dFillRHS() local
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/dsolve/SuperLU/SRC/
H A Dcdiagonal.c24 int cfill_diag(int n, NCformat *Astore) in cfill_diag()
75 int cdominate(int n, NCformat *Astore) in cdominate()
H A Dddiagonal.c24 int dfill_diag(int n, NCformat *Astore) in dfill_diag()
75 int ddominate(int n, NCformat *Astore) in ddominate()
H A Dsdiagonal.c24 int sfill_diag(int n, NCformat *Astore) in sfill_diag()
75 int sdominate(int n, NCformat *Astore) in sdominate()
H A Dzdiagonal.c24 int zfill_diag(int n, NCformat *Astore) in zfill_diag()
75 int zdominate(int n, NCformat *Astore) in zdominate()
/dports/math/superlu/superlu-5.2.2/SRC/
H A Dddiagonal.c24 int dfill_diag(int n, NCformat *Astore) in dfill_diag()
75 int ddominate(int n, NCformat *Astore) in ddominate()
H A Dsdiagonal.c24 int sfill_diag(int n, NCformat *Astore) in sfill_diag()
75 int sdominate(int n, NCformat *Astore) in sdominate()
H A Dzdiagonal.c24 int zfill_diag(int n, NCformat *Astore) in zfill_diag()
75 int zdominate(int n, NCformat *Astore) in zdominate()
H A Dcdiagonal.c24 int cfill_diag(int n, NCformat *Astore) in cfill_diag()
75 int cdominate(int n, NCformat *Astore) in cdominate()
/dports/math/algae/algae-4.3.6/superlu/
H A Dzutil.c32 NCformat *Astore; in zCreate_CompCol_Matrix() local
53 NRformat *Astore; in zCreate_CompRow_Matrix() local
73 NCformat *Astore, *Bstore; in zCopy_CompCol_Matrix() local
199 NCformat *Astore; in zPrint_CompCol_Matrix() local
222 SCformat *Astore; in zPrint_SuperNode_Matrix() local
271 DNformat *Astore; in zPrint_Dense_Matrix() local
365 NCformat *Astore; in zFillRHS() local
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/superlu/
H A Dcutil.c33 NCformat *Astore; in cCreate_CompCol_Matrix() local
54 NRformat *Astore; in cCreate_CompRow_Matrix() local
74 NCformat *Astore, *Bstore; in cCopy_CompCol_Matrix() local
194 NCformat *Astore; in cPrint_CompCol_Matrix() local
217 SCformat *Astore; in cPrint_SuperNode_Matrix() local
267 DNformat *Astore; in cPrint_Dense_Matrix() local
360 NCformat *Astore; in cFillRHS() local

12345678910>>...18