Home
last modified time | relevance | path

Searched refs:perm_c (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/dports/math/taucs/taucs-2.2_23/src/
H A Dtaucs_superlu.c19 int* perm_c; member
67 (F->perm_c)[j]++; in taucs_ccs_factor_superlu()
69 (F->perm_c)[i]++; in taucs_ccs_factor_superlu()
70 (F->perm_c)[j]++; in taucs_ccs_factor_superlu()
85 asub[(F->perm_c)[j]] = i; in taucs_ccs_factor_superlu()
87 (F->perm_c)[j]++; in taucs_ccs_factor_superlu()
89 asub[(F->perm_c)[j]] = i; in taucs_ccs_factor_superlu()
91 (F->perm_c)[j]++; in taucs_ccs_factor_superlu()
93 asub[(F->perm_c)[i]] = j; in taucs_ccs_factor_superlu()
95 (F->perm_c)[i]++; in taucs_ccs_factor_superlu()
[all …]
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dtranslate_superlu.hpp35 arma_wrapper(sgssv)(options, A, perm_c, perm_r, L, U, B, stat, info); in gssv()
62 int* perm_c, int* perm_r, in gssvx() argument
110 int* perm_c, int* perm_r, in gstrf() argument
145 int* perm_c, int* perm_r, in gstrs() argument
153 arma_wrapper(sgstrs)(trans, L, U, perm_c, perm_r, B, stat, info); in gstrs()
158 arma_wrapper(dgstrs)(trans, L, U, perm_c, perm_r, B, stat, info); in gstrs()
163 arma_wrapper(cgstrs)(trans, L, U, perm_c, perm_r, B, stat, info); in gstrs()
168 arma_wrapper(zgstrs)(trans, L, U, perm_c, perm_r, B, stat, info); in gstrs()
269 get_permutation_c(int ispec, SuperMatrix* A, int* perm_c) in get_permutation_c() argument
271 arma_wrapper(get_perm_c)(ispec, A, perm_c); in get_permutation_c()
[all …]
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dtranslate_superlu.hpp35 arma_wrapper(sgssv)(options, A, perm_c, perm_r, L, U, B, stat, info); in gssv()
62 int* perm_c, int* perm_r, in gssvx() argument
110 int* perm_c, int* perm_r, in gstrf() argument
145 int* perm_c, int* perm_r, in gstrs() argument
153 arma_wrapper(sgstrs)(trans, L, U, perm_c, perm_r, B, stat, info); in gstrs()
158 arma_wrapper(dgstrs)(trans, L, U, perm_c, perm_r, B, stat, info); in gstrs()
163 arma_wrapper(cgstrs)(trans, L, U, perm_c, perm_r, B, stat, info); in gstrs()
168 arma_wrapper(zgstrs)(trans, L, U, perm_c, perm_r, B, stat, info); in gstrs()
269 get_permutation_c(int ispec, SuperMatrix* A, int* perm_c) in get_permutation_c() argument
271 arma_wrapper(get_perm_c)(ispec, A, perm_c); in get_permutation_c()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/superlu/SuperLU_4.1/FORTRAN/
H A Dc_fortran_dgssv.c20 int *perm_c; member
52 int *perm_c; /* column permutation vector */ in c_fortran_dgssv_() local
82 if ( !(perm_c = intMalloc(*n)) ) ABORT("Malloc fails for perm_c[]."); in c_fortran_dgssv_()
93 get_perm_c(permc_spec, &A, perm_c); in c_fortran_dgssv_()
95 sp_preorder(&options, &A, perm_c, etree, &AC); in c_fortran_dgssv_()
101 NULL, 0, perm_c, perm_r, L, U, &stat, info); in c_fortran_dgssv_()
129 LUfactors->perm_c = perm_c; in c_fortran_dgssv_()
147 perm_c = LUfactors->perm_c; in c_fortran_dgssv_()
153 dgstrs (trans, L, U, perm_c, perm_r, &B, &stat, info); in c_fortran_dgssv_()
162 SUPERLU_FREE (LUfactors->perm_c); in c_fortran_dgssv_()
H A Dc_fortran_sgssv.c20 int *perm_c; member
52 int *perm_c; /* column permutation vector */ in c_fortran_sgssv_() local
82 if ( !(perm_c = intMalloc(*n)) ) ABORT("Malloc fails for perm_c[]."); in c_fortran_sgssv_()
93 get_perm_c(permc_spec, &A, perm_c); in c_fortran_sgssv_()
95 sp_preorder(&options, &A, perm_c, etree, &AC); in c_fortran_sgssv_()
101 NULL, 0, perm_c, perm_r, L, U, &stat, info); in c_fortran_sgssv_()
129 LUfactors->perm_c = perm_c; in c_fortran_sgssv_()
147 perm_c = LUfactors->perm_c; in c_fortran_sgssv_()
153 sgstrs (trans, L, U, perm_c, perm_r, &B, &stat, info); in c_fortran_sgssv_()
162 SUPERLU_FREE (LUfactors->perm_c); in c_fortran_sgssv_()
H A Dc_fortran_cgssv.c20 int *perm_c; member
52 int *perm_c; /* column permutation vector */ in c_fortran_cgssv_() local
82 if ( !(perm_c = intMalloc(*n)) ) ABORT("Malloc fails for perm_c[]."); in c_fortran_cgssv_()
93 get_perm_c(permc_spec, &A, perm_c); in c_fortran_cgssv_()
95 sp_preorder(&options, &A, perm_c, etree, &AC); in c_fortran_cgssv_()
101 NULL, 0, perm_c, perm_r, L, U, &stat, info); in c_fortran_cgssv_()
129 LUfactors->perm_c = perm_c; in c_fortran_cgssv_()
147 perm_c = LUfactors->perm_c; in c_fortran_cgssv_()
153 cgstrs (trans, L, U, perm_c, perm_r, &B, &stat, info); in c_fortran_cgssv_()
162 SUPERLU_FREE (LUfactors->perm_c); in c_fortran_cgssv_()
H A Dc_fortran_zgssv.c20 int *perm_c; member
52 int *perm_c; /* column permutation vector */ in c_fortran_zgssv_() local
82 if ( !(perm_c = intMalloc(*n)) ) ABORT("Malloc fails for perm_c[]."); in c_fortran_zgssv_()
93 get_perm_c(permc_spec, &A, perm_c); in c_fortran_zgssv_()
95 sp_preorder(&options, &A, perm_c, etree, &AC); in c_fortran_zgssv_()
101 NULL, 0, perm_c, perm_r, L, U, &stat, info); in c_fortran_zgssv_()
129 LUfactors->perm_c = perm_c; in c_fortran_zgssv_()
147 perm_c = LUfactors->perm_c; in c_fortran_zgssv_()
153 zgstrs (trans, L, U, perm_c, perm_r, &B, &stat, info); in c_fortran_zgssv_()
162 SUPERLU_FREE (LUfactors->perm_c); in c_fortran_zgssv_()
H A Dc_fortran_dgssv.c.old19 int *perm_c;
50 int *perm_c; /* column permutation vector */
81 if ( !(perm_c = intMalloc(*n)) ) ABORT("Malloc fails for perm_c[].");
85 * Get column permutation vector perm_c[], according to permc_spec:
92 get_perm_c(permc_spec, &A, perm_c);
94 sp_preorder(&options, &A, perm_c, etree, &AC);
100 etree, NULL, 0, perm_c, perm_r, L, U, &stat, info);
130 LUfactors->perm_c = perm_c;
148 perm_c = LUfactors->perm_c;
154 dgstrs (trans, L, U, perm_c, perm_r, &B, &stat, info);
[all …]
/dports/math/superlu/superlu-5.2.2/FORTRAN/
H A Dc_fortran_dgssv.c30 int *perm_c; member
62 int *perm_c; /* column permutation vector */ in c_fortran_dgssv_() local
98 if ( !(perm_c = intMalloc(*n)) ) ABORT("Malloc fails for perm_c[]."); in c_fortran_dgssv_()
109 get_perm_c(permc_spec, &A, perm_c); in c_fortran_dgssv_()
111 sp_preorder(&options, &A, perm_c, etree, &AC); in c_fortran_dgssv_()
117 NULL, 0, perm_c, perm_r, L, U, &Glu, &stat, info); in c_fortran_dgssv_()
141 LUfactors->perm_c = perm_c; in c_fortran_dgssv_()
161 perm_c = LUfactors->perm_c; in c_fortran_dgssv_()
167 dgstrs (trans, L, U, perm_c, perm_r, &B, &stat, info); in c_fortran_dgssv_()
176 SUPERLU_FREE (LUfactors->perm_c); in c_fortran_dgssv_()
H A Dc_fortran_zgssv.c30 int *perm_c; member
62 int *perm_c; /* column permutation vector */ in c_fortran_zgssv_() local
98 if ( !(perm_c = intMalloc(*n)) ) ABORT("Malloc fails for perm_c[]."); in c_fortran_zgssv_()
109 get_perm_c(permc_spec, &A, perm_c); in c_fortran_zgssv_()
111 sp_preorder(&options, &A, perm_c, etree, &AC); in c_fortran_zgssv_()
117 NULL, 0, perm_c, perm_r, L, U, &Glu, &stat, info); in c_fortran_zgssv_()
141 LUfactors->perm_c = perm_c; in c_fortran_zgssv_()
161 perm_c = LUfactors->perm_c; in c_fortran_zgssv_()
167 zgstrs (trans, L, U, perm_c, perm_r, &B, &stat, info); in c_fortran_zgssv_()
176 SUPERLU_FREE (LUfactors->perm_c); in c_fortran_zgssv_()
H A Dc_fortran_cgssv.c30 int *perm_c; member
62 int *perm_c; /* column permutation vector */ in c_fortran_cgssv_() local
98 if ( !(perm_c = intMalloc(*n)) ) ABORT("Malloc fails for perm_c[]."); in c_fortran_cgssv_()
109 get_perm_c(permc_spec, &A, perm_c); in c_fortran_cgssv_()
111 sp_preorder(&options, &A, perm_c, etree, &AC); in c_fortran_cgssv_()
117 NULL, 0, perm_c, perm_r, L, U, &Glu, &stat, info); in c_fortran_cgssv_()
141 LUfactors->perm_c = perm_c; in c_fortran_cgssv_()
161 perm_c = LUfactors->perm_c; in c_fortran_cgssv_()
167 cgstrs (trans, L, U, perm_c, perm_r, &B, &stat, info); in c_fortran_cgssv_()
176 SUPERLU_FREE (LUfactors->perm_c); in c_fortran_cgssv_()
H A Dc_fortran_sgssv.c30 int *perm_c; member
62 int *perm_c; /* column permutation vector */ in c_fortran_sgssv_() local
98 if ( !(perm_c = intMalloc(*n)) ) ABORT("Malloc fails for perm_c[]."); in c_fortran_sgssv_()
109 get_perm_c(permc_spec, &A, perm_c); in c_fortran_sgssv_()
111 sp_preorder(&options, &A, perm_c, etree, &AC); in c_fortran_sgssv_()
117 NULL, 0, perm_c, perm_r, L, U, &Glu, &stat, info); in c_fortran_sgssv_()
141 LUfactors->perm_c = perm_c; in c_fortran_sgssv_()
161 perm_c = LUfactors->perm_c; in c_fortran_sgssv_()
167 sgstrs (trans, L, U, perm_c, perm_r, &B, &stat, info); in c_fortran_sgssv_()
176 SUPERLU_FREE (LUfactors->perm_c); in c_fortran_sgssv_()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/superlu/SuperLU_4.1/SRC/
H A Dsp_preorder.c62 sp_preorder(superlu_options_t *options, SuperMatrix *A, int *perm_c, in sp_preorder() argument
91 print_int_vec("pre_order:", n, perm_c); in sp_preorder()
92 check_perm("Initial perm_c", n, perm_c); in sp_preorder()
96 ACstore->colbeg[perm_c[i]] = Astore->colptr[i]; in sp_preorder()
97 ACstore->colend[perm_c[i]] = Astore->colptr[i+1]; in sp_preorder()
120 c_colbeg[perm_c[i]] = b_colptr[i]; in sp_preorder()
121 c_colend[perm_c[i]] = b_colptr[i+1]; in sp_preorder()
125 b_rowind[i] = perm_c[b_rowind[i]]; in sp_preorder()
177 for (i = 0; i < n; ++i) perm_c[i] = iwork[i]; in sp_preorder()
180 print_int_vec("Pc*post:", n, perm_c); in sp_preorder()
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/numerics/SUPERLU/
H A Dsp_preorder.c72 sp_preorder(superlu_options_t *options, SuperMatrix *A, int *perm_c, in sp_preorder() argument
101 print_int_vec("pre_order:", n, perm_c); in sp_preorder()
102 check_perm("Initial perm_c", n, perm_c); in sp_preorder()
106 ACstore->colbeg[perm_c[i]] = Astore->colptr[i]; in sp_preorder()
107 ACstore->colend[perm_c[i]] = Astore->colptr[i+1]; in sp_preorder()
130 c_colbeg[perm_c[i]] = b_colptr[i]; in sp_preorder()
131 c_colend[perm_c[i]] = b_colptr[i+1]; in sp_preorder()
135 b_rowind[i] = perm_c[b_rowind[i]]; in sp_preorder()
187 for (i = 0; i < n; ++i) perm_c[i] = iwork[i]; in sp_preorder()
190 print_int_vec("Pc*post:", n, perm_c); in sp_preorder()
[all …]
/dports/math/algae/algae-4.3.6/superlu/
H A Dsp_preorder.c5 sp_preorder(char *refact, SuperMatrix *A, int *perm_c, in sp_preorder() argument
83 print_int_vec("pre_order:", n, perm_c); in sp_preorder()
84 check_perm("Initial perm_c", n, perm_c); in sp_preorder()
88 ACstore->colbeg[perm_c[i]] = Astore->colptr[i]; in sp_preorder()
89 ACstore->colend[perm_c[i]] = Astore->colptr[i+1]; in sp_preorder()
112 c_colbeg[perm_c[i]] = b_colptr[i]; in sp_preorder()
113 c_colend[perm_c[i]] = b_colptr[i+1]; in sp_preorder()
117 b_rowind[i] = perm_c[b_rowind[i]]; in sp_preorder()
167 for (i = 0; i < n; ++i) perm_c[i] = iwork[i]; in sp_preorder()
170 print_int_vec("Pc*post:", n, perm_c); in sp_preorder()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/superlu/
H A Dsp_preorder.c62 sp_preorder(superlu_options_t *options, SuperMatrix *A, int *perm_c, in sp_preorder() argument
91 print_int_vec("pre_order:", n, perm_c); in sp_preorder()
92 check_perm("Initial perm_c", n, perm_c); in sp_preorder()
96 ACstore->colbeg[perm_c[i]] = Astore->colptr[i]; in sp_preorder()
97 ACstore->colend[perm_c[i]] = Astore->colptr[i+1]; in sp_preorder()
120 c_colbeg[perm_c[i]] = b_colptr[i]; in sp_preorder()
121 c_colend[perm_c[i]] = b_colptr[i+1]; in sp_preorder()
125 b_rowind[i] = perm_c[b_rowind[i]]; in sp_preorder()
177 for (i = 0; i < n; ++i) perm_c[i] = iwork[i]; in sp_preorder()
180 print_int_vec("Pc*post:", n, perm_c); in sp_preorder()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/dsolve/SuperLU/SRC/
H A Dsp_preorder.c72 sp_preorder(superlu_options_t *options, SuperMatrix *A, int *perm_c, in sp_preorder() argument
101 print_int_vec("pre_order:", n, perm_c); in sp_preorder()
102 check_perm("Initial perm_c", n, perm_c); in sp_preorder()
106 ACstore->colbeg[perm_c[i]] = Astore->colptr[i]; in sp_preorder()
107 ACstore->colend[perm_c[i]] = Astore->colptr[i+1]; in sp_preorder()
130 c_colbeg[perm_c[i]] = b_colptr[i]; in sp_preorder()
131 c_colend[perm_c[i]] = b_colptr[i+1]; in sp_preorder()
135 b_rowind[i] = perm_c[b_rowind[i]]; in sp_preorder()
187 for (i = 0; i < n; ++i) perm_c[i] = iwork[i]; in sp_preorder()
190 print_int_vec("Pc*post:", n, perm_c); in sp_preorder()
[all …]
/dports/math/superlu/superlu-5.2.2/SRC/
H A Dsp_preorder.c72 sp_preorder(superlu_options_t *options, SuperMatrix *A, int *perm_c, in sp_preorder() argument
101 print_int_vec("pre_order:", n, perm_c); in sp_preorder()
102 check_perm("Initial perm_c", n, perm_c); in sp_preorder()
106 ACstore->colbeg[perm_c[i]] = Astore->colptr[i]; in sp_preorder()
107 ACstore->colend[perm_c[i]] = Astore->colptr[i+1]; in sp_preorder()
130 c_colbeg[perm_c[i]] = b_colptr[i]; in sp_preorder()
131 c_colend[perm_c[i]] = b_colptr[i+1]; in sp_preorder()
135 b_rowind[i] = perm_c[b_rowind[i]]; in sp_preorder()
187 for (i = 0; i < n; ++i) perm_c[i] = iwork[i]; in sp_preorder()
190 print_int_vec("Pc*post:", n, perm_c); in sp_preorder()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/SuperLU/
H A Dsp_preorder.c5 sp_preorder(superlu_options_t *options, SuperMatrix *A, int *perm_c, in sp_preorder() argument
87 print_int_vec("pre_order:", n, perm_c); in sp_preorder()
88 check_perm("Initial perm_c", n, perm_c); in sp_preorder()
92 ACstore->colbeg[perm_c[i]] = Astore->colptr[i]; in sp_preorder()
93 ACstore->colend[perm_c[i]] = Astore->colptr[i+1]; in sp_preorder()
116 c_colbeg[perm_c[i]] = b_colptr[i]; in sp_preorder()
117 c_colend[perm_c[i]] = b_colptr[i+1]; in sp_preorder()
121 b_rowind[i] = perm_c[b_rowind[i]]; in sp_preorder()
173 for (i = 0; i < n; ++i) perm_c[i] = iwork[i]; in sp_preorder()
176 print_int_vec("Pc*post:", n, perm_c); in sp_preorder()
[all …]
H A DSuperLUmain.cpp111 int *perm_c; /* column permutation vector */ in CallSuperLUSparseCol() local
128 if ( !(perm_c = intMalloc(nrows)) ) ABORT("Malloc fails for perm_c[]."); in CallSuperLUSparseCol()
138 dgssv(&options, &A, perm_c, perm_r, &L, &U, &B, &stat, &info); in CallSuperLUSparseCol()
160 SUPERLU_FREE (perm_c); in CallSuperLUSparseCol()
179 int *perm_c; /* column permutation vector */ in CallSuperLUSparseRow() local
193 if ( !(perm_c = intMalloc(nrows)) ) ABORT("Malloc fails for perm_c[]."); in CallSuperLUSparseRow()
206 dgssv(&options, &A, perm_c, perm_r, &L, &U, &B, &stat, &info); in CallSuperLUSparseRow()
223 SUPERLU_FREE (perm_c); in CallSuperLUSparseRow()
248 SUPERLU_FREE (perm_c); in CallSuperLUFactorize()
287 dgssv(&options, A, perm_c, perm_r, L, U, &B, &stat, &info); in CallSuperLUFactorize()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DSolveSuperLU.c25 int *perm_c; member
54 int *perm_c; /* column permutation vector */ in FC_FUNC_() local
93 perm_c = intMalloc(*n); in FC_FUNC_()
103 get_perm_c(permc_spec, &A, perm_c); in FC_FUNC_()
106 diag_pivot_thresh, usepr, drop_tol, perm_c, perm_r, in FC_FUNC_()
131 LUfactors->perm_c = perm_c; in FC_FUNC_()
150 perm_c = LUfactors->perm_c; in FC_FUNC_()
156 dgstrs (trans, L, U, perm_r, perm_c, &B, &stat, info); in FC_FUNC_()
166 SUPERLU_FREE (LUfactors->perm_c); in FC_FUNC_()
/dports/math/algae/algae-4.3.6/src/
H A Dsuperlu.h19 extern void PROTO (get_perm_c, (int ispec, SuperMatrix *A, int *perm_c));
21 extern void PROTO (sp_preorder, (char *refact, SuperMatrix *A, int *perm_c,
23 extern double PROTO (dPivotGrowth, (int ncols, SuperMatrix *A, int *perm_c,
25 extern double PROTO (zPivotGrowth, (int ncols, SuperMatrix *A, int *perm_c,
38 void *work, int lwork, int *perm_r, int *perm_c,
44 int *perm_c, SuperMatrix *L, SuperMatrix *U,
55 int *perm_r, int *perm_c, SuperMatrix *B,
58 int *perm_r, int *perm_c, SuperMatrix *B,
/dports/math/arpack++/arpackpp-2.3.0/include/
H A Dsuperluc.h29 int *perm_c, int *perm_r, SuperMatrix *L, SuperMatrix *U, in gstrf() argument
35 panel_size,etree,work,lwork,perm_c,perm_r,L,U,&Glu,stat,info); in gstrf()
40 panel_size,etree,work,lwork,perm_c,perm_r,L,U,&Glu,stat,info); in gstrf()
46 panel_size,etree,work,lwork,perm_c,perm_r,L,U,&Glu,stat,info); in gstrf()
53 panel_size,etree,work,lwork,perm_c,perm_r,L,U,&Glu,stat,info); in gstrf()
61 int *perm_c, int *perm_r, SuperMatrix *B, SuperLUStat_t* stat, int *info) in gstrs() argument
65 dgstrs(trans,L,U,perm_c,perm_r,B,stat,info); in gstrs()
68 sgstrs(trans,L,U,perm_c,perm_r,B,stat,info); in gstrs()
72 zgstrs(trans,L,U,perm_c,perm_r,B,stat,info); in gstrs()
77 cgstrs(trans,L,U,perm_c,perm_r,B,stat,info); in gstrs()
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/
H A DNM_SuperLU.c39 int_t* perm_c; member
84 if(!(superlu_ws->perm_c = intMalloc(C->n))) ABORT("Malloc fails for perm_c[]."); in NM_SuperLU_factorize()
110 get_perm_c(permc_spec, &SA, superlu_ws->perm_c); in NM_SuperLU_factorize()
112 sp_preorder(superlu_ws->options, &SA, superlu_ws->perm_c, etree, &SAC); in NM_SuperLU_factorize()
121 …options, &SAC, drop_tol, relax, &panel_size, etree, NULL, 0, superlu_ws->perm_c, superlu_ws->perm_… in NM_SuperLU_factorize()
123 …dgstrf(superlu_ws->options, &SAC, relax, panel_size, etree, NULL, 0, superlu_ws->perm_c, superlu_w… in NM_SuperLU_factorize()
153 …dgstrs(NOTRANS, superlu_ws->L, superlu_ws->U, superlu_ws->perm_c, superlu_ws->perm_r, &B, &stat, &… in NM_SuperLU_solve()
170 SUPERLU_FREE(superlu_ws->perm_c); in NM_SuperLU_free()
177 superlu_ws->perm_c = NULL; in NM_SuperLU_free()
H A DNM_SuperLU_MT.c37 int_t* perm_c; member
67 if(!(superlu_mt_ws->perm_c = intMalloc(C->n))) SUPERLU_ABORT("Malloc fails for perm_c[]."); in NM_SuperLU_MT_factorize()
119 get_perm_c(permc_spec, superlu_mt_ws->A, superlu_mt_ws->perm_c); in NM_SuperLU_MT_factorize()
128 diag_pivot_thresh, usepr, drop_tol, superlu_mt_ws->perm_c, superlu_mt_ws->perm_r, in NM_SuperLU_MT_factorize()
171 …uperlu_mt_ws->L, superlu_mt_ws->U, superlu_mt_ws->perm_r, superlu_mt_ws->perm_c, &X, superlu_mt_ws… in NM_SuperLU_MT_solve()
177 …uperlu_mt_ws->L, superlu_mt_ws->U, superlu_mt_ws->perm_r, superlu_mt_ws->perm_c, &B, superlu_mt_ws… in NM_SuperLU_MT_solve()
194 …uperlu_mt_ws->L, superlu_mt_ws->U, superlu_mt_ws->perm_r, superlu_mt_ws->perm_c, equed, NULL, NULL… in NM_SuperLU_MT_solve()
214 SUPERLU_FREE(superlu_mt_ws->perm_c); in NM_SuperLU_MT_free()
221 superlu_mt_ws->perm_c = NULL; in NM_SuperLU_MT_free()

12345678910>>...15