Home
last modified time | relevance | path

Searched refs:Lin (Results 1 – 25 of 2784) sorted by relevance

12345678910>>...112

/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dGcc/
H A DGeom2dGcc_Lin2d2Tan.cxx69 WellDone = Lin.IsDone(); in Geom2dGcc_Lin2d2Tan()
73 NbrSol = Lin.NbSolutions(); in Geom2dGcc_Lin2d2Tan()
104 if (Lin.IsDone()) { in Geom2dGcc_Lin2d2Tan()
145 WellDone = Lin.IsDone(); in Geom2dGcc_Lin2d2Tan()
148 NbrSol = Lin.NbSolutions(); in Geom2dGcc_Lin2d2Tan()
169 if (Lin.IsDone()) { in Geom2dGcc_Lin2d2Tan()
219 WellDone = Lin.IsDone(); in Geom2dGcc_Lin2d2Tan()
223 NbrSol = Lin.NbSolutions(); in Geom2dGcc_Lin2d2Tan()
236 WellDone = Lin.IsDone(); in Geom2dGcc_Lin2d2Tan()
278 WellDone = Lin.IsDone(); in Geom2dGcc_Lin2d2Tan()
[all …]
H A DGeom2dGcc_Lin2dTanObl.cxx65 WellDone = Lin.IsDone(); in Geom2dGcc_Lin2dTanObl()
67 NbrSol = Lin.NbSolutions(); in Geom2dGcc_Lin2dTanObl()
69 linsol(i) = Lin.ThisSolution(i); in Geom2dGcc_Lin2dTanObl()
72 Lin.WhichQualifier(i,qualifier1(i)); in Geom2dGcc_Lin2dTanObl()
88 if (Lin.IsDone()) { in Geom2dGcc_Lin2dTanObl()
89 if (Add(NbrSol + 1, Lin, TolAng, C1)) in Geom2dGcc_Lin2dTanObl()
131 WellDone = Lin.IsDone(); in Geom2dGcc_Lin2dTanObl()
133 NbrSol = Lin.NbSolutions(); in Geom2dGcc_Lin2dTanObl()
135 linsol(i) = Lin.ThisSolution(i); in Geom2dGcc_Lin2dTanObl()
138 Lin.WhichQualifier(i,qualifier1(i)); in Geom2dGcc_Lin2dTanObl()
[all …]
/dports/math/octave-forge-ltfat/ltfat/inst/private/testC/
H A Dtest_ltfatresample.c72 size_t Lin[] = {896, 63, 10, 478, 966, 7563, 0}; in test_resample_fixedLin() local
77 while (Lin[lInId]) in test_resample_fixedLin()
81 in = malloc(Lin[lInId] * sizeof * in); in test_resample_fixedLin()
88 fillrand(in, Lin[lInId]); in test_resample_fixedLin()
119 in = malloc(Lin[lInId] * sizeof * in); in test_resample_altLin()
126 fillrand(in, Lin[lInId]); in test_resample_altLin()
138 if(Lin[++lInId]==0) in test_resample_altLin()
169 in = malloc(Lin * sizeof(SAMPLE)); in test_resample_fixedLout()
170 fillrand(in, Lin); in test_resample_fixedLout()
209 in = malloc(Lin * sizeof(SAMPLE)); in test_resample_altLout()
[all …]
/dports/math/octave-forge-ltfat/ltfat/src/modules/libltfat/src/
H A Dci_utils.c190 if ( Lout <= Lin ) in LTFAT_NAME()
202 memcpy(out + ii * Lin, in, Lin * sizeof * in); in LTFAT_NAME()
240 else if (Lfold > Lin) in LTFAT_NAME()
241 memset(out + Lin, 0, (Lfold - Lin)*sizeof * out); in LTFAT_NAME()
476 if (Lin == Lout) in LTFAT_NAME()
484 if (Lin == 1) in LTFAT_NAME()
494 if (Lin > Lout) in LTFAT_NAME()
508 if ( Lin % 2 == 1 ) in LTFAT_NAME()
521 if (Lin > Lout) in LTFAT_NAME()
718 if (Lout > Lin) in LTFAT_NAME()
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DExternalLibs-MathSAT.C274 void env::myAddEq0(ConstRefRingElem Lin) in myAddEq0() argument
285 void env::myAddNeq0(ConstRefRingElem Lin) in myAddNeq0() argument
307 void env::myAddLt0(ConstRefRingElem Lin) in myAddLt0() argument
431 case eq0: E.myAddEq0(Lin); break; in AddConstraint()
432 case neq0: E.myAddNeq0(Lin); break; in AddConstraint()
433 case leq0: E.myAddLeq0(Lin); break; in AddConstraint()
434 case lt0: E.myAddLt0(Lin); break; in AddConstraint()
439 void AddEq0(env& E, ConstRefRingElem Lin) { E.myAddEq0(Lin); } in AddEq0() argument
440 void AddNeq0(env& E, ConstRefRingElem Lin) { E.myAddNeq0(Lin); } in AddNeq0() argument
441 void AddLeq0(env& E, ConstRefRingElem Lin) { E.myAddLeq0(Lin); } in AddLeq0() argument
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DExternalLibs-MathSAT.C274 void env::myAddEq0(ConstRefRingElem Lin) in myAddEq0() argument
285 void env::myAddNeq0(ConstRefRingElem Lin) in myAddNeq0() argument
307 void env::myAddLt0(ConstRefRingElem Lin) in myAddLt0() argument
431 case eq0: E.myAddEq0(Lin); break; in AddConstraint()
432 case neq0: E.myAddNeq0(Lin); break; in AddConstraint()
433 case leq0: E.myAddLeq0(Lin); break; in AddConstraint()
434 case lt0: E.myAddLt0(Lin); break; in AddConstraint()
439 void AddEq0(env& E, ConstRefRingElem Lin) { E.myAddEq0(Lin); } in AddEq0() argument
440 void AddNeq0(env& E, ConstRefRingElem Lin) { E.myAddNeq0(Lin); } in AddNeq0() argument
441 void AddLeq0(env& E, ConstRefRingElem Lin) { E.myAddLeq0(Lin); } in AddLeq0() argument
[all …]
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A Dfuss.c926 …angle = angleTan(point[line[Lin[i]].p2].pz, point[line[Lin[i]].p1].pz, point[line[Lin[i]].p2].py, … in findStartpoint()
974 …angle = angleTan(point[line[Lin[i]].p2].pz, point[line[Lin[i]].p1].pz, point[line[Lin[i]].p2].py, … in findStartpoint()
1219 …midLine(mP, point[line[Lin[pos+1]].p1].py, point[line[Lin[pos+1]].p2].py, point[line[Lin[pos+1]].p… in findPoint()
1223 …if((point[line[Lin[pos]].trk].pz > point[line[Lin[pos]].p1].pz) && (point[line[Lin[pos]].trk].pz >… in findPoint()
1224 …if((point[line[Lin[pos+1]].trk].pz < point[line[Lin[pos+1]].p1].pz) || (point[line[Lin[pos+1]].trk… in findPoint()
1242 …else if((point[line[Lin[pos]].trk].pz < point[line[Lin[pos]].p1].pz) || (point[line[Lin[pos]].trk]… in findPoint()
1245 …dis = calcRadius(point[line[Lin[pos]].trk].py, point[line[Lin[pos]].p1].py, point[line[Lin[pos]].t… in findPoint()
1246 …if((point[line[Lin[pos]].trk].py < point[line[Lin[pos]].p1].py) || (point[line[Lin[pos]].trk].py <… in findPoint()
1255 …else if((point[line[Lin[pos]].trk].pz == point[line[Lin[pos]].p1].pz) || (point[line[Lin[pos]].trk… in findPoint()
1258 …dis = calcRadius(point[line[Lin[pos]].trk].py, point[line[Lin[pos]].p1].py, point[line[Lin[pos]].t… in findPoint()
[all …]
/dports/lang/yap/yap-6.2.2/packages/clpqr/clpq/
H A Dineq_q.pl213 arg(4,Att,lin(Lin)),
231 arg(4,Att,lin(Lin)),
249 arg(4,Att,lin(Lin)),
267 arg(4,Att,lin(Lin)),
413 % Solves the inequality Lin < 0 or Lin =< 0 with Lin = Hom + Inhom
429 % Solves the inequality Lin < 0 or Lin =< 0
485 arg(4,Att,lin(Lin)),
494 arg(4,Att,lin(Lin)),
1228 % the variables in Lin, and I be the inhomogene part of Lin, then
1251 % the variables in Lin, and I be the inhomogene part of Lin, then
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/clpqr/clpq/
H A Dineq_q.pl213 arg(4,Att,lin(Lin)),
231 arg(4,Att,lin(Lin)),
249 arg(4,Att,lin(Lin)),
267 arg(4,Att,lin(Lin)),
413 % Solves the inequality Lin < 0 or Lin =< 0 with Lin = Hom + Inhom
429 % Solves the inequality Lin < 0 or Lin =< 0
485 arg(4,Att,lin(Lin)),
494 arg(4,Att,lin(Lin)),
1228 % the variables in Lin, and I be the inhomogene part of Lin, then
1251 % the variables in Lin, and I be the inhomogene part of Lin, then
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/float/
H A Dlinear.hh57 class Lin : public Propagator { class
67 Lin(Space& home, Lin<P,N,pc>& p);
69 Lin(Home home, ViewArray<P>& x, ViewArray<N>& y, FloatVal c);
106 class Eq : public Lin<P,N,PC_FLOAT_BND> {
108 using Lin<P,N,PC_FLOAT_BND>::x;
109 using Lin<P,N,PC_FLOAT_BND>::y;
110 using Lin<P,N,PC_FLOAT_BND>::c;
136 class Lq : public Lin<P,N,PC_FLOAT_BND> {
138 using Lin<P,N,PC_FLOAT_BND>::x;
139 using Lin<P,N,PC_FLOAT_BND>::y;
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/include/CoCoA/
H A DExternalLibs-MathSAT.H52 void myAddEq0(ConstRefRingElem Lin);
53 void myAddNeq0(ConstRefRingElem Lin);
54 void myAddLeq0(ConstRefRingElem Lin);
55 void myAddLt0(ConstRefRingElem Lin);
73 void AddConstraint(env& E, RelOp, ConstRefRingElem Lin);
74 void AddEq0(env& E, ConstRefRingElem Lin);
75 void AddNeq0(env& E, ConstRefRingElem Lin);
76 void AddLeq0(env& E, ConstRefRingElem Lin);
77 void AddLt0(env& E, ConstRefRingElem Lin);
/dports/math/giacxcas/CoCoALib-0.99700/include/CoCoA/
H A DExternalLibs-MathSAT.H52 void myAddEq0(ConstRefRingElem Lin);
53 void myAddNeq0(ConstRefRingElem Lin);
54 void myAddLeq0(ConstRefRingElem Lin);
55 void myAddLt0(ConstRefRingElem Lin);
73 void AddConstraint(env& E, RelOp, ConstRefRingElem Lin);
74 void AddEq0(env& E, ConstRefRingElem Lin);
75 void AddNeq0(env& E, ConstRefRingElem Lin);
76 void AddLeq0(env& E, ConstRefRingElem Lin);
77 void AddLt0(env& E, ConstRefRingElem Lin);
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/CXSparse/MATLAB/CSparse/
H A Dcs_updown_mex.c29 cs_cl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
31 Lin = cs_cl_mex_get_sparse (&Lmatrix, 1, pargin [0]) ; in mexFunction()
34 lnz = Lin->p [n] ; in mexFunction()
36 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
37 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
40 L->x = Lin->x ; in mexFunction()
75 cs_dl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
79 lnz = Lin->p [n] ; in mexFunction()
81 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
82 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/CXSparse_newfiles/MATLAB/CSparse/
H A Dcs_updown_mex.c29 cs_cl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
31 Lin = cs_cl_mex_get_sparse (&Lmatrix, 1, pargin [0]) ; in mexFunction()
34 lnz = Lin->p [n] ; in mexFunction()
36 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
37 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
40 L->x = Lin->x ; in mexFunction()
75 cs_dl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
79 lnz = Lin->p [n] ; in mexFunction()
81 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
82 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/CXSparse_newfiles/MATLAB/CSparse/
H A Dcs_updown_mex.c29 cs_cl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
31 Lin = cs_cl_mex_get_sparse (&Lmatrix, 1, pargin [0]) ; in mexFunction()
34 lnz = Lin->p [n] ; in mexFunction()
36 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
37 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
40 L->x = Lin->x ; in mexFunction()
75 cs_dl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
79 lnz = Lin->p [n] ; in mexFunction()
81 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
82 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/CXSparse/MATLAB/CSparse/
H A Dcs_updown_mex.c29 cs_cl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
31 Lin = cs_cl_mex_get_sparse (&Lmatrix, 1, pargin [0]) ; in mexFunction()
34 lnz = Lin->p [n] ; in mexFunction()
36 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
37 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
40 L->x = Lin->x ; in mexFunction()
75 cs_dl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
79 lnz = Lin->p [n] ; in mexFunction()
81 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
82 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/CXSparse_newfiles/MATLAB/CSparse/
H A Dcs_updown_mex.c29 cs_cl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
31 Lin = cs_cl_mex_get_sparse (&Lmatrix, 1, pargin [0]) ; in mexFunction()
34 lnz = Lin->p [n] ; in mexFunction()
36 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
37 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
40 L->x = Lin->x ; in mexFunction()
75 cs_dl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
79 lnz = Lin->p [n] ; in mexFunction()
81 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
82 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/CXSparse/MATLAB/CSparse/
H A Dcs_updown_mex.c29 cs_cl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
31 Lin = cs_cl_mex_get_sparse (&Lmatrix, 1, pargin [0]) ; in mexFunction()
34 lnz = Lin->p [n] ; in mexFunction()
36 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
37 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
40 L->x = Lin->x ; in mexFunction()
75 cs_dl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
79 lnz = Lin->p [n] ; in mexFunction()
81 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
82 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/CXSparse/MATLAB/CSparse/
H A Dcs_updown_mex.c29 cs_cl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
31 Lin = cs_cl_mex_get_sparse (&Lmatrix, 1, pargin [0]) ; in mexFunction()
34 lnz = Lin->p [n] ; in mexFunction()
36 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
37 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
40 L->x = Lin->x ; in mexFunction()
75 cs_dl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
79 lnz = Lin->p [n] ; in mexFunction()
81 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
82 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/CXSparse_newfiles/MATLAB/CSparse/
H A Dcs_updown_mex.c29 cs_cl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
31 Lin = cs_cl_mex_get_sparse (&Lmatrix, 1, pargin [0]) ; in mexFunction()
34 lnz = Lin->p [n] ; in mexFunction()
36 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
37 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
40 L->x = Lin->x ; in mexFunction()
75 cs_dl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
79 lnz = Lin->p [n] ; in mexFunction()
81 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
82 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/CXSparse_newfiles/MATLAB/CSparse/
H A Dcs_updown_mex.c29 cs_cl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
31 Lin = cs_cl_mex_get_sparse (&Lmatrix, 1, pargin [0]) ; in mexFunction()
34 lnz = Lin->p [n] ; in mexFunction()
36 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
37 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
40 L->x = Lin->x ; in mexFunction()
75 cs_dl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
79 lnz = Lin->p [n] ; in mexFunction()
81 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
82 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/CXSparse/MATLAB/CSparse/
H A Dcs_updown_mex.c29 cs_cl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
31 Lin = cs_cl_mex_get_sparse (&Lmatrix, 1, pargin [0]) ; in mexFunction()
34 lnz = Lin->p [n] ; in mexFunction()
36 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
37 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
40 L->x = Lin->x ; in mexFunction()
75 cs_dl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
79 lnz = Lin->p [n] ; in mexFunction()
81 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
82 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/CXSparse_newfiles/MATLAB/CSparse/
H A Dcs_updown_mex.c29 cs_cl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
31 Lin = cs_cl_mex_get_sparse (&Lmatrix, 1, pargin [0]) ; in mexFunction()
34 lnz = Lin->p [n] ; in mexFunction()
36 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
37 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
40 L->x = Lin->x ; in mexFunction()
75 cs_dl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
79 lnz = Lin->p [n] ; in mexFunction()
81 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
82 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/CXSparse_newfiles/MATLAB/CSparse/
H A Dcs_updown_mex.c29 cs_cl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
31 Lin = cs_cl_mex_get_sparse (&Lmatrix, 1, pargin [0]) ; in mexFunction()
34 lnz = Lin->p [n] ; in mexFunction()
36 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
37 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
40 L->x = Lin->x ; in mexFunction()
75 cs_dl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
79 lnz = Lin->p [n] ; in mexFunction()
81 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
82 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/CXSparse/MATLAB/CSparse/
H A Dcs_updown_mex.c29 cs_cl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
31 Lin = cs_cl_mex_get_sparse (&Lmatrix, 1, pargin [0]) ; in mexFunction()
34 lnz = Lin->p [n] ; in mexFunction()
36 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
37 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
40 L->x = Lin->x ; in mexFunction()
75 cs_dl Lmatrix, *Lin, Cmatrix, *C, *L, Cvector, *Cvec ; in mexFunction() local
79 lnz = Lin->p [n] ; in mexFunction()
81 for (j = 0 ; j <= n ; j++) L->p [j] = Lin->p [j] ; in mexFunction()
82 for (k = 0 ; k < lnz ; k++) L->i [k] = Lin->i [k] ; in mexFunction()
[all …]

12345678910>>...112