Home
last modified time | relevance | path

Searched refs:algebra (Results 1 – 25 of 4199) sorted by relevance

12345678910>>...168

/dports/devel/py-boolean.py/boolean.py-3.8/boolean/
H A Dtest_boolean.py64 algebra.NOT(algebra.Symbol('b')),
69 algebra.NOT(algebra.Symbol('e_')),
543 algebra.NOT(algebra.Symbol('a'))
544 self.assertEqual(algebra.FALSE, (algebra.NOT(algebra.TRUE)).simplify())
545 self.assertEqual(algebra.TRUE, (algebra.NOT(algebra.FALSE)).simplify())
685 self.assertEqual(algebra.AND(algebra.Symbol('a'), algebra.Symbol('b')).dual, algebra.OR)
686 self.assertEqual(algebra.OR(algebra.Symbol('a'), algebra.Symbol('b')).dual, algebra.AND)
980 …t2 = algebra.OR(algebra.AND(a, b, d), algebra.AND(a, b, e), algebra.AND(a, c, d), algebra.AND(a, c…
1012 x, y, z = algebra.Symbol(1), algebra.Symbol(2), algebra.Symbol(3)
1038 (algebra.TRUE, algebra.FALSE),
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A DMakefile.libff.include77 libff_libff_a_SOURCES += libff/libff/algebra/fields/bigint.tcc
78 libff_libff_a_SOURCES += libff/libff/algebra/fields/bigint.hpp
81 libff_libff_a_SOURCES += libff/libff/algebra/fields/fp.tcc
82 libff_libff_a_SOURCES += libff/libff/algebra/fields/fp.hpp
83 libff_libff_a_SOURCES += libff/libff/algebra/fields/fp2.tcc
84 libff_libff_a_SOURCES += libff/libff/algebra/fields/fp2.hpp
85 libff_libff_a_SOURCES += libff/libff/algebra/fields/fp3.tcc
86 libff_libff_a_SOURCES += libff/libff/algebra/fields/fp3.hpp
87 libff_libff_a_SOURCES += libff/libff/algebra/fields/fp4.tcc
88 libff_libff_a_SOURCES += libff/libff/algebra/fields/fp4.hpp
[all …]
/dports/www/moodle310/moodle/filter/algebra/
H A Dfilter.php140 $algebra = str_replace('<nolink>','',$algebra);
141 $algebra = str_replace('</nolink>','',$algebra);
143 $algebra = str_replace('</span>','',$algebra);
155 $algebra = str_replace('&lt;','<',$algebra);
156 $algebra = str_replace('&gt;','>',$algebra);
157 $algebra = str_replace('<>','#',$algebra);
158 $algebra = str_replace('<=','%',$algebra);
159 $algebra = str_replace('>=','!',$algebra);
162 $algebra = str_replace('beta','bita',$algebra);
165 $algebra = str_replace('eta','xeta',$algebra);
[all …]
H A Dalgebradebug.php79 $algebra = str_replace('&lt;','<',$algebra);
80 $algebra = str_replace('&gt;','>',$algebra);
81 $algebra = str_replace('<>','#',$algebra);
82 $algebra = str_replace('<=','%',$algebra);
83 $algebra = str_replace('>=','!',$algebra);
86 $algebra = str_replace('beta','bita',$algebra);
87 $algebra = str_replace('theta','thita',$algebra);
88 $algebra = str_replace('zeta','zita',$algebra);
89 $algebra = str_replace('eta','xeta',$algebra);
92 $algebra = preg_replace('!\r\n?!',' ',$algebra);
[all …]
/dports/www/moodle311/moodle/filter/algebra/
H A Dfilter.php140 $algebra = str_replace('<nolink>','',$algebra);
141 $algebra = str_replace('</nolink>','',$algebra);
143 $algebra = str_replace('</span>','',$algebra);
155 $algebra = str_replace('&lt;','<',$algebra);
156 $algebra = str_replace('&gt;','>',$algebra);
157 $algebra = str_replace('<>','#',$algebra);
158 $algebra = str_replace('<=','%',$algebra);
159 $algebra = str_replace('>=','!',$algebra);
162 $algebra = str_replace('beta','bita',$algebra);
165 $algebra = str_replace('eta','xeta',$algebra);
[all …]
H A Dalgebradebug.php79 $algebra = str_replace('&lt;','<',$algebra);
80 $algebra = str_replace('&gt;','>',$algebra);
81 $algebra = str_replace('<>','#',$algebra);
82 $algebra = str_replace('<=','%',$algebra);
83 $algebra = str_replace('>=','!',$algebra);
86 $algebra = str_replace('beta','bita',$algebra);
87 $algebra = str_replace('theta','thita',$algebra);
88 $algebra = str_replace('zeta','zita',$algebra);
89 $algebra = str_replace('eta','xeta',$algebra);
92 $algebra = preg_replace('!\r\n?!',' ',$algebra);
[all …]
/dports/www/moodle39/moodle/filter/algebra/
H A Dfilter.php140 $algebra = str_replace('<nolink>','',$algebra);
141 $algebra = str_replace('</nolink>','',$algebra);
143 $algebra = str_replace('</span>','',$algebra);
155 $algebra = str_replace('&lt;','<',$algebra);
156 $algebra = str_replace('&gt;','>',$algebra);
157 $algebra = str_replace('<>','#',$algebra);
158 $algebra = str_replace('<=','%',$algebra);
159 $algebra = str_replace('>=','!',$algebra);
162 $algebra = str_replace('beta','bita',$algebra);
165 $algebra = str_replace('eta','xeta',$algebra);
[all …]
H A Dalgebradebug.php79 $algebra = str_replace('&lt;','<',$algebra);
80 $algebra = str_replace('&gt;','>',$algebra);
81 $algebra = str_replace('<>','#',$algebra);
82 $algebra = str_replace('<=','%',$algebra);
83 $algebra = str_replace('>=','!',$algebra);
86 $algebra = str_replace('beta','bita',$algebra);
87 $algebra = str_replace('theta','thita',$algebra);
88 $algebra = str_replace('zeta','zita',$algebra);
89 $algebra = str_replace('eta','xeta',$algebra);
92 $algebra = preg_replace('!\r\n?!',' ',$algebra);
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/numeric/odeint/stepper/detail/
H A Dgeneric_rk_call_algebra.hpp38 algebra.for_each3( s1 , s2 , s3 , op ); in operator ()()
44 algebra.for_each2( s1 , s2 , op ); in operator ()()
54 algebra.for_each4( s1 , s2 , s3 , s4_array[0].m_v , op ); in operator ()()
58 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[1] , Op op ) const in operator ()()
60 algebra.for_each3( s1 , s2 , s4_array[0].m_v , op ); in operator ()()
71 algebra.for_each5( s1 , s2 , s3 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
75 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[2] , Op op ) const in operator ()()
77 algebra.for_each4( s1 , s2 , s4_array[0].m_v , s4_array[1].m_v , op ); in operator ()()
92 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[3] , Op op ) const in operator ()()
109 void operator()( Algebra &algebra , S1 &s1 , S2 &s2 , S4 s4_array[4] , Op op ) const in operator ()()
[all …]

12345678910>>...168