Home
last modified time | relevance | path

Searched +refs:math +refs:solve +refs:prod (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/dports/math/minizinc/libminizinc-2.5.5/docs/chi/
H A Dmodelling2.rst113 这个模型在 :numref:`ex-prod-planning` 中给出。一个(烤蛋糕问题的)数据文件例子在 :numref:`fig-prod-planning-data` 中给出。
115 .. literalinclude:: examples/simple-prod-planning.mzn
117 :name: ex-prod-planning
118 :caption: 简单批量生产计划模型 (:download:`simple-prod-planning.mzn <examples/simple-prod-planning.mzn>`).
122 :name: fig-prod-planning-data
123 …:caption: 简单批量生产计划模型的数据文件例子 (:download:`simple-prod-planning-data.dzn <examples/simple-prod-planni…
396 solve maximize sum (p in Products) (profit[p]*produce[p]);
421 $ minizinc --solver gecode simple-prod-planning.mzn simple-prod-planning-data.dzn
539 通过使用标示 ``-a`` 或 ``--all-solutions`` ,我们可以用MiniZinc求解得到一个满足问题 (:mzn:`solve satisfy`) 的所有解。
725 通过加一个约束 :mzn:`end = 30` ,并且把求解项改为 :mzn:`solve satisfy` ,然后运行
[all …]
H A Dflattening.rst11 :math:`c_i` 是基本的约束而 :math:`z` 是一个具有某些限定形式的整型或者浮点表达式.
110 和 :math:`2.0 \leq` :mzn:`x1` :math:`\leq 8.0` 还有 :math:`3.0 \leq` :mzn:`x2` :math:`\leq 7.0`, 所以可以得…
148 :math:`x + y + z` , :math:`d * (x + y + z)` , :math:`19 + d * (x + y + z)` ,
179 考虑以下从生产调度例子 :numref:`ex-prod-planning` 中出现的聚合函数表达式
274 solve satisfy;
442 :end-before: solve satisfy
489 solve satisfy;
632 solve maximize sum(h in Hatreds)(
651 solve maximize
666 solve maximize
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/math/include_private/boost/math/tools/
H A Dsolve.hpp29 namespace boost{ namespace math{ namespace tools{ namespace
39 boost::numeric::ublas::vector<T> solve( in solve() function
56 noalias(delta) = prod(A_, b); in solve()
H A Dremez.hpp22 namespace boost{ namespace math{ namespace tools{ namespace
253 vector_type l_solution = boost::math::tools::solve(A, b); in init_chebyshev()
318 …m_precision = (std::min)(24, (boost::math::policies::digits<T, boost::math::policies::policy<> >()… in reset()
323 …m_precision = (std::min)(bits, (boost::math::policies::digits<T, boost::math::policies::policy<> >… in reset()
379 …m_precision = (std::min)(24, (boost::math::policies::digits<T, boost::math::policies::policy<> >()… in reset()
384 …m_precision = (std::min)(bits, (boost::math::policies::digits<T, boost::math::policies::policy<> >… in reset()
479 solution = boost::math::tools::solve(A, b); in iterate()
489 vector_type sanity = prod(A, solution); in iterate()
646 return boost::math::tools::polynomial<T>(&a[0], orderN); in numerator()
658 return boost::math::tools::polynomial<T>(&a[0], orderD); in denominator()
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/include_private/boost/math/tools/
H A Dsolve.hpp29 namespace boost{ namespace math{ namespace tools{ namespace
39 boost::numeric::ublas::vector<T> solve( in solve() function
56 noalias(delta) = prod(A_, b); in solve()
H A Dremez.hpp22 namespace boost{ namespace math{ namespace tools{ namespace
253 vector_type l_solution = boost::math::tools::solve(A, b); in init_chebyshev()
318 …m_precision = (std::min)(24, (boost::math::policies::digits<T, boost::math::policies::policy<> >()… in reset()
323 …m_precision = (std::min)(bits, (boost::math::policies::digits<T, boost::math::policies::policy<> >… in reset()
379 …m_precision = (std::min)(24, (boost::math::policies::digits<T, boost::math::policies::policy<> >()… in reset()
384 …m_precision = (std::min)(bits, (boost::math::policies::digits<T, boost::math::policies::policy<> >… in reset()
479 solution = boost::math::tools::solve(A, b); in iterate()
489 vector_type sanity = prod(A, solution); in iterate()
646 return boost::math::tools::polynomial<T>(&a[0], orderN); in numerator()
658 return boost::math::tools::polynomial<T>(&a[0], orderD); in denominator()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/math/tools/
H A Dsolve.hpp29 namespace boost{ namespace math{ namespace tools{ namespace
39 boost::numeric::ublas::vector<T> solve( in solve() function
56 noalias(delta) = prod(A_, b); in solve()
H A Dremez.hpp22 namespace boost{ namespace math{ namespace tools{ namespace
253 vector_type l_solution = boost::math::tools::solve(A, b); in init_chebyshev()
318 …m_precision = (std::min)(24, (boost::math::policies::digits<T, boost::math::policies::policy<> >()… in reset()
323 …m_precision = (std::min)(bits, (boost::math::policies::digits<T, boost::math::policies::policy<> >… in reset()
379 …m_precision = (std::min)(24, (boost::math::policies::digits<T, boost::math::policies::policy<> >()… in reset()
384 …m_precision = (std::min)(bits, (boost::math::policies::digits<T, boost::math::policies::policy<> >… in reset()
479 solution = boost::math::tools::solve(A, b); in iterate()
489 vector_type sanity = prod(A, solution); in iterate()
646 return boost::math::tools::polynomial<T>(&a[0], orderN); in numerator()
658 return boost::math::tools::polynomial<T>(&a[0], orderD); in denominator()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/include_private/boost/math/tools/
H A Dsolve.hpp29 namespace boost{ namespace math{ namespace tools{ namespace
39 boost::numeric::ublas::vector<T> solve( in solve() function
56 noalias(delta) = prod(A_, b); in solve()
H A Dremez.hpp22 namespace boost{ namespace math{ namespace tools{ namespace
253 vector_type l_solution = boost::math::tools::solve(A, b); in init_chebyshev()
318 …m_precision = (std::min)(24, (boost::math::policies::digits<T, boost::math::policies::policy<> >()… in reset()
323 …m_precision = (std::min)(bits, (boost::math::policies::digits<T, boost::math::policies::policy<> >… in reset()
379 …m_precision = (std::min)(24, (boost::math::policies::digits<T, boost::math::policies::policy<> >()… in reset()
384 …m_precision = (std::min)(bits, (boost::math::policies::digits<T, boost::math::policies::policy<> >… in reset()
479 solution = boost::math::tools::solve(A, b); in iterate()
489 vector_type sanity = prod(A, solution); in iterate()
646 return boost::math::tools::polynomial<T>(&a[0], orderN); in numerator()
658 return boost::math::tools::polynomial<T>(&a[0], orderD); in denominator()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/math/include_private/boost/math/tools/
H A Dsolve.hpp29 namespace boost{ namespace math{ namespace tools{ namespace
39 boost::numeric::ublas::vector<T> solve( in solve() function
56 noalias(delta) = prod(A_, b); in solve()
/dports/databases/percona57-server/boost_1_59_0/libs/math/include_private/boost/math/tools/
H A Dsolve.hpp29 namespace boost{ namespace math{ namespace tools{ namespace
39 boost::numeric::ublas::vector<T> solve( in solve() function
56 noalias(delta) = prod(A_, b); in solve()
/dports/databases/xtrabackup/boost_1_59_0/libs/math/include_private/boost/math/tools/
H A Dsolve.hpp29 namespace boost{ namespace math{ namespace tools{ namespace
39 boost::numeric::ublas::vector<T> solve( in solve() function
56 noalias(delta) = prod(A_, b); in solve()
/dports/databases/percona57-client/boost_1_59_0/libs/math/include_private/boost/math/tools/
H A Dsolve.hpp29 namespace boost{ namespace math{ namespace tools{ namespace
39 boost::numeric::ublas::vector<T> solve( in solve() function
56 noalias(delta) = prod(A_, b); in solve()
/dports/devel/boost-libs/boost_1_72_0/libs/math/include_private/boost/math/tools/
H A Dsolve.hpp29 namespace boost{ namespace math{ namespace tools{ namespace
39 boost::numeric::ublas::vector<T> solve( in solve() function
56 noalias(delta) = prod(A_, b); in solve()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/include_private/boost/math/tools/
H A Dsolve.hpp29 namespace boost{ namespace math{ namespace tools{ namespace
39 boost::numeric::ublas::vector<T> solve( in solve() function
56 noalias(delta) = prod(A_, b); in solve()
/dports/devel/hyperscan/boost_1_75_0/libs/math/include_private/boost/math/tools/
H A Dsolve.hpp29 namespace boost{ namespace math{ namespace tools{ namespace
39 boost::numeric::ublas::vector<T> solve( in solve() function
56 noalias(delta) = prod(A_, b); in solve()
/dports/math/py-cyipopt/cyipopt-1.1.0/docs/source/
H A Dtutorial.rst42 and we use cyipopt's scipy interface to solve an example problem, namely number
45 .. math::
54 .. math::
60 .. math::
80 return np.prod(x) - 25
121 In this example we will use cyipopt problem class interface to solve the
185 return np.array((np.prod(x), np.dot(x, x)))
189 return np.concatenate((np.prod(x)/x, 2*x))
232 Now define the lower and upper bounds of :math:`x` and the constraints::
280 The optimization algorithm is run by calling the :func:`cyipopt.Problem.solve`
[all …]
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/gen/uk/ac/cam/aa582/
H A DR.java163 public static final int math=0x7f030004; field in R.layout
228 public static final int prod=0x7f070042; field in R.string
243 public static final int solve=0x7f07003d; field in R.string
/dports/math/octave/octave-6.4.0/liboctave/array/
H A DfMatrix.cc444 if (octave::math::isinf (sum) || octave::math::isnan (sum)) in norm1()
683 octave::math::svd<FloatMatrix> result (*this, in pseudo_inverse()
2065 if (octave::math::isinf (anorm)) in lssolve()
2070 else if (octave::math::isnan (anorm)) in lssolve()
2377 FloatMatrix::prod (int dim) const in prod() function in FloatMatrix
2379 return FloatNDArray::prod (dim); in prod()
2460 if (octave::math::isnan (tmp)) in row_min()
2515 if (octave::math::isnan (tmp)) in row_max()
2570 if (octave::math::isnan (tmp)) in column_min()
2625 if (octave::math::isnan (tmp)) in column_max()
[all …]
H A DdMatrix.cc438 if (octave::math::isinf (sum) || octave::math::isnan (sum)) in norm1()
677 octave::math::svd<Matrix> result (*this, in pseudo_inverse()
2039 if (octave::math::isinf (anorm)) in lssolve()
2044 else if (octave::math::isnan (anorm)) in lssolve()
2367 Matrix::prod (int dim) const in prod() function in Matrix
2369 return NDArray::prod (dim); in prod()
2450 if (octave::math::isnan (tmp)) in row_min()
2505 if (octave::math::isnan (tmp)) in row_max()
2560 if (octave::math::isnan (tmp)) in column_min()
2696 octave::math::schur<Matrix> as (a, "U"); in Sylvester()
[all …]
H A DCMatrix.cc724 if (octave::math::isinf (sum) || octave::math::isnan (sum)) in norm1()
877 if (octave::math::isnan (anorm) || octave::math::isinf (anorm)) in finverse()
909 || octave::math::isnan (anorm) || octave::math::isinf (anorm)) in finverse()
1268 if (octave::math::isnan (anorm)) in determinant()
1826 if (octave::math::isnan (anorm) || octave::math::isinf (anorm)) in fsolve()
1896 if (octave::math::isinf (anorm)) in fsolve()
2386 if (octave::math::isinf (anorm)) in lssolve()
2391 else if (octave::math::isnan (anorm)) in lssolve()
2782 ComplexMatrix::prod (int dim) const in prod() function in ComplexMatrix
2784 return ComplexNDArray::prod (dim); in prod()
[all …]
H A DfCMatrix.cc727 if (octave::math::isinf (sum) || octave::math::isnan (sum)) in norm1()
880 if (octave::math::isnan (anorm) || octave::math::isinf (anorm)) in finverse()
912 || octave::math::isnan (anorm) || octave::math::isinf (anorm)) in finverse()
1271 if (octave::math::isnan (anorm)) in determinant()
1836 if (octave::math::isnan (anorm) || octave::math::isinf (anorm)) in fsolve()
1906 if (octave::math::isinf (anorm)) in fsolve()
2412 if (octave::math::isinf (anorm)) in lssolve()
2417 else if (octave::math::isnan (anorm)) in lssolve()
2811 FloatComplexMatrix::prod (int dim) const in prod() function in FloatComplexMatrix
2813 return FloatComplexNDArray::prod (dim); in prod()
[all …]
/dports/science/py-chempy/chempy-0.8.2/chempy/
H A Dchemistry.py8 import math
458 prod, argument
470 self.prod = self._init_stoich(prod)
935 def rate(self, variables=None, backend=math, substance_keys=None, ratex=None):
1043 backend=math,
1087 self.prod,
1096 self.prod,
1131 def equilibrium_constant(self, variables=None, backend=math):
1193 prod = dict(other * ArithmeticDict(int, self.prod))
1197 reac, prod = prod, reac
[all …]
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/umfpack/test/
H A Dumf4.cc149 r = prod (m, x); in resid()
177 if ((boost::math::isnan) (r [i])){ in resid()
185 if ((boost::math::isnan) (b [i])){ in resid()
334 status = umf::solve (A, X, B, Numeric, Control, Info); in main()

12345678910>>...22