Home
last modified time | relevance | path

Searched refs:Urhs (Results 1 – 14 of 14) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/ampl/
H A Djacinc1.c29 jacinc1_(M, N, NO, NZ, JP, JI, X, L, U, Lrhs, Urhs, Inf, Objdir) in jacinc1_() argument
31 real *X, *L, *U, *Lrhs, *Urhs, *Inf;
35 real *Lrhs, real *Urhs, real *Inf, fint *Objdir)
45 LUcopy_ASL(n, Lrhs, Urhs, LUrhs);
H A Djacinc.c42 jacinc_(M, N, NZ, JP, JI, X, L, U, Lrhs, Urhs, Inf) in jacinc_() argument
44 register short *JI; real *X, *L, *U, *Lrhs, *Urhs, *Inf;
48 real *Lrhs, real *Urhs, real *Inf)
58 LUcopy_ASL(n, Lrhs, Urhs, LUrhs);
H A Dasl.h865 real *Lrhs, real *Urhs, real *Inf));
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/ampl/
H A Djacinc1.c29 jacinc1_(M, N, NO, NZ, JP, JI, X, L, U, Lrhs, Urhs, Inf, Objdir) in jacinc1_() argument
31 real *X, *L, *U, *Lrhs, *Urhs, *Inf;
35 real *Lrhs, real *Urhs, real *Inf, fint *Objdir)
45 LUcopy_ASL(n, Lrhs, Urhs, LUrhs);
H A Djacinc.c42 jacinc_(M, N, NZ, JP, JI, X, L, U, Lrhs, Urhs, Inf) in jacinc_() argument
44 register short *JI; real *X, *L, *U, *Lrhs, *Urhs, *Inf;
48 real *Lrhs, real *Urhs, real *Inf)
58 LUcopy_ASL(n, Lrhs, Urhs, LUrhs);
H A Dasl.h865 real *Lrhs, real *Urhs, real *Inf));
/dports/math/asl/solvers/
H A Djacinc1.c32 real *Lrhs, real *Urhs, real *Inf, fint *Objdir);
39 real *Lrhs, real *Urhs, real *Inf, fint *Objdir) in jacinc1_() argument
48 LUcopy_ASL(n, Lrhs, Urhs, LUrhs); in jacinc1_()
H A Djacinc.c39 real *Lrhs, real *Urhs, real *Inf) in jacinc_() argument
48 LUcopy_ASL(n, Lrhs, Urhs, LUrhs); in jacinc_()
H A Dasl.h1032 real *Lrhs, real *Urhs, real *Inf);
H A Dchanges1498 subroutine jacinc1(M,N,NO,NZ,JP,JI,X,L,U,Lrhs,Urhs,Inf,Objdir)
1500 double precision X(N), L(N), U(N), Lrhs(M), Urhs(M), Inf
/dports/science/py-dlib/dlib-19.22/dlib/matrix/
H A Dmatrix_assign.h223 template <typename Tlhs, typename Ulhs, typename Trhs, typename Urhs, typename layout>
224 struct same_exp<matrix_multiply_exp<Tlhs,Trhs>, matrix_multiply_exp<Ulhs,Urhs>,layout >
235 typedef typename matrix_multiply_exp<Ulhs,Urhs>::LHS_ref_type U_LHS_ref_type;
236 typedef typename matrix_multiply_exp<Ulhs,Urhs>::RHS_ref_type U_RHS_ref_type;
244 template <typename Tlhs, typename Ulhs, typename Trhs, typename Urhs, typename layout>
245 struct same_exp<matrix_add_exp<Tlhs,Trhs>, matrix_add_exp<Ulhs,Urhs>, layout >
246 …{ const static bool value = same_exp<Tlhs,Ulhs,layout>::value && same_exp<Trhs,Urhs,layout>::value…
248 template <typename Tlhs, typename Ulhs, typename Trhs, typename Urhs, typename layout>
249 struct same_exp<matrix_subtract_exp<Tlhs,Trhs>, matrix_subtract_exp<Ulhs,Urhs>, layout >
250 …{ const static bool value = same_exp<Tlhs,Ulhs,layout>::value && same_exp<Trhs,Urhs,layout>::value…
/dports/science/dlib-cpp/dlib-19.22/dlib/matrix/
H A Dmatrix_assign.h223 template <typename Tlhs, typename Ulhs, typename Trhs, typename Urhs, typename layout>
224 struct same_exp<matrix_multiply_exp<Tlhs,Trhs>, matrix_multiply_exp<Ulhs,Urhs>,layout >
235 typedef typename matrix_multiply_exp<Ulhs,Urhs>::LHS_ref_type U_LHS_ref_type;
236 typedef typename matrix_multiply_exp<Ulhs,Urhs>::RHS_ref_type U_RHS_ref_type;
244 template <typename Tlhs, typename Ulhs, typename Trhs, typename Urhs, typename layout>
245 struct same_exp<matrix_add_exp<Tlhs,Trhs>, matrix_add_exp<Ulhs,Urhs>, layout >
246 …{ const static bool value = same_exp<Tlhs,Ulhs,layout>::value && same_exp<Trhs,Urhs,layout>::value…
248 template <typename Tlhs, typename Ulhs, typename Trhs, typename Urhs, typename layout>
249 struct same_exp<matrix_subtract_exp<Tlhs,Trhs>, matrix_subtract_exp<Ulhs,Urhs>, layout >
250 …{ const static bool value = same_exp<Tlhs,Ulhs,layout>::value && same_exp<Trhs,Urhs,layout>::value…
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/hxt/reparam/src/
H A Dhxt_mean_values.c152 double *U, *V, *Urhs, *Vrhs; in hxtMeanValuesCompute() local
156 HXT_CHECK( hxtMalloc(&Urhs,(nNodes+meanValues->nHoles)*sizeof(double)) ); in hxtMeanValuesCompute()
164 Urhs[i] = 0.; in hxtMeanValuesCompute()
193 HXT_CHECK(hxtLinearSystemSetRhsEntry(sys,Urhs, v0,0, uv[2*v0+0])); in hxtMeanValuesCompute()
282 HXT_CHECK(hxtLinearSystemSolve(sys,Urhs,U)); in hxtMeanValuesCompute()
296 HXT_CHECK(hxtFree(&Urhs)); in hxtMeanValuesCompute()
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/asl/
H A Dasl.h1032 real *Lrhs, real *Urhs, real *Inf);