Home
last modified time | relevance | path

Searched refs:herm (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/adaptors/hermitianmatrix/
H A DSparseRealTest2.cpp168 herm = herm * 2; in testScaling()
204 herm = 2 * herm; in testScaling()
276 herm = herm / 2; in testScaling()
429 herm = herm * 2; in testScaling()
465 herm = 2 * herm; in testScaling()
537 herm = herm / 2; in testScaling()
2973 … if( herm(0,2) != 3 || herm(1,2) != 1 || herm(2,0) != 3 || herm(2,1) != 1 || herm(2,2) != 2 ) { in testSet()
3009 … if( herm(0,2) != 3 || herm(1,2) != 4 || herm(2,0) != 3 || herm(2,1) != 4 || herm(2,2) != 2 ) { in testSet()
3139 … if( herm(0,2) != 3 || herm(1,2) != 1 || herm(2,0) != 3 || herm(2,1) != 1 || herm(2,2) != 2 ) { in testSet()
3175 … if( herm(0,2) != 3 || herm(1,2) != 4 || herm(2,0) != 3 || herm(2,1) != 4 || herm(2,2) != 2 ) { in testSet()
[all …]
H A DDenseRealTest2.cpp1065 herm = herm * 2; in testScaling()
1101 herm = 2 * herm; in testScaling()
1173 herm = herm / 2; in testScaling()
1326 herm = herm * 2; in testScaling()
1362 herm = 2 * herm; in testScaling()
1434 herm = herm / 2; in testScaling()
3161 if( herm(0,0) != 0 || herm(0,1) != 1 || herm(0,2) != 0 || herm(0,3) != 0 || in testResize()
3162 herm(1,0) != 1 || herm(1,1) != 2 || herm(1,2) != 0 || herm(1,3) != 0 || in testResize()
3163 herm(2,0) != 0 || herm(2,1) != 0 || herm(2,2) != 0 || herm(2,3) != 0 || in testResize()
3254 if( herm(0,0) != 0 || herm(0,1) != 1 || herm(0,2) != 0 || herm(0,3) != 0 || in testResize()
[all …]
H A DSparseComplexTest2.cpp171 herm = herm * 2; in testScaling()
209 herm = 2 * herm; in testScaling()
285 herm = herm / 2; in testScaling()
434 herm = herm * 2; in testScaling()
472 herm = 2 * herm; in testScaling()
548 herm = herm / 2; in testScaling()
723 herm(0,2) = herm(1,2); in testFunctionCall()
982 herm(0,2) = herm(1,2); in testFunctionCall()
7017 herm = trans( herm ); in testTranspose()
7102 herm = trans( herm ); in testTranspose()
[all …]
H A DDenseComplexTest2.cpp1099 herm = herm * 2; in testScaling()
1137 herm = 2 * herm; in testScaling()
1213 herm = herm / 2; in testScaling()
1362 herm = herm * 2; in testScaling()
1400 herm = 2 * herm; in testScaling()
1476 herm = herm / 2; in testScaling()
1651 herm(0,2) = herm(1,2); in testFunctionCall()
4392 herm = trans( herm ); in testTranspose()
4477 herm = trans( herm ); in testTranspose()
4576 herm = ctrans( herm ); in testCTranspose()
[all …]
H A DDenseRealTest1.cpp186 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 3 || in testConstructors()
187 herm(1,0) != 2 || herm(1,1) != 4 || herm(1,2) != 0 || in testConstructors()
188 herm(2,0) != 3 || herm(2,1) != 0 || herm(2,2) != 6 ) { in testConstructors()
210 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 3 || in testConstructors()
211 herm(1,0) != 2 || herm(1,1) != 4 || herm(1,2) != 0 || in testConstructors()
212 herm(2,0) != 3 || herm(2,1) != 0 || herm(2,2) != 6 ) { in testConstructors()
249 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 3 || in testConstructors()
250 herm(1,0) != 2 || herm(1,1) != 4 || herm(1,2) != 0 || in testConstructors()
251 herm(2,0) != 3 || herm(2,1) != 0 || herm(2,2) != 6 ) { in testConstructors()
274 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 3 || in testConstructors()
[all …]
H A DSparseRealTest1.cpp148 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 3 || in testConstructors()
149 herm(1,0) != 2 || herm(1,1) != 4 || herm(1,2) != 0 || in testConstructors()
150 herm(2,0) != 3 || herm(2,1) != 0 || herm(2,2) != 6 ) { in testConstructors()
172 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 3 || in testConstructors()
173 herm(1,0) != 2 || herm(1,1) != 4 || herm(1,2) != 0 || in testConstructors()
174 herm(2,0) != 3 || herm(2,1) != 0 || herm(2,2) != 6 ) { in testConstructors()
313 if( herm(0,0) != 1 || herm(0,1) != -4 || herm(0,2) != 7 || in testConstructors()
426 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 3 || in testConstructors()
427 herm(1,0) != 2 || herm(1,1) != 4 || herm(1,2) != 0 || in testConstructors()
450 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 3 || in testConstructors()
[all …]
H A DSparseComplexTest1.cpp151 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(2, 2) || herm(0,2) != cplx(3,-3) || in testConstructors()
152 herm(1,0) != cplx(2,-2) || herm(1,1) != cplx(4, 0) || herm(1,2) != cplx(0, 5) || in testConstructors()
153 herm(2,0) != cplx(3, 3) || herm(2,1) != cplx(0,-5) || herm(2,2) != cplx(6, 0) ) { in testConstructors()
179 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(2, 2) || herm(0,2) != cplx(3,-3) || in testConstructors()
180 herm(1,0) != cplx(2,-2) || herm(1,1) != cplx(4, 0) || herm(1,2) != cplx(0, 0) || in testConstructors()
181 herm(2,0) != cplx(3, 3) || herm(2,1) != cplx(0, 0) || herm(2,2) != cplx(6, 0) ) { in testConstructors()
333 if( herm(0,0) != cplx( 1, 0) || herm(0,1) != cplx(-4,-1) || herm(0,2) != cplx(7,3) || in testConstructors()
334 herm(1,0) != cplx(-4, 1) || herm(1,1) != cplx( 2, 0) || herm(1,2) != cplx(0,0) || in testConstructors()
487 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(2, 2) || herm(0,2) != cplx(3,-3) || in testConstructors()
488 herm(1,0) != cplx(2,-2) || herm(1,1) != cplx(4, 0) || herm(1,2) != cplx(0, 5) || in testConstructors()
[all …]
H A DDenseComplexTest1.cpp188 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(2, 2) || herm(0,2) != cplx(3,-3) || in testConstructors()
189 herm(1,0) != cplx(2,-2) || herm(1,1) != cplx(4, 0) || herm(1,2) != cplx(0, 5) || in testConstructors()
190 herm(2,0) != cplx(3, 3) || herm(2,1) != cplx(0,-5) || herm(2,2) != cplx(6, 0) ) { in testConstructors()
216 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(2, 2) || herm(0,2) != cplx(3,-3) || in testConstructors()
217 herm(1,0) != cplx(2,-2) || herm(1,1) != cplx(4, 0) || herm(1,2) != cplx(0, 0) || in testConstructors()
218 herm(2,0) != cplx(3, 3) || herm(2,1) != cplx(0, 0) || herm(2,2) != cplx(6, 0) ) { in testConstructors()
257 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(2, 2) || herm(0,2) != cplx(3,-3) || in testConstructors()
258 herm(1,0) != cplx(2,-2) || herm(1,1) != cplx(4, 0) || herm(1,2) != cplx(0, 5) || in testConstructors()
259 herm(2,0) != cplx(3, 3) || herm(2,1) != cplx(0,-5) || herm(2,2) != cplx(6, 0) ) { in testConstructors()
286 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(2, 2) || herm(0,2) != cplx(3,-3) || in testConstructors()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/adaptors/hermitianmatrix/
H A DSubmatrixRealTest.h206 …if( herm(0,0) != 12 || herm(0,1) != 18 || herm(0,2) != 14 || herm(0,3) != 15 || herm(0,4) != 5 ||… in testAssignment()
207herm(1,0) != 18 || herm(1,1) != 17 || herm(1,2) != 11 || herm(1,3) != 19 || herm(1,4) != -1 || her… in testAssignment()
208herm(2,0) != 14 || herm(2,1) != 11 || herm(2,2) != 3 || herm(2,3) != 1 || herm(2,4) != 0 || her… in testAssignment()
209herm(3,0) != 15 || herm(3,1) != 19 || herm(3,2) != 1 || herm(3,3) != 5 || herm(3,4) != 7 || her… in testAssignment()
210herm(4,0) != 5 || herm(4,1) != -1 || herm(4,2) != 0 || herm(4,3) != 7 || herm(4,4) != 1 || her… in testAssignment()
211herm(5,0) != 0 || herm(5,1) != 8 || herm(5,2) != -2 || herm(5,3) != 0 || herm(5,4) != -4 || her… in testAssignment()
264 …if( herm(0,0) != 12 || herm(0,1) != 18 || herm(0,2) != 14 || herm(0,3) != 15 || herm(0,4) != 5 ||… in testAssignment()
265herm(1,0) != 18 || herm(1,1) != 17 || herm(1,2) != 11 || herm(1,3) != 19 || herm(1,4) != -1 || her… in testAssignment()
266herm(2,0) != 14 || herm(2,1) != 11 || herm(2,2) != 3 || herm(2,3) != 1 || herm(2,4) != 0 || her… in testAssignment()
267herm(3,0) != 15 || herm(3,1) != 19 || herm(3,2) != 1 || herm(3,3) != 5 || herm(3,4) != 7 || her… in testAssignment()
[all …]
H A DSubmatrixComplexTest.h210 …if( herm(0,0) != cplx(12,0) || herm(0,1) != cplx(18,-1) || herm(0,2) != cplx(14,-2) || herm(0,3) !… in testAssignment()
211herm(1,0) != cplx(18,1) || herm(1,1) != cplx(17, 0) || herm(1,2) != cplx(11,-1) || herm(1,3) != cp… in testAssignment()
212herm(2,0) != cplx(14,2) || herm(2,1) != cplx(11, 1) || herm(2,2) != cplx( 3, 0) || herm(2,3) != cp… in testAssignment()
213herm(3,0) != cplx(15,3) || herm(3,1) != cplx(19, 2) || herm(3,2) != cplx( 1,-1) || herm(3,3) != cp… in testAssignment()
214herm(4,0) != cplx( 5,0) || herm(4,1) != cplx(-1,-2) || herm(4,2) != cplx( 0, 0) || herm(4,3) != cp… in testAssignment()
215herm(5,0) != cplx( 0,0) || herm(5,1) != cplx( 8, 2) || herm(5,2) != cplx(-2, 0) || herm(5,3) != cp… in testAssignment()
268 …if( herm(0,0) != cplx(12,0) || herm(0,1) != cplx(18,-1) || herm(0,2) != cplx(14,-2) || herm(0,3) !… in testAssignment()
269herm(1,0) != cplx(18,1) || herm(1,1) != cplx(17, 0) || herm(1,2) != cplx(11,-1) || herm(1,3) != cp… in testAssignment()
270herm(2,0) != cplx(14,2) || herm(2,1) != cplx(11, 1) || herm(2,2) != cplx( 3, 0) || herm(2,3) != cp… in testAssignment()
271herm(3,0) != cplx(15,3) || herm(3,1) != cplx(19, 2) || herm(3,2) != cplx( 1,-1) || herm(3,3) != cp… in testAssignment()
[all …]
H A DRowRealTest.h198 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 7 || in testAssignment()
199 herm(1,0) != 2 || herm(1,1) != 8 || herm(1,2) != 4 || in testAssignment()
200 herm(2,0) != 7 || herm(2,1) != 4 || herm(2,2) != 3 ) { in testAssignment()
247 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 7 || in testAssignment()
248 herm(1,0) != 2 || herm(1,1) != 8 || herm(1,2) != 4 || in testAssignment()
249 herm(2,0) != 7 || herm(2,1) != 4 || herm(2,2) != 3 ) { in testAssignment()
310 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 7 || in testAddAssign()
311 herm(1,0) != 2 || herm(1,1) != 8 || herm(1,2) != 4 || in testAddAssign()
312 herm(2,0) != 7 || herm(2,1) != 4 || herm(2,2) != 3 ) { in testAddAssign()
359 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 7 || in testAddAssign()
[all …]
H A DColumnRealTest.h198 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 7 || in testAssignment()
199 herm(1,0) != 2 || herm(1,1) != 8 || herm(1,2) != 4 || in testAssignment()
200 herm(2,0) != 7 || herm(2,1) != 4 || herm(2,2) != 3 ) { in testAssignment()
247 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 7 || in testAssignment()
248 herm(1,0) != 2 || herm(1,1) != 8 || herm(1,2) != 4 || in testAssignment()
249 herm(2,0) != 7 || herm(2,1) != 4 || herm(2,2) != 3 ) { in testAssignment()
310 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 7 || in testAddAssign()
311 herm(1,0) != 2 || herm(1,1) != 8 || herm(1,2) != 4 || in testAddAssign()
312 herm(2,0) != 7 || herm(2,1) != 4 || herm(2,2) != 3 ) { in testAddAssign()
359 if( herm(0,0) != 1 || herm(0,1) != 2 || herm(0,2) != 7 || in testAddAssign()
[all …]
H A DColumnComplexTest.h201 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(2, 1) || herm(0,2) != cplx(7,3) || in testAssignment()
202 herm(1,0) != cplx(2,-1) || herm(1,1) != cplx(8, 0) || herm(1,2) != cplx(4,2) || in testAssignment()
203 herm(2,0) != cplx(7,-3) || herm(2,1) != cplx(4,-2) || herm(2,2) != cplx(3,0) ) { in testAssignment()
281 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(2, 1) || herm(0,2) != cplx(7,3) || in testAssignment()
282 herm(1,0) != cplx(2,-1) || herm(1,1) != cplx(8, 0) || herm(1,2) != cplx(4,2) || in testAssignment()
283 herm(2,0) != cplx(7,-3) || herm(2,1) != cplx(4,-2) || herm(2,2) != cplx(3,0) ) { in testAssignment()
375 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(2, 1) || herm(0,2) != cplx(7,3) || in testAddAssign()
376 herm(1,0) != cplx(2,-1) || herm(1,1) != cplx(8, 0) || herm(1,2) != cplx(4,2) || in testAddAssign()
377 herm(2,0) != cplx(7,-3) || herm(2,1) != cplx(4,-2) || herm(2,2) != cplx(3,0) ) { in testAddAssign()
455 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(2, 1) || herm(0,2) != cplx(7,3) || in testAddAssign()
[all …]
H A DRowComplexTest.h201 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(2,-1) || herm(0,2) != cplx(7, 3) || in testAssignment()
202 herm(1,0) != cplx(2, 1) || herm(1,1) != cplx(8, 0) || herm(1,2) != cplx(4,-2) || in testAssignment()
203 herm(2,0) != cplx(7,-3) || herm(2,1) != cplx(4, 2) || herm(2,2) != cplx(3, 0) ) { in testAssignment()
281 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(2,-1) || herm(0,2) != cplx(7, 3) || in testAssignment()
282 herm(1,0) != cplx(2, 1) || herm(1,1) != cplx(8, 0) || herm(1,2) != cplx(4,-2) || in testAssignment()
283 herm(2,0) != cplx(7,-3) || herm(2,1) != cplx(4, 2) || herm(2,2) != cplx(3, 0) ) { in testAssignment()
375 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(2,-1) || herm(0,2) != cplx(7, 3) || in testAddAssign()
376 herm(1,0) != cplx(2, 1) || herm(1,1) != cplx(8, 0) || herm(1,2) != cplx(4,-2) || in testAddAssign()
455 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(2,-1) || herm(0,2) != cplx(7, 3) || in testAddAssign()
723 if( herm(0,0) != cplx(1, 0) || herm(0,1) != cplx(8,2) || herm(0,2) != cplx(7,3) || in testMultAssign()
[all …]
/dports/math/py-numpy/numpy-1.20.3/numpy/polynomial/tests/
H A Dtest_hermite.py7 import numpy.polynomial.hermite as herm namespace
28 return herm.hermtrim(x, tol=1e-6)
37 assert_equal(herm.hermzero, [0])
40 assert_equal(herm.hermone, [1])
99 res = herm.hermadd(herm.hermmul(quo, ci), rem)
325 res = herm.hermder(herm.hermint(tgt, m=j), m=j)
332 res = herm.hermder(herm.hermint(tgt, m=j, scl=2), m=j, scl=.5)
355 v = herm.hermvander(x, 3)
363 v = herm.hermvander(x, 3)
526 res = herm.hermroots(herm.hermfromroots(tgt))
[all …]
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/
H A Dherm.hpp21 struct herm { struct
31 typename result_of::herm< T >::type const herm( T& underlying ) { in herm() function
32 return typename result_of::herm< T >::type( underlying ); in herm()
36 typename result_of::herm< const T >::type const herm( const T& underlying ) { in herm() function
37 return typename result_of::herm< const T >::type( underlying ); in herm()
/dports/math/tmv/tmv-0.75/src/
H A DTMV_SymLDLInverse.cpp50 template <bool herm, class T>
80 if (herm) in LDLt_InvertComponents()
126 template <bool herm, class T>
163 LDLt_AddXtDX<herm>( in LDLt_AddXtDX()
166 LDLt_AddXtDX<herm>( in LDLt_AddXtDX()
185 template <bool herm, class T>
227 if (herm) { in LDLt_CombineInverse()
257 LDLt_CombineInverse<herm>( in LDLt_CombineInverse()
259 LDLt_AddXtDX<herm>( in LDLt_CombineInverse()
262 PseudoDiag_LMultEq<herm>( in LDLt_CombineInverse()
[all …]
H A DTMV_SymLDLPseudo.cpp42 template <bool herm, class T>
111 template <bool herm, class T, class T1>
116 if (herm) in SymLMultEq_2x2()
130 template <bool herm, class T, class T1>
134 if (herm) in SymRMultEq_2x2()
148 template <bool herm, class T, class T1>
165 DD.diag(1) = herm ? xD.conjugate() : xD.view(); in PseudoDiag_LDivEq()
178 if (herm) m.row(i) /= TMV_REAL(*Di); in PseudoDiag_LDivEq()
185 SymInvert_2x2<herm>(x,y,z); in PseudoDiag_LDivEq()
206 template <bool herm, class T, class T1>
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest23.cpp40 ublas::blas_3::tmm (m1, value_type (1), m2, ublas::herm (m1)); in test()
44 ublas::blas_3::tmm (m1, value_type (1), ublas::herm (m2), m1); in test()
48 ublas::blas_3::tmm (m1, value_type (1), ublas::trans (m2), ublas::herm (m1)); in test()
52 ublas::blas_3::tmm (m1, value_type (1), ublas::herm (m2), ublas::trans (m1)); in test()
56 ublas::blas_3::tmm (m1, value_type (1), ublas::herm (m2), ublas::herm (m1)); in test()
73 ublas::blas_3::tsm (m1, value_type (1), ublas::herm (m2), ublas::lower_tag ()); in test()
118 ublas::blas_3::gmm (m1, value_type (1), value_type (1), ublas::herm (m2), m3); in test()
123 ublas::blas_3::gmm (m1, value_type (1), value_type (1), m2, ublas::herm (m3)); in test()
138 ublas::blas_3::gmm (m1, value_type (1), value_type (1), ublas::herm (m2), ublas::herm (m3)); in test()
160 ublas::blas_3::hrk (m1, value_type (1), value_type (1), ublas::herm (m2)); in test()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/multiprecision/test/ublas_interop/
H A Dtest23.cpp45 ublas::blas_3::tmm(m1, value_type(1), m2, ublas::herm(m1)); in test()
49 ublas::blas_3::tmm(m1, value_type(1), ublas::herm(m2), m1); in test()
53 ublas::blas_3::tmm(m1, value_type(1), ublas::trans(m2), ublas::herm(m1)); in test()
57 ublas::blas_3::tmm(m1, value_type(1), ublas::herm(m2), ublas::trans(m1)); in test()
61 ublas::blas_3::tmm(m1, value_type(1), ublas::herm(m2), ublas::herm(m1)); in test()
78 ublas::blas_3::tsm(m1, value_type(1), ublas::herm(m2), ublas::lower_tag()); in test()
123 ublas::blas_3::gmm(m1, value_type(1), value_type(1), ublas::herm(m2), m3); in test()
128 ublas::blas_3::gmm(m1, value_type(1), value_type(1), m2, ublas::herm(m3)); in test()
143 ublas::blas_3::gmm(m1, value_type(1), value_type(1), ublas::herm(m2), ublas::herm(m3)); in test()
165 ublas::blas_3::hrk(m1, value_type(1), value_type(1), ublas::herm(m2)); in test()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/multiprecision/test/ublas_interop/
H A Dtest23.cpp45 ublas::blas_3::tmm(m1, value_type(1), m2, ublas::herm(m1)); in test()
49 ublas::blas_3::tmm(m1, value_type(1), ublas::herm(m2), m1); in test()
53 ublas::blas_3::tmm(m1, value_type(1), ublas::trans(m2), ublas::herm(m1)); in test()
57 ublas::blas_3::tmm(m1, value_type(1), ublas::herm(m2), ublas::trans(m1)); in test()
61 ublas::blas_3::tmm(m1, value_type(1), ublas::herm(m2), ublas::herm(m1)); in test()
78 ublas::blas_3::tsm(m1, value_type(1), ublas::herm(m2), ublas::lower_tag()); in test()
123 ublas::blas_3::gmm(m1, value_type(1), value_type(1), ublas::herm(m2), m3); in test()
128 ublas::blas_3::gmm(m1, value_type(1), value_type(1), m2, ublas::herm(m3)); in test()
143 ublas::blas_3::gmm(m1, value_type(1), value_type(1), ublas::herm(m2), ublas::herm(m3)); in test()
165 ublas::blas_3::hrk(m1, value_type(1), value_type(1), ublas::herm(m2)); in test()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest23.cpp40 ublas::blas_3::tmm (m1, value_type (1), m2, ublas::herm (m1)); in test()
44 ublas::blas_3::tmm (m1, value_type (1), ublas::herm (m2), m1); in test()
48 ublas::blas_3::tmm (m1, value_type (1), ublas::trans (m2), ublas::herm (m1)); in test()
52 ublas::blas_3::tmm (m1, value_type (1), ublas::herm (m2), ublas::trans (m1)); in test()
56 ublas::blas_3::tmm (m1, value_type (1), ublas::herm (m2), ublas::herm (m1)); in test()
73 ublas::blas_3::tsm (m1, value_type (1), ublas::herm (m2), ublas::lower_tag ()); in test()
118 ublas::blas_3::gmm (m1, value_type (1), value_type (1), ublas::herm (m2), m3); in test()
123 ublas::blas_3::gmm (m1, value_type (1), value_type (1), m2, ublas::herm (m3)); in test()
138 ublas::blas_3::gmm (m1, value_type (1), value_type (1), ublas::herm (m2), ublas::herm (m3)); in test()
160 ublas::blas_3::hrk (m1, value_type (1), value_type (1), ublas::herm (m2)); in test()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest23.cpp40 ublas::blas_3::tmm (m1, value_type (1), m2, ublas::herm (m1)); in test()
44 ublas::blas_3::tmm (m1, value_type (1), ublas::herm (m2), m1); in test()
48 ublas::blas_3::tmm (m1, value_type (1), ublas::trans (m2), ublas::herm (m1)); in test()
52 ublas::blas_3::tmm (m1, value_type (1), ublas::herm (m2), ublas::trans (m1)); in test()
56 ublas::blas_3::tmm (m1, value_type (1), ublas::herm (m2), ublas::herm (m1)); in test()
73 ublas::blas_3::tsm (m1, value_type (1), ublas::herm (m2), ublas::lower_tag ()); in test()
118 ublas::blas_3::gmm (m1, value_type (1), value_type (1), ublas::herm (m2), m3); in test()
123 ublas::blas_3::gmm (m1, value_type (1), value_type (1), m2, ublas::herm (m3)); in test()
138 ublas::blas_3::gmm (m1, value_type (1), value_type (1), ublas::herm (m2), ublas::herm (m3)); in test()
160 ublas::blas_3::hrk (m1, value_type (1), value_type (1), ublas::herm (m2)); in test()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/multiprecision/test/ublas_interop/
H A Dtest23.cpp40 ublas::blas_3::tmm (m1, value_type (1), m2, ublas::herm (m1)); in test()
44 ublas::blas_3::tmm (m1, value_type (1), ublas::herm (m2), m1); in test()
48 ublas::blas_3::tmm (m1, value_type (1), ublas::trans (m2), ublas::herm (m1)); in test()
52 ublas::blas_3::tmm (m1, value_type (1), ublas::herm (m2), ublas::trans (m1)); in test()
56 ublas::blas_3::tmm (m1, value_type (1), ublas::herm (m2), ublas::herm (m1)); in test()
73 ublas::blas_3::tsm (m1, value_type (1), ublas::herm (m2), ublas::lower_tag ()); in test()
118 ublas::blas_3::gmm (m1, value_type (1), value_type (1), ublas::herm (m2), m3); in test()
123 ublas::blas_3::gmm (m1, value_type (1), value_type (1), m2, ublas::herm (m3)); in test()
138 ublas::blas_3::gmm (m1, value_type (1), value_type (1), ublas::herm (m2), ublas::herm (m3)); in test()
160 ublas::blas_3::hrk (m1, value_type (1), value_type (1), ublas::herm (m2)); in test()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/numeric/ublas/test/
H A Dtest23.cpp40 ublas::blas_3::tmm (m1, value_type (1), m2, ublas::herm (m1)); in test()
44 ublas::blas_3::tmm (m1, value_type (1), ublas::herm (m2), m1); in test()
48 ublas::blas_3::tmm (m1, value_type (1), ublas::trans (m2), ublas::herm (m1)); in test()
52 ublas::blas_3::tmm (m1, value_type (1), ublas::herm (m2), ublas::trans (m1)); in test()
56 ublas::blas_3::tmm (m1, value_type (1), ublas::herm (m2), ublas::herm (m1)); in test()
73 ublas::blas_3::tsm (m1, value_type (1), ublas::herm (m2), ublas::lower_tag ()); in test()
118 ublas::blas_3::gmm (m1, value_type (1), value_type (1), ublas::herm (m2), m3); in test()
123 ublas::blas_3::gmm (m1, value_type (1), value_type (1), m2, ublas::herm (m3)); in test()
138 ublas::blas_3::gmm (m1, value_type (1), value_type (1), ublas::herm (m2), ublas::herm (m3)); in test()
160 ublas::blas_3::hrk (m1, value_type (1), value_type (1), ublas::herm (m2)); in test()
[all …]

12345678910>>...20