Home
last modified time | relevance | path

Searched refs:PermIndexType (Results 1 – 25 of 59) sorted by relevance

123

/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/math/eigen3/eigen-3.3.9/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
573 m_colsPermutation.setIdentity(PermIndexType(cols));
574 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
575 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/eigen/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/eigen/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/science/getdp/getdp-3.4.0-source/contrib/eigen/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/devel/vcglib/vcglib-2020.09/eigenlib/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/misc/opennn/opennn-5.0.5/eigen/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/math/vtk8/VTK-8.2.0/ThirdParty/eigen/vtkeigen/eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/graphics/open3d/Open3D-0.2/src/External/Eigen/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/biology/diamond/diamond-2.0.13/src/lib/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/math/gismo/gismo-21.12.0/external/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/Eigen/Eigen/src/QR/
H A DColPivHouseholderQR.h73 typedef typename PermutationType::StorageIndex PermIndexType;
103 m_colsPermutation(PermIndexType(cols)),
127 m_colsPermutation(PermIndexType(matrix.cols())),
148 m_colsPermutation(PermIndexType(matrix.cols())),
574 m_colsPermutation.setIdentity(PermIndexType(cols));
575 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k)
576 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k)));
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/QR/
H A DColPivHouseholderQR.h62 typedef typename PermutationType::Index PermIndexType; typedef
90 m_colsPermutation(PermIndexType(cols)), in ColPivHouseholderQR()
112 m_colsPermutation(PermIndexType(matrix.cols())), in ColPivHouseholderQR()
506 m_colsPermutation.setIdentity(PermIndexType(cols)); in compute()
507 for(PermIndexType k = 0; k < m_nonzero_pivots; ++k) in compute()
508 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k))); in compute()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/QR/
H A DColPivHouseholderQR.h62 typedef typename PermutationType::Index PermIndexType; typedef
91 m_colsPermutation(PermIndexType(cols)), in ColPivHouseholderQR()
113 m_colsPermutation(PermIndexType(matrix.cols())), in ColPivHouseholderQR()
505 m_colsPermutation.setIdentity(PermIndexType(cols)); in compute()
506 for(PermIndexType k = 0; k < size/*m_nonzero_pivots*/; ++k) in compute()
507 m_colsPermutation.applyTranspositionOnTheRight(k, PermIndexType(m_colsTranspositions.coeff(k))); in compute()

123