Home
last modified time | relevance | path

Searched refs:diagSize (Results 1 – 25 of 232) sorted by relevance

12345678910

/dports/math/eigen3/eigen-3.3.9/test/
H A Dsvd_fill.h26 Index diagSize = (std::min)(m.rows(), m.cols()); variable
29 Matrix<RealScalar,Dynamic,1> d = Matrix<RealScalar,Dynamic,1>::Random(diagSize);
30 for(Index k=0; k<diagSize; ++k)
44 Matrix<Scalar,Dynamic,Dynamic> U(m.rows(),diagSize);
45 Matrix<Scalar,Dynamic,Dynamic> VT(diagSize,m.cols());
56 createRandomPIMatrixOfRank(diagSize,U.rows(), U.cols(), U);
57 createRandomPIMatrixOfRank(diagSize,VT.rows(), VT.cols(), VT);
76 Index count = internal::random<Index>(-diagSize,diagSize);
79 Index i = internal::random<Index>(0,diagSize-1);
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/test/
H A Dsvd_fill.h26 Index diagSize = (std::min)(m.rows(), m.cols()); variable
29 Matrix<RealScalar,Dynamic,1> d = Matrix<RealScalar,Dynamic,1>::Random(diagSize);
30 for(Index k=0; k<diagSize; ++k)
44 Matrix<Scalar,Dynamic,Dynamic> U(m.rows(),diagSize);
45 Matrix<Scalar,Dynamic,Dynamic> VT(diagSize,m.cols());
56 createRandomPIMatrixOfRank(diagSize,U.rows(), U.cols(), U);
57 createRandomPIMatrixOfRank(diagSize,VT.rows(), VT.cols(), VT);
76 Index count = internal::random<Index>(-diagSize,diagSize);
79 Index i = internal::random<Index>(0,diagSize-1);
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/test/
H A Dsvd_fill.h26 Index diagSize = (std::min)(m.rows(), m.cols()); variable
29 Matrix<RealScalar,Dynamic,1> d = Matrix<RealScalar,Dynamic,1>::Random(diagSize);
30 for(Index k=0; k<diagSize; ++k)
44 Matrix<Scalar,Dynamic,Dynamic> U(m.rows(),diagSize);
45 Matrix<Scalar,Dynamic,Dynamic> VT(diagSize,m.cols());
56 createRandomPIMatrixOfRank(diagSize,U.rows(), U.cols(), U);
57 createRandomPIMatrixOfRank(diagSize,VT.rows(), VT.cols(), VT);
76 Index count = internal::random<Index>(-diagSize,diagSize);
79 Index i = internal::random<Index>(0,diagSize-1);
/dports/misc/opennn/opennn-5.0.5/eigen/test/
H A Dsvd_fill.h26 Index diagSize = (std::min)(m.rows(), m.cols()); variable
29 Matrix<RealScalar,Dynamic,1> d = Matrix<RealScalar,Dynamic,1>::Random(diagSize);
30 for(Index k=0; k<diagSize; ++k)
44 Matrix<Scalar,Dynamic,Dynamic> U(m.rows(),diagSize);
45 Matrix<Scalar,Dynamic,Dynamic> VT(diagSize,m.cols());
56 createRandomPIMatrixOfRank(diagSize,U.rows(), U.cols(), U);
57 createRandomPIMatrixOfRank(diagSize,VT.rows(), VT.cols(), VT);
76 Index count = internal::random<Index>(-diagSize,diagSize);
79 Index i = internal::random<Index>(0,diagSize-1);
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/test/
H A Dsvd_fill.h26 Index diagSize = (std::min)(m.rows(), m.cols()); variable
29 Matrix<RealScalar,Dynamic,1> d = Matrix<RealScalar,Dynamic,1>::Random(diagSize);
30 for(Index k=0; k<diagSize; ++k)
44 Matrix<Scalar,Dynamic,Dynamic> U(m.rows(),diagSize);
45 Matrix<Scalar,Dynamic,Dynamic> VT(diagSize,m.cols());
56 createRandomPIMatrixOfRank(diagSize,U.rows(), U.cols(), U);
57 createRandomPIMatrixOfRank(diagSize,VT.rows(), VT.cols(), VT);
76 Index count = internal::random<Index>(-diagSize,diagSize);
79 Index i = internal::random<Index>(0,diagSize-1);
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h57 …resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), ot…
98 …void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index…
99 if (m_allocatedSize < diagSize + upperSize + lowerSize)
100 …reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp…
101 m_diagSize = diagSize;
108 inline Index diagSize() const { in diagSize() function
203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() argument
205 Scalar* diag = new Scalar[diagSize]; in reallocate()
211 Index copyDiagSize = (std::min)(diagSize, m_diagSize); in reallocate()
237 m_allocatedSize = diagSize + upperSize + lowerSize; in reallocate()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h57 …resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), ot…
98 …void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index…
99 if (m_allocatedSize < diagSize + upperSize + lowerSize)
100 …reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp…
101 m_diagSize = diagSize;
108 inline Index diagSize() const { in diagSize() function
203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() argument
205 Scalar* diag = new Scalar[diagSize]; in reallocate()
211 Index copyDiagSize = (std::min)(diagSize, m_diagSize); in reallocate()
237 m_allocatedSize = diagSize + upperSize + lowerSize; in reallocate()
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h57 …resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), ot…
98 …void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index…
99 if (m_allocatedSize < diagSize + upperSize + lowerSize)
100 …reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp…
101 m_diagSize = diagSize;
108 inline Index diagSize() const { in diagSize() function
203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() argument
205 Scalar* diag = new Scalar[diagSize]; in reallocate()
211 Index copyDiagSize = (std::min)(diagSize, m_diagSize); in reallocate()
237 m_allocatedSize = diagSize + upperSize + lowerSize; in reallocate()
/dports/devel/upp/upp/uppsrc/plugin/Eigen/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h57 …resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), ot…
98 …void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index…
99 if (m_allocatedSize < diagSize + upperSize + lowerSize)
100 …reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp…
101 m_diagSize = diagSize;
108 inline Index diagSize() const { in diagSize() function
203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() argument
205 Scalar* diag = new Scalar[diagSize]; in reallocate()
211 Index copyDiagSize = (std::min)(diagSize, m_diagSize); in reallocate()
237 m_allocatedSize = diagSize + upperSize + lowerSize; in reallocate()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h57 …resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), ot…
98 …void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index…
99 if (m_allocatedSize < diagSize + upperSize + lowerSize)
100 …reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp…
101 m_diagSize = diagSize;
108 inline Index diagSize() const { in diagSize() function
203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() argument
205 Scalar* diag = new Scalar[diagSize]; in reallocate()
211 Index copyDiagSize = (std::min)(diagSize, m_diagSize); in reallocate()
237 m_allocatedSize = diagSize + upperSize + lowerSize; in reallocate()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h57 …resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), ot…
98 …void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index…
99 if (m_allocatedSize < diagSize + upperSize + lowerSize)
100 …reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp…
101 m_diagSize = diagSize;
108 inline Index diagSize() const { in diagSize() function
203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() argument
205 Scalar* diag = new Scalar[diagSize]; in reallocate()
211 Index copyDiagSize = (std::min)(diagSize, m_diagSize); in reallocate()
237 m_allocatedSize = diagSize + upperSize + lowerSize; in reallocate()
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h57 …resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), ot…
98 …void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index…
99 if (m_allocatedSize < diagSize + upperSize + lowerSize)
100 …reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp…
101 m_diagSize = diagSize;
108 inline Index diagSize() const { in diagSize() function
203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() argument
205 Scalar* diag = new Scalar[diagSize]; in reallocate()
211 Index copyDiagSize = (std::min)(diagSize, m_diagSize); in reallocate()
237 m_allocatedSize = diagSize + upperSize + lowerSize; in reallocate()
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h57 …resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), ot…
98 …void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index…
99 if (m_allocatedSize < diagSize + upperSize + lowerSize)
100 …reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp…
101 m_diagSize = diagSize;
108 inline Index diagSize() const { in diagSize() function
203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() argument
205 Scalar* diag = new Scalar[diagSize]; in reallocate()
211 Index copyDiagSize = (std::min)(diagSize, m_diagSize); in reallocate()
237 m_allocatedSize = diagSize + upperSize + lowerSize; in reallocate()
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h57 …resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), ot…
98 …void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index…
99 if (m_allocatedSize < diagSize + upperSize + lowerSize)
100 …reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp…
101 m_diagSize = diagSize;
108 inline Index diagSize() const { in diagSize() function
203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() argument
205 Scalar* diag = new Scalar[diagSize]; in reallocate()
211 Index copyDiagSize = (std::min)(diagSize, m_diagSize); in reallocate()
237 m_allocatedSize = diagSize + upperSize + lowerSize; in reallocate()
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h57 …resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), ot…
98 …void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index…
99 if (m_allocatedSize < diagSize + upperSize + lowerSize)
100 …reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp…
101 m_diagSize = diagSize;
108 inline Index diagSize() const { in diagSize() function
203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() argument
205 Scalar* diag = new Scalar[diagSize]; in reallocate()
211 Index copyDiagSize = (std::min)(diagSize, m_diagSize); in reallocate()
237 m_allocatedSize = diagSize + upperSize + lowerSize; in reallocate()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h57 …resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), ot…
98 …void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index…
99 if (m_allocatedSize < diagSize + upperSize + lowerSize)
100 …reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp…
101 m_diagSize = diagSize;
108 inline Index diagSize() const { in diagSize() function
203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() argument
205 Scalar* diag = new Scalar[diagSize]; in reallocate()
211 Index copyDiagSize = (std::min)(diagSize, m_diagSize); in reallocate()
237 m_allocatedSize = diagSize + upperSize + lowerSize; in reallocate()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h57 …resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), ot…
98 …void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index…
99 if (m_allocatedSize < diagSize + upperSize + lowerSize)
100 …reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp…
101 m_diagSize = diagSize;
108 inline Index diagSize() const { in diagSize() function
203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() argument
205 Scalar* diag = new Scalar[diagSize]; in reallocate()
211 Index copyDiagSize = (std::min)(diagSize, m_diagSize); in reallocate()
237 m_allocatedSize = diagSize + upperSize + lowerSize; in reallocate()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h57 …resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), ot…
98 …void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index…
99 if (m_allocatedSize < diagSize + upperSize + lowerSize)
100 …reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp…
101 m_diagSize = diagSize;
108 inline Index diagSize() const { in diagSize() function
203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() argument
205 Scalar* diag = new Scalar[diagSize]; in reallocate()
211 Index copyDiagSize = (std::min)(diagSize, m_diagSize); in reallocate()
237 m_allocatedSize = diagSize + upperSize + lowerSize; in reallocate()
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Core/products/
H A DTriangularMatrixMatrix_MKL.h101 Index diagSize = (std::min)(_rows,_depth); \
102 Index rows = IsLower ? _rows : diagSize; \
103 Index depth = IsLower ? diagSize : _depth; \
114 if (((nthr==1) && (((std::max)(rows,depth)-diagSize)/(double)diagSize < 0.5))) { \
143 m = (MKL_INT)diagSize; \
215 Index diagSize = (std::min)(_cols,_depth); \
217 Index depth = IsLower ? _depth : diagSize; \
218 Index cols = IsLower ? diagSize : _cols; \
228 if ((nthr==1) && (((std::max)(cols,depth)-diagSize)/(double)diagSize < 0.5)) { \
258 n = (MKL_INT)diagSize; \
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/Core/products/
H A DTriangularMatrixMatrix_BLAS.h101 Index diagSize = (std::min)(_rows,_depth); \
102 Index rows = IsLower ? _rows : diagSize; \
103 Index depth = IsLower ? diagSize : _depth; \
115 if (((nthr==1) && (((std::max)(rows,depth)-diagSize)/(double)diagSize < 0.5))) { \
140 m = convert_index<BlasIndex>(diagSize); \
212 Index diagSize = (std::min)(_cols,_depth); \
214 Index depth = IsLower ? _depth : diagSize; \
215 Index cols = IsLower ? diagSize : _cols; \
225 if ((nthr==1) && (((std::max)(cols,depth)-diagSize)/(double)diagSize < 0.5)) { \
251 n = convert_index<BlasIndex>(diagSize); \
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Core/products/
H A DTriangularMatrixMatrix_MKL.h101 Index diagSize = (std::min)(_rows,_depth); \
102 Index rows = IsLower ? _rows : diagSize; \
103 Index depth = IsLower ? diagSize : _depth; \
114 if (((nthr==1) && (((std::max)(rows,depth)-diagSize)/(double)diagSize < 0.5))) { \
143 m = (MKL_INT)diagSize; \
215 Index diagSize = (std::min)(_cols,_depth); \
217 Index depth = IsLower ? _depth : diagSize; \
218 Index cols = IsLower ? diagSize : _cols; \
228 if ((nthr==1) && (((std::max)(cols,depth)-diagSize)/(double)diagSize < 0.5)) { \
258 n = (MKL_INT)diagSize; \
/dports/devel/vcglib/vcglib-2020.09/eigenlib/Eigen/src/Core/products/
H A DTriangularMatrixMatrix_BLAS.h101 Index diagSize = (std::min)(_rows,_depth); \
102 Index rows = IsLower ? _rows : diagSize; \
103 Index depth = IsLower ? diagSize : _depth; \
115 if (((nthr==1) && (((std::max)(rows,depth)-diagSize)/(double)diagSize < 0.5))) { \
140 m = convert_index<BlasIndex>(diagSize); \
212 Index diagSize = (std::min)(_cols,_depth); \
214 Index depth = IsLower ? _depth : diagSize; \
215 Index cols = IsLower ? diagSize : _cols; \
225 if ((nthr==1) && (((std::max)(cols,depth)-diagSize)/(double)diagSize < 0.5)) { \
251 n = convert_index<BlasIndex>(diagSize); \
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Core/products/
H A DTriangularMatrixMatrix_MKL.h101 Index diagSize = (std::min)(_rows,_depth); \
102 Index rows = IsLower ? _rows : diagSize; \
103 Index depth = IsLower ? diagSize : _depth; \
114 if (((nthr==1) && (((std::max)(rows,depth)-diagSize)/(double)diagSize < 0.5))) { \
143 m = (MKL_INT)diagSize; \
215 Index diagSize = (std::min)(_cols,_depth); \
217 Index depth = IsLower ? _depth : diagSize; \
218 Index cols = IsLower ? diagSize : _cols; \
228 if ((nthr==1) && (((std::max)(cols,depth)-diagSize)/(double)diagSize < 0.5)) { \
258 n = (MKL_INT)diagSize; \
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/Eigen/src/Core/products/
H A DTriangularMatrixMatrix_BLAS.h101 Index diagSize = (std::min)(_rows,_depth); \
102 Index rows = IsLower ? _rows : diagSize; \
103 Index depth = IsLower ? diagSize : _depth; \
115 if (((nthr==1) && (((std::max)(rows,depth)-diagSize)/(double)diagSize < 0.5))) { \
140 m = convert_index<BlasIndex>(diagSize); \
212 Index diagSize = (std::min)(_cols,_depth); \
214 Index depth = IsLower ? _depth : diagSize; \
215 Index cols = IsLower ? diagSize : _cols; \
225 if ((nthr==1) && (((std::max)(cols,depth)-diagSize)/(double)diagSize < 0.5)) { \
251 n = convert_index<BlasIndex>(diagSize); \
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/Core/products/
H A DTriangularMatrixMatrix_MKL.h101 Index diagSize = (std::min)(_rows,_depth); \
102 Index rows = IsLower ? _rows : diagSize; \
103 Index depth = IsLower ? diagSize : _depth; \
114 if (((nthr==1) && (((std::max)(rows,depth)-diagSize)/(double)diagSize < 0.5))) { \
143 m = (MKL_INT)diagSize; \
215 Index diagSize = (std::min)(_cols,_depth); \
217 Index depth = IsLower ? _depth : diagSize; \
218 Index cols = IsLower ? diagSize : _cols; \
228 if ((nthr==1) && (((std::max)(cols,depth)-diagSize)/(double)diagSize < 0.5)) { \
258 n = (MKL_INT)diagSize; \

12345678910