Home
last modified time | relevance | path

Searched refs:ipfint (Results 1 – 25 of 63) sorted by relevance

123

/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/contrib/LinearSolverLoader/
H A DPardisoLoader.c34 const ipfint* PHASE, const ipfint* N,
37 const ipfint* NRHS, ipfint* IPARM,
52 const ipfint* NRHS, ipfint* IPARM,
62 …id wrap_old_pardisoinit(void* PT, const ipfint* MTYPE, const ipfint* SOLVER, ipfint* IPARM, double… in wrap_old_pardisoinit()
71 const ipfint* PHASE, const ipfint* N, in wrap_old_pardiso()
73 const ipfint* JA, const ipfint* PERM, in wrap_old_pardiso()
74 const ipfint* NRHS, ipfint* IPARM, in wrap_old_pardiso()
100 const ipfint* MNUM, const ipfint* MTYPE, in F77_FUNC()
101 const ipfint* PHASE, const ipfint* N, in F77_FUNC()
103 const ipfint* JA, const ipfint* PERM, in F77_FUNC()
[all …]
H A DHSLLoader.h86 typedef void (*ma27ad_t)(ipfint *N, ipfint *NZ, const ipfint *IRN, const ipfint* ICN,
87 ipfint *IW, ipfint* LIW, ipfint* IKEEP, ipfint *IW1,
88 ipfint* NSTEPS, ipfint* IFLAG, ipfint* ICNTL,
90 typedef void (*ma27bd_t)(ipfint *N, ipfint *NZ, const ipfint *IRN, const ipfint* ICN,
91 double* A, ipfint* LA, ipfint* IW, ipfint* LIW,
92 ipfint* IKEEP, ipfint* NSTEPS, ipfint* MAXFRT,
93 ipfint* IW1, ipfint* ICNTL, double* CNTL,
95 typedef void (*ma27cd_t)(ipfint *N, double* A, ipfint* LA, ipfint* IW,
96 ipfint* LIW, double* W, ipfint* MAXFRT,
97 double* RHS, ipfint* IW1, ipfint* NSTEPS,
[all …]
H A DHSLLoader.c37 void F77_FUNC(ma27ad,MA27AD)(ipfint *N, ipfint *NZ, const ipfint *IRN, const ipfint* ICN, in F77_FUNC()
38 ipfint *IW, ipfint* LIW, ipfint* IKEEP, ipfint *IW1, in F77_FUNC()
39 ipfint* NSTEPS, ipfint* IFLAG, ipfint* ICNTL, in F77_FUNC()
49 void F77_FUNC(ma27bd,MA27BD)(ipfint *N, ipfint *NZ, const ipfint *IRN, const ipfint* ICN, in F77_FUNC()
50 double* A, ipfint* LA, ipfint* IW, ipfint* LIW, in F77_FUNC()
51 ipfint* IKEEP, ipfint* NSTEPS, ipfint* MAXFRT, in F77_FUNC()
52 ipfint* IW1, ipfint* ICNTL, double* CNTL, in F77_FUNC()
62 void F77_FUNC(ma27cd,MA27CD)(ipfint *N, double* A, ipfint* LA, ipfint* IW, in F77_FUNC()
63 ipfint* LIW, double* W, ipfint* MAXFRT, in F77_FUNC()
184 ipfint *n, in F77_FUNC()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpBlas.cpp44 double ddot_(ipfint *n, const double *x, ipfint *incX,
47 double dnrm2_(ipfint *n, const double *x, ipfint *incX);
51 ipfint idamax_(ipfint *n, const double *x, ipfint *incX);
53 void dcopy_(ipfint *n, const double *x, ipfint *incX,
62 void dgemv_(char* trans, ipfint *m, ipfint *n,
71 ipfint *m, ipfint *n, ipfint *k,
81 ipfint *m, ipfint *n,
95 ipfint isamax_(ipfint *n, const float *x, ipfint *incX);
106 void sgemv_(char* trans, ipfint *m, ipfint *n,
115 ipfint *m, ipfint *n, ipfint *k,
[all …]
H A DIpLapack.cpp26 void dpotrs_(char *uplo, ipfint *n,
27 ipfint *nrhs, const double *A, ipfint *ldA,
28 double *B, ipfint *ldB, ipfint *info,
38 double *WORK, ipfint *LWORK, ipfint *info,
43 ipfint *nrhs, const float *A, ipfint *ldA,
44 float *B, ipfint *ldB, ipfint *info,
54 float *WORK, ipfint *LWORK, ipfint *info,
81 ipfint N=ndim, LDA=lda, INFO; in IpLapackDpotrf()
100 ipfint N=ndim, LDA=lda, INFO; in IpLapackDsyev()
112 ipfint LWORK = -1; in IpLapackDsyev()
[all …]
H A DIpUtils.hpp19 inline ipfint Max(ipfint a, ipfint b) in Max()
24 inline ipfint Min(ipfint a, ipfint b) in Min()
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/
H A DHSLLoader.h120 ipfint* N,
122 ipfint* LA,
123 ipfint* IW,
124 ipfint* LIW,
128 ipfint* IW1,
130 ipfint* ICNTL,
188 ipfint* n,
190 ipfint* keep,
199 ipfint* info
470 ipfint* N,
[all …]
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Algorithm/LinearSolvers/
H A DIpMa28TDependencyDetector.cpp24 F77_FUNC(ma28part,MA28PART)(ipfint* TASK, ipfint* N, ipfint* M, ipfint* NZ,
25 double* A, ipfint* IROW, ipfint* ICOL,
27 ipfint* NDEGEN, ipfint* IDEGEN, ipfint* LIW,
28 ipfint* IW, ipfint* LRW, double* RW, ipfint* IERR);
77 ipfint* IVAR; in DetermineDependentRows()
78 ipfint NDEGEN; in DetermineDependentRows()
80 ipfint LRW; in DetermineDependentRows()
81 ipfint LIW; in DetermineDependentRows()
83 ipfint idummy; in DetermineDependentRows()
84 ipfint IERR; in DetermineDependentRows()
[all …]
H A DIpMa27TSolverInterface.cpp34 void F77_FUNC(ma27ad,MA27AD)(ipfint *N, ipfint *NZ, const ipfint *IRN, const ipfint* ICN,
35 ipfint *IW, ipfint* LIW, ipfint* IKEEP, ipfint *IW1,
36 ipfint* NSTEPS, ipfint* IFLAG, ipfint* ICNTL,
38 void F77_FUNC(ma27bd,MA27BD)(ipfint *N, ipfint *NZ, const ipfint *IRN, const ipfint* ICN,
39 double* A, ipfint* LA, ipfint* IW, ipfint* LIW,
40 ipfint* IKEEP, ipfint* NSTEPS, ipfint* MAXFRT,
41 ipfint* IW1, ipfint* ICNTL, double* CNTL,
43 void F77_FUNC(ma27cd,MA27CD)(ipfint *N, double* A, ipfint* LA, ipfint* IW,
44 ipfint* LIW, double* W, ipfint* MAXFRT,
435 ipfint* IW1 = new ipfint[2*dim_]; in Factorization()
[all …]
H A DIpPardisoSolverInterface.cpp65 void PARDISOINIT_FUNC(void* PT, const ipfint* MTYPE, ipfint* IPARM);
75 const ipfint* MNUM, const ipfint* MTYPE,
76 const ipfint* PHASE, const ipfint* N,
78 const ipfint* JA, const ipfint* PERM,
79 const ipfint* NRHS, ipfint* IPARM,
85 …mat_reordering_pardiso_wsmp_(const ipfint* N, const ipfint* ia, const ipfint* ja, const double* a_…
86ipfint* perm2, double* scale2, ipfint* tmp2_, ipfint preprocess );
135 ipfint ERROR; in ~PardisoSolverInterface()
136 ipfint idmy; in ~PardisoSolverInterface()
735 ipfint* tmp2_ = new ipfint[N]; in Factorization()
[all …]
H A DIpWsmpSolverInterface.cpp40 void F77_FUNC(wssmp,WSSMP)(const ipfint* N, const ipfint* IA,
44 const ipfint* LDB, const ipfint* NRHS,
46 ipfint* MRP, ipfint* IPARM,
51 …mat_reordering_pardiso_wsmp_(const ipfint* N, const ipfint* ia, const ipfint* ja, const double* a_…
52ipfint* perm2, double* scale2, ipfint* tmp2_, ipfint preprocess );
262 ipfint idmy; in InitializeImpl()
422 ipfint* tmp2_ = new ipfint[N]; in InternalSymFact()
445 ipfint idmy; in InternalSymFact()
558 ipfint idmy; in Factorization()
563 ipfint* tmp2_ = new ipfint[N]; in Factorization()
[all …]
H A DIpMc19TSymScalingMethod.cpp35 void F77_FUNC(mc19ad,MC19AD)(ipfint *N, ipfint *NZ, double* A, ipfint *IRN,
36 ipfint* ICN, float* R, float* C, float* W);
54 const ipfint* airn, in ComputeSymTScalingFactors()
55 const ipfint* ajcn, in ComputeSymTScalingFactors()
69 ipfint* AIRN2 = new ipfint[2*nnz]; in ComputeSymTScalingFactors()
70 ipfint* AJCN2 = new ipfint[2*nnz]; in ComputeSymTScalingFactors()
72 ipfint nnz2=0; in ComputeSymTScalingFactors()
H A DIpPardisoSolverInterface.hpp124 ipfint* ia2;
125 ipfint* ja2;
127 ipfint* perm2;
182 ipfint MAXFCT_;
184 ipfint MNUM_;
186 ipfint MTYPE_;
188 ipfint* IPARM_;
192 ipfint MSGLVL_;
H A DIpMa27TSolverInterface.hpp179 ipfint icntl_[30];
184 ipfint liw_;
186 ipfint* iw_;
189 ipfint* ikeep_;
191 ipfint nsteps_;
193 ipfint maxfrt_;
196 ipfint la_;
H A DIpIterativeWsmpSolverInterface.cpp39 void F77_FUNC(wismp,WISMP)(const ipfint* N, const ipfint* IA,
62 IPARM_ = new ipfint[64]; in IterativeWsmpSolverInterface()
145 ipfint NTHREADS = wsmp_num_threads_; in InitializeImpl()
158 ipfint idmy; in InitializeImpl()
272 ipfint N = dim_; in InternalSymFact()
275 ipfint idmy; in InternalSymFact()
368 ipfint N = dim_; in Factorization()
372 ipfint idmy; in Factorization()
458 ipfint N = dim_; in Solve()
459 ipfint LDB = dim_; in Solve()
[all …]
H A DIpWsmpSolverInterface.hpp135 ipfint* ia2;
136 ipfint* ja2;
138 ipfint* perm2;
201 ipfint* IPARM_;
205 ipfint* PERM_;
207 ipfint* INVP_;
209 ipfint* MRP_;
H A DIpMc19TSymScalingMethod.hpp41 const ipfint* airn,
42 const ipfint* ajcn,
H A DIpSlackBasedTSymScalingMethod.hpp43 const ipfint* airn,
44 const ipfint* ajcn,
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/LinAlg/
H A DIpBlas.cpp18 double F77_FUNC(ddot,DDOT)(ipfint *n, const double *x, ipfint *incX,
21 double F77_FUNC(dnrm2,DNRM2)(ipfint *n, const double *x, ipfint *incX);
23 double F77_FUNC(dasum,DASUM)(ipfint *n, const double *x, ipfint *incX);
25 ipfint F77_FUNC(idamax,IDAMAX)(ipfint *n, const double *x, ipfint *incX);
27 void F77_FUNC(dcopy,DCOPY)(ipfint *n, const double *x, ipfint *incX,
31 ipfint *incX, double *y, ipfint *incY);
36 void F77_FUNC(dgemv,DGEMV)(char* trans, ipfint *m, ipfint *n,
45 ipfint *m, ipfint *n, ipfint *k,
50 void F77_FUNC(dsyrk,DSYRK)(char* uplo, char* trans, ipfint *n, ipfint *k,
55 ipfint *m, ipfint *n,
[all …]
H A DIpLapack.cpp13 # define ipfint long macro
16 # define ipfintarray ipfint
24 ipfint *nrhs, const double *A, ipfint *ldA,
25 double *B, ipfint *ldB, ipfint *info,
35 double *WORK, ipfint *LWORK, ipfint *info,
39 void F77_FUNC(dgetrf,DGETRF)(ipfint *m, ipfint *n,
44 ipfint *nrhs, const double *A, ipfint *ldA,
51 double *B, ipfint *ldB, ipfint *info);
77 ipfint N=ndim, LDA=lda, INFO; in IpLapackDpotrf()
108 ipfint LWORK = -1; in IpLapackDsyev()
[all …]
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Algorithm/Inexact/
H A DIpIterativePardisoSolverInterface.cpp83 const ipfint* PHASE, const ipfint* N,
85 const ipfint* JA, const ipfint* PERM,
86 const ipfint* NRHS, ipfint* IPARM,
130 ipfint ERROR; in ~IterativePardisoSolverInterface()
131 ipfint idmy; in ~IterativePardisoSolverInterface()
227 ipfint ERROR; in InitializeImpl()
228 ipfint idmy; in InitializeImpl()
424 ipfint i; in write_iajaa_matrix()
466 ipfint PHASE ; in Factorization()
474 ipfint ERROR; in Factorization()
[all …]
H A DIpIterativePardisoSolverInterface.hpp206 ipfint MAXFCT_;
208 ipfint MNUM_;
210 ipfint MTYPE_;
212 ipfint* IPARM_;
216 ipfint MSGLVL_;
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DCoinAbcCommon.hpp185 #ifndef ipfint
187 typedef int ipfint; typedef
202 cipfint *ipiv, CoinSimplexDouble *B, cipfint *ldB, ipfint *info,
205 void F77_FUNC(dgetrf, DGETRF)(ipfint *m, ipfint *n,
206 CoinSimplexDouble *A, ipfint *ldA,
207 ipfint *ipiv, ipfint *info);
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Algorithm/
H A DIpEquilibrationScaling.cpp32 void F77_FUNC(mc19ad,MC19AD)(const ipfint *N, const ipfint *NZ,
33 const double* A, const ipfint *IRN,
34 const ipfint* ICN, float* R, float* C,
167 ipfint* AIRN = new ipfint[nnz_jac_c+nnz_jac_d+nx]; in DetermineScalingParametersImpl()
168 ipfint* AJCN = new ipfint[nnz_jac_c+nnz_jac_d+nx]; in DetermineScalingParametersImpl()
169 if (sizeof(ipfint)==sizeof(Index)) { in DetermineScalingParametersImpl()
190 const ipfint N = Max(nc+nd+1,nx); in DetermineScalingParametersImpl()
195 const ipfint NZ = nnz_jac_c+nnz_jac_d+nnz_grad_f; in DetermineScalingParametersImpl()
/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/ipopt/
H A Dpatch-IpBlas23 ipfint n=size, INCX=incX, INCY=incY;
39 ipfint n=size, INCX=incX;
48 ipfint n=size, INCX=incX;
57 ipfint N=size, INCX=incX, INCY=incY;
77 ipfint N=size, INCX=incX, INCY=incY;
97 ipfint N=size, INCX=incX;
106 ipfint M=nCols, N=nRows, LDA=ldA, INCX=incX, INCY=incY;
115 ipfint N=n, LDA=ldA, INCX=incX, INCY=incY;

123