Home
last modified time | relevance | path

Searched defs:sort_indices (Results 1 – 25 of 50) sorted by relevance

12

/dports/science/bagel/bagel-1.2.2/src/util/
H A Dprim_op_var.h34 void sort_indices(const std::array<int,1>& o, const double a, const double b, const DataType* in, D… in sort_indices() function
39 void sort_indices(const std::array<int,2>& o, const double a, const double b, const DataType* in, D… in sort_indices() function
44 void sort_indices(const std::array<int,3>& o, const double a, const double b, const DataType* in, D… in sort_indices() function
49 void sort_indices(const std::array<int,5>& o, const double a, const double b, const DataType* in, D… in sort_indices() function
54 void sort_indices(const std::array<int,7>& o, const double a, const double b, const DataType* in, D… in sort_indices() function
58 void sort_indices(const std::array<int,4>& o, const double a, const double b, const DataType* in, D… in sort_indices() function
113 void sort_indices(const std::array<int,6>& o, const double a, const double b, const DataType* in, D… in sort_indices() function
280 void sort_indices(const std::array<int,8>& o, const double a, const double b, const DataType* in, D… in sort_indices() function
H A Dprim_op.h42 void sort_indices(const std::unique_ptr<T[]>& unsorted, std::unique_ptr<T[]>& sorted) { in sort_indices() function
53 void sort_indices(const std::unique_ptr<T[]>& unsorted, std::unique_ptr<T[]>& sorted, in sort_indices() function
152 void sort_indices(const std::unique_ptr<T[]>& unsorted, std::unique_ptr<T[]>& sorted, in sort_indices() function
159 void sort_indices(const T* const unsorted, T* const sorted, in sort_indices() function
329 void sort_indices(const std::unique_ptr<T[]>& unsorted, std::unique_ptr<T[]>& sorted, in sort_indices() function
337 void sort_indices(const T* unsorted, T* sorted, in sort_indices() function
735 void sort_indices(const T* unsorted, T* sorted, in sort_indices() function
775 void sort_indices(const T* unsorted, T* sorted, in sort_indices() function
818 void sort_indices(const T* unsorted, T* sorted, in sort_indices() function
927 void sort_indices(const T* unsorted, T* sorted, in sort_indices() function
[all …]
/dports/lang/runawk/runawk-1.6.1/modules/
H A Dsort.awk68 function sort_indices (src_hash, index_remap) function
/dports/astro/oskar/OSKAR-2.8.0/apps/
H A Doskar_filter_sky_model_clusters_main.cpp43 struct sort_indices struct
46 sort_indices(const T* v) : p(v) {} in sort_indices() argument
47 bool operator() (int a, int b) const {return p[a] < p[b];} in operator ()()
/dports/math/stanmath/math-4.2.0/stan/math/prim/fun/
H A Dsort_indices.hpp64 std::vector<int> sort_indices(const C& xs) { in sort_indices() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/mat/fun/
H A Dsort_indices.hpp63 std::vector<int> sort_indices(const C& xs) { in sort_indices() function
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/
H A DStructuring.pm1632 sub sort_indices($$$) subroutine
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/bvh/
H A Dbvh_partitionerbase.h135 void PartitionerBase<AABBVector>::sort_indices( in sort_indices() function
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/asm/
H A Dasm.h23 PetscBool sort_indices; /* flag to sort subdomain indices */ member
/dports/science/plumed/plumed2-2.7.2/src/tools/
H A DMultiValue.h48 std::vector<unsigned> indices, sort_indices; variable
/dports/math/stanmath/math-4.2.0/test/unit/math/rev/fun/
H A Dsort_indices_test.cpp96 TEST(AgradRev, sort_indices) { in TEST() argument
/dports/science/qiskit-aer/qiskit-aer-0.5.2/qiskit/providers/aer/pulse/qutip_lite/cy/
H A Dsparse_routines.pxi533 cdef void sort_indices(CSR_Matrix * mat): function
/dports/devel/py-qutip/qutip-4.6.2/qutip/cy/
H A Dsparse_routines.pxi526 cdef void sort_indices(CSR_Matrix * mat): function
/dports/net-mgmt/check_nwc_health/check_nwc_health-10.0.0.1/GLPlugin/lib/Monitoring/GLPlugin/
H A DSNMP.pm2859 sub sort_indices { subroutine
/dports/net-mgmt/check_ups_health/check_ups_health-3.0.1.2/GLPlugin/lib/Monitoring/GLPlugin/
H A DSNMP.pm2817 sub sort_indices { subroutine
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/
H A Dbsr.py603 def sort_indices(self): member in bsr_matrix
H A Dcompressed.py1139 def sort_indices(self): member in _cs_matrix
/dports/graphics/hugin/hugin-2020.0.0/src/foreign/flann/algorithms/
H A Dkmeans_index.h943 int* sort_indices = new int[branching_]; in findExactNN() local
961 void getCenterOrdering(KMeansNodePtr node, const ElementType* q, int* sort_indices) in getCenterOrdering()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dvector_sort.cc284 auto sort_indices = std::make_shared<VectorFunction>("sort_indices", Arity::Unary()); in RegisterVectorSort() local
/dports/irc/epic5/epic5-2.1.6/source/
H A Darray.c241 static void sort_indices (an_array *array) in sort_indices() function
/dports/irc/epic4/epic4-2.10.9/source/
H A Darray.c241 static void sort_indices (an_array *array) in sort_indices() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/unit_test/
H A Dreduced_basis.cpp123 const IntVector & sort_indices = Teuchos::getCol(Teuchos::View, sorted_indices, i); in TEUCHOS_UNIT_TEST() local
/dports/science/fastjet/fastjet-3.3.4/src/
H A DPseudoJet.cc765 void sort_indices(vector<int> & indices, in sort_indices() function
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/gradient_autoscheduler/
H A DGradientAutoscheduler.cpp22 std::vector<int> sort_indices(const std::vector<T> &v) { in sort_indices() function
/dports/graphics/opencv/opencv-4.5.3/modules/flann/include/opencv2/flann/
H A Dkmeans_index.h1643 int* sort_indices = new int[branching_]; in findExactNN() local
1661 void getCenterOrdering(KMeansNodePtr node, const ElementType* q, int* sort_indices) in getCenterOrdering()

12