Home
last modified time | relevance | path

Searched refs:m_T (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/math/spectra/spectra-1.0.0/include/Spectra/LinAlg/
H A DUpperHessenbergSchur.h36 Matrix m_T; // T matrix, A = UTU' variable
59 Scalar s = abs(m_T.coeff(res - 1, res - 1)) + abs(m_T.coeff(res, res)); in find_small_subdiag()
77 Scalar p = Scalar(0.5) * (m_T.coeff(iu - 1, iu - 1) - m_T.coeff(iu, iu)); in split_off_two_rows()
104 shift_info.coeffRef(2) = m_T.coeff(iu, iu - 1) * m_T.coeff(iu - 1, iu); in compute_shift()
112 Scalar s = abs(m_T.coeff(iu, iu - 1)) + abs(m_T.coeff(iu - 1, iu - 2)); in compute_shift()
215 m_T.coeffRef(k, k - 1) = -m_T.coeff(k, k - 1); in perform_francis_qr_step()
232 rot.makeGivens(m_T.coeff(iu - 1, iu - 2), m_T.coeff(iu, iu - 2), &beta); in perform_francis_qr_step()
271 m_T.resize(m_n, m_n); in compute()
276 m_T.noalias() = mat; in compute()
340 return m_T; in matrix_T()
[all …]
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dhc128.cpp19 y = (m_T[512+a])+(m_T[512+256+c]); \
27 y = (m_T[a])+(m_T[256+c]); \
61 (m_T[(u)]) = ((m_T[(u)]) + tem2+(tem0^tem1)) ^ tem3; \
72 (m_T[(u)]) = ((m_T[(u)]) + tem2+(tem0^tem1)) ^ tem3; \
254 m_T[i] = m_key[i]; in CipherResynchronize()
256 m_T[i] = m_iv[i - 8]; in CipherResynchronize()
259 m_T[i] = f2(m_T[i - 2]) + m_T[i - 7] + f1(m_T[i - 15]) + m_T[i - 16] + i; in CipherResynchronize()
262 m_T[i] = m_T[256 + i]; in CipherResynchronize()
265 m_T[i] = f2(m_T[i - 2]) + m_T[i - 7] + f1(m_T[i - 15]) + m_T[i - 16] + 256 + i; in CipherResynchronize()
270 m_X[i] = m_T[512 - 16 + i]; in CipherResynchronize()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dhc128.cpp19 y = (m_T[512+a])+(m_T[512+256+c]); \
27 y = (m_T[a])+(m_T[256+c]); \
61 (m_T[(u)]) = ((m_T[(u)]) + tem2+(tem0^tem1)) ^ tem3; \
72 (m_T[(u)]) = ((m_T[(u)]) + tem2+(tem0^tem1)) ^ tem3; \
254 m_T[i] = m_key[i]; in CipherResynchronize()
256 m_T[i] = m_iv[i - 8]; in CipherResynchronize()
259 m_T[i] = f2(m_T[i - 2]) + m_T[i - 7] + f1(m_T[i - 15]) + m_T[i - 16] + i; in CipherResynchronize()
262 m_T[i] = m_T[256 + i]; in CipherResynchronize()
265 m_T[i] = f2(m_T[i - 2]) + m_T[i - 7] + f1(m_T[i - 15]) + m_T[i - 16] + 256 + i; in CipherResynchronize()
270 m_X[i] = m_T[512 - 16 + i]; in CipherResynchronize()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dhc128.cpp19 y = (m_T[512+a])+(m_T[512+256+c]); \
27 y = (m_T[a])+(m_T[256+c]); \
61 (m_T[(u)]) = ((m_T[(u)]) + tem2+(tem0^tem1)) ^ tem3; \
72 (m_T[(u)]) = ((m_T[(u)]) + tem2+(tem0^tem1)) ^ tem3; \
254 m_T[i] = m_key[i]; in CipherResynchronize()
256 m_T[i] = m_iv[i - 8]; in CipherResynchronize()
259 m_T[i] = f2(m_T[i - 2]) + m_T[i - 7] + f1(m_T[i - 15]) + m_T[i - 16] + i; in CipherResynchronize()
262 m_T[i] = m_T[256 + i]; in CipherResynchronize()
265 m_T[i] = f2(m_T[i - 2]) + m_T[i - 7] + f1(m_T[i - 15]) + m_T[i - 16] + 256 + i; in CipherResynchronize()
270 m_X[i] = m_T[512 - 16 + i]; in CipherResynchronize()
[all …]
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dhc128.cpp19 y = (m_T[512+a])+(m_T[512+256+c]); \
27 y = (m_T[a])+(m_T[256+c]); \
61 (m_T[(u)]) = ((m_T[(u)]) + tem2+(tem0^tem1)) ^ tem3; \
72 (m_T[(u)]) = ((m_T[(u)]) + tem2+(tem0^tem1)) ^ tem3; \
254 m_T[i] = m_key[i]; in CipherResynchronize()
256 m_T[i] = m_iv[i - 8]; in CipherResynchronize()
259 m_T[i] = f2(m_T[i - 2]) + m_T[i - 7] + f1(m_T[i - 15]) + m_T[i - 16] + i; in CipherResynchronize()
262 m_T[i] = m_T[256 + i]; in CipherResynchronize()
265 m_T[i] = f2(m_T[i - 2]) + m_T[i - 7] + f1(m_T[i - 15]) + m_T[i - 16] + 256 + i; in CipherResynchronize()
270 m_X[i] = m_T[512 - 16 + i]; in CipherResynchronize()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Eigenvalues/
H A DRealQZ.h253 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
345 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
372 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
435 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
436 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
463 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
466 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
497 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
526 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
550 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/Eigenvalues/
H A DRealQZ.h253 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
345 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
372 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
435 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
436 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
463 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
466 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
497 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
526 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
550 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/math/eigen3/eigen-3.3.9/Eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/eigen/Eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/Eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/science/getdp/getdp-3.4.0-source/contrib/eigen/Eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/Eigen/Eigen/src/Eigenvalues/
H A DRealQZ.h253 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
345 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
372 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
435 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
436 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
463 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
466 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
497 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
526 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
550 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/Eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/Eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/misc/opennn/opennn-5.0.5/eigen/Eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/Eigenvalues/
H A DRealQZ.h253 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
345 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
372 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
435 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
436 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
463 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
466 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
497 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
526 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
550 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/Eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/eigen/vtkeigen/eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/eigen/Eigen/src/Eigenvalues/
H A DRealQZ.h250 G.makeGivens(m_T.coeff(i,i), m_T.coeff(i,i-1), &m_T.coeffRef(i,i)); in hessenbergTriangular()
342 G.makeGivens(m_T.coeff(i+1,i+1), m_T.coeff(i+1,i)); in splitOffTwoRows()
369 G.makeGivens(m_T.coeff(zz, zz+1), m_T.coeff(zz+1, zz+1)); in pushDownZero()
432 …x = m_S.coeff(f,f)/m_T.coeff(f,f)-m_S.coeff(l,l)/m_T.coeff(l,l) + m_S.coeff(l,l-1)*m_T.coeff(l-1,l… in step()
433 (m_T.coeff(l-1,l-1)*m_T.coeff(l,l)); in step()
460 b11 = m_T.coeff(f,f), b12 = m_T.coeff(f,f+1), in step()
463 b88 = m_T.coeff(l-1,l-1), b89 = m_T.coeff(l-1,l), in step()
494 hr << m_T.coeff(k+2,k+2),m_T.coeff(k+2,k),m_T.coeff(k+2,k+1); in step()
523 G.makeGivens(m_T.coeff(k+1,k+1), m_T.coeff(k+1,k)); in step()
547 G.makeGivens(m_T.coeff(l,l),m_T.coeff(l,l-1)); in step()
[all …]

1234567891011