Home
last modified time | relevance | path

Searched refs:m_matU (Results 1 – 25 of 147) sorted by relevance

123456

/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Eigen2Support/
H A DSVD.h82 MatrixUType m_matU;
103 m_matU.setZero(); in compute()
208 m_matU.col(j).end(m-k) += t * m_matU.col(k).end(m-k); in compute()
210 m_matU.col(k).end(m-k) = - m_matU.col(k).end(m-k); in compute()
211 m_matU(k,k) = Scalar(1) + m_matU(k,k); in compute()
357 t = cs*m_matU(i,j) + sn*m_matU(i,k-1); in compute()
358 m_matU(i,k-1) = -sn*m_matU(i,j) + cs*m_matU(i,k-1); in compute()
425 t = cs*m_matU(i,j) + sn*m_matU(i,j+1); in compute()
426 m_matU(i,j+1) = -sn*m_matU(i,j) + cs*m_matU(i,j+1); in compute()
458 m_matU.col(k).swap(m_matU.col(k+1)); in compute()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Eigen2Support/
H A DSVD.h82 MatrixUType m_matU;
103 m_matU.setZero(); in compute()
208 m_matU.col(j).end(m-k) += t * m_matU.col(k).end(m-k); in compute()
210 m_matU.col(k).end(m-k) = - m_matU.col(k).end(m-k); in compute()
211 m_matU(k,k) = Scalar(1) + m_matU(k,k); in compute()
357 t = cs*m_matU(i,j) + sn*m_matU(i,k-1); in compute()
358 m_matU(i,k-1) = -sn*m_matU(i,j) + cs*m_matU(i,k-1); in compute()
425 t = cs*m_matU(i,j) + sn*m_matU(i,j+1); in compute()
426 m_matU(i,j+1) = -sn*m_matU(i,j) + cs*m_matU(i,j+1); in compute()
458 m_matU.col(k).swap(m_matU.col(k+1)); in compute()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Eigen2Support/
H A DSVD.h82 MatrixUType m_matU;
103 m_matU.setZero(); in compute()
208 m_matU.col(j).end(m-k) += t * m_matU.col(k).end(m-k); in compute()
210 m_matU.col(k).end(m-k) = - m_matU.col(k).end(m-k); in compute()
211 m_matU(k,k) = Scalar(1) + m_matU(k,k); in compute()
357 t = cs*m_matU(i,j) + sn*m_matU(i,k-1); in compute()
358 m_matU(i,k-1) = -sn*m_matU(i,j) + cs*m_matU(i,k-1); in compute()
425 t = cs*m_matU(i,j) + sn*m_matU(i,j+1); in compute()
426 m_matU(i,j+1) = -sn*m_matU(i,j) + cs*m_matU(i,j+1); in compute()
458 m_matU.col(k).swap(m_matU.col(k+1)); in compute()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/Eigen2Support/
H A DSVD.h82 MatrixUType m_matU;
103 m_matU.setZero(); in compute()
208 m_matU.col(j).end(m-k) += t * m_matU.col(k).end(m-k); in compute()
210 m_matU.col(k).end(m-k) = - m_matU.col(k).end(m-k); in compute()
211 m_matU(k,k) = Scalar(1) + m_matU(k,k); in compute()
357 t = cs*m_matU(i,j) + sn*m_matU(i,k-1); in compute()
358 m_matU(i,k-1) = -sn*m_matU(i,j) + cs*m_matU(i,k-1); in compute()
425 t = cs*m_matU(i,j) + sn*m_matU(i,j+1); in compute()
426 m_matU(i,j+1) = -sn*m_matU(i,j) + cs*m_matU(i,j+1); in compute()
458 m_matU.col(k).swap(m_matU.col(k+1)); in compute()
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/Eigen2Support/
H A DSVD.h82 MatrixUType m_matU;
103 m_matU.setZero(); in compute()
208 m_matU.col(j).end(m-k) += t * m_matU.col(k).end(m-k); in compute()
210 m_matU.col(k).end(m-k) = - m_matU.col(k).end(m-k); in compute()
211 m_matU(k,k) = Scalar(1) + m_matU(k,k); in compute()
357 t = cs*m_matU(i,j) + sn*m_matU(i,k-1); in compute()
358 m_matU(i,k-1) = -sn*m_matU(i,j) + cs*m_matU(i,k-1); in compute()
425 t = cs*m_matU(i,j) + sn*m_matU(i,j+1); in compute()
426 m_matU(i,j+1) = -sn*m_matU(i,j) + cs*m_matU(i,j+1); in compute()
458 m_matU.col(k).swap(m_matU.col(k+1)); in compute()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/stats/src/
H A DInvLogitGaussianVectorRealizer.C46 m_matU(NULL), in InvLogitGaussianVectorRealizer()
66 m_matU(new M(matU)), in InvLogitGaussianVectorRealizer()
78 delete m_matU; in ~InvLogitGaussianVectorRealizer() local
110 else if (m_matU && m_vecSsqrt && m_matVt) { in realization()
112 (*m_matU) * ((*m_vecSsqrt) * ((*m_matVt) * iidGaussianVector)); in realization()
164 delete m_matU; in updateLowerCholLawCovMatrix() local
169 m_matU = NULL; in updateLowerCholLawCovMatrix()
183 delete m_matU; in updateLowerCholLawCovMatrix() local
188 m_matU = new M(matU); in updateLowerCholLawCovMatrix()
H A DGaussianVectorRealizer.C43 m_matU (NULL), in GaussianVectorRealizer()
74 m_matU (new M(matU)), in GaussianVectorRealizer()
98 delete m_matU; in ~GaussianVectorRealizer() local
131 else if (m_matU && m_vecSsqrt && m_matVt) { in realization()
132 …nextValues = (*m_unifiedLawExpVector) + (*m_matU)*( (*m_vecSsqrt) * ((*m_matVt)*iidGaussianVector)… in realization()
162 delete m_matU; in updateLowerCholLawCovMatrix() local
167 m_matU = NULL; in updateLowerCholLawCovMatrix()
183 delete m_matU; in updateLowerCholLawCovMatrix() local
188 m_matU = new M(matU); in updateLowerCholLawCovMatrix()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
327 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
335 computeFromHessenberg(m_matT, m_matU, computeU);
345 m_matU = matrixQ;
360 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
378 _this.m_matU = Q.template cast<ComplexScalar>();
436 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
330 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
338 computeFromHessenberg(m_matT, m_matU, computeU);
348 m_matU = matrixQ;
363 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
381 _this.m_matU = Q.template cast<ComplexScalar>();
439 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
330 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
338 computeFromHessenberg(m_matT, m_matU, computeU);
348 m_matU = matrixQ;
363 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
381 _this.m_matU = Q.template cast<ComplexScalar>();
439 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
330 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
338 computeFromHessenberg(m_matT, m_matU, computeU);
348 m_matU = matrixQ;
363 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
381 _this.m_matU = Q.template cast<ComplexScalar>();
439 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
327 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
335 computeFromHessenberg(m_matT, m_matU, computeU);
345 m_matU = matrixQ;
360 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
378 _this.m_matU = Q.template cast<ComplexScalar>();
436 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/math/eigen3/eigen-3.3.9/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
330 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
338 computeFromHessenberg(m_matT, m_matU, computeU);
348 m_matU = matrixQ;
363 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
381 _this.m_matU = Q.template cast<ComplexScalar>();
439 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
327 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
335 computeFromHessenberg(m_matT, m_matU, computeU);
345 m_matU = matrixQ;
360 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
378 _this.m_matU = Q.template cast<ComplexScalar>();
436 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
330 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
338 computeFromHessenberg(m_matT, m_matU, computeU);
348 m_matU = matrixQ;
363 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
381 _this.m_matU = Q.template cast<ComplexScalar>();
439 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
114 m_matU(matrix.rows(),matrix.cols()),
141 return m_matU; in matrixU()
246 ComplexMatrixType m_matT, m_matU;
324 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
332 computeFromHessenberg(m_matT, m_matU, computeU);
342 m_matU = matrixQ;
357 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
375 _this.m_matU = Q.template cast<ComplexScalar>();
433 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
330 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
338 computeFromHessenberg(m_matT, m_matU, computeU);
348 m_matU = matrixQ;
363 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
381 _this.m_matU = Q.template cast<ComplexScalar>();
439 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
327 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
335 computeFromHessenberg(m_matT, m_matU, computeU);
345 m_matU = matrixQ;
360 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
378 _this.m_matU = Q.template cast<ComplexScalar>();
436 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
330 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
338 computeFromHessenberg(m_matT, m_matU, computeU);
348 m_matU = matrixQ;
363 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
381 _this.m_matU = Q.template cast<ComplexScalar>();
439 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/science/getdp/getdp-3.4.0-source/contrib/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
327 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
335 computeFromHessenberg(m_matT, m_matU, computeU);
345 m_matU = matrixQ;
360 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
378 _this.m_matU = Q.template cast<ComplexScalar>();
436 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/devel/upp/upp/uppsrc/plugin/Eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
330 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
338 computeFromHessenberg(m_matT, m_matU, computeU);
348 m_matU = matrixQ;
363 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
381 _this.m_matU = Q.template cast<ComplexScalar>();
439 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/devel/vcglib/vcglib-2020.09/eigenlib/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
327 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
335 computeFromHessenberg(m_matT, m_matU, computeU);
345 m_matU = matrixQ;
360 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
378 _this.m_matU = Q.template cast<ComplexScalar>();
436 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
114 m_matU(matrix.rows(),matrix.cols()),
141 return m_matU; in matrixU()
246 ComplexMatrixType m_matT, m_matU;
324 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
332 computeFromHessenberg(m_matT, m_matU, computeU);
342 m_matU = matrixQ;
357 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
375 _this.m_matU = Q.template cast<ComplexScalar>();
433 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
327 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
335 computeFromHessenberg(m_matT, m_matU, computeU);
345 m_matU = matrixQ;
360 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
378 _this.m_matU = Q.template cast<ComplexScalar>();
436 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/Eigen/src/Eigenvalues/
H A DComplexSchur.h96 m_matU(size,size), in m_matT()
115 m_matU(matrix.rows(),matrix.cols()),
142 return m_matU; in matrixU()
248 ComplexMatrixType m_matT, m_matU;
327 if(computeU) m_matU = ComplexMatrixType::Identity(1,1);
335 computeFromHessenberg(m_matT, m_matU, computeU);
345 m_matU = matrixQ;
360 if(computeU) _this.m_matU = _this.m_hess.matrixQ();
378 _this.m_matU = Q.template cast<ComplexScalar>();
436 if(computeU) m_matU.applyOnTheRight(il, il+1, rot);
[all …]

123456