Home
last modified time | relevance | path

Searched refs:IndexSet (Results 1 – 25 of 1286) sorted by relevance

12345678910>>...52

/dports/math/4ti2/4ti2-Release_1_6_9/src/groebner/
H A DSupportTree.h31 template <class IndexSet>
81 template <class IndexSet>
84 SupportTree<IndexSet>::insert(const std::vector<IndexSet>& supports, int num) in insert()
92 template <class IndexSet>
95 SupportTree<IndexSet>::insert(const IndexSet& support, int index) in insert()
100 template <class IndexSet>
103 SupportTree<IndexSet>::dominated(const IndexSet& support) in dominated()
108 template <class IndexSet>
116 template <class IndexSet>
124 template <class IndexSet>
[all …]
H A DRayMatrixAlgorithm.h33 template <class IndexSet>
41 virtual IndexSet compute(
44 const IndexSet& rs);
45 virtual IndexSet compute(
49 const IndexSet& rs);
55 const IndexSet& rs);
59 const IndexSet& rs);
63 const IndexSet& rs);
67 const IndexSet& rs);
71 const IndexSet& rs);
[all …]
H A DOnesTree.h31 template <class IndexSet>
44 …irtual void find_diff(std::vector<int>& indices, const IndexSet& supp1, int diff1, const IndexSet&…
50 template <class IndexSet>
63 …irtual void find_diff(std::vector<int>& indices, const IndexSet& supp1, int diff1, const IndexSet&…
69 template <class IndexSet>
70 class OnesTreeLeaf : public OnesTreeNode<IndexSet>
82 …irtual void find_diff(std::vector<int>& indices, const IndexSet& supp1, int diff1, const IndexSet&…
88 template <class IndexSet>
100 int find(const IndexSet& b);
104 …void find_diff(std::vector<int>& indices, const IndexSet& supp1, int diff1, const IndexSet& supp2,…
[all …]
H A DOnesTree.tpp29 template <class IndexSet>
32 template <class IndexSet>
37 template <class IndexSet>
42 template <class IndexSet>
48 template <class IndexSet>
54 template <class IndexSet>
81 OnesTreeBranch<IndexSet>::dominated(const IndexSet& b, int index1, int index2)
284 OnesTree<IndexSet>::insert(const std::vector<IndexSet>& supports, int num)
308 OnesTree<IndexSet>::dominated(const IndexSet& b, int index1, int index2)
322 OnesTree<IndexSet>::insert(const IndexSet& support, int index)
[all …]
H A DRaySupportAlgorithm.h33 template <class IndexSet>
41 virtual IndexSet compute(
44 const IndexSet& rs);
45 virtual IndexSet compute(
49 const IndexSet& rs);
52 IndexSet compute0(const VectorArray& matrix,
55 const IndexSet& rs);
59 const IndexSet& rs);
63 const IndexSet& rs);
67 const IndexSet& rs);
[all …]
H A DCircuitImplementation.h32 template <class IndexSet>
42 const IndexSet& rs,
43 const IndexSet& cirs);
59 std::vector<IndexSet>& supps,
67 std::vector<IndexSet>& supps,
75 std::vector<IndexSet>& supps,
84 std::vector<IndexSet>& supps,
105 const IndexSet& supp,
106 const IndexSet& pos_supp,
107 const IndexSet& neg_supp,
[all …]
/dports/security/helib/HElib-1.3.1/include/helib/
H A DIndexSet.h30 class IndexSet
152 const IndexSet& s_;
164 IndexSet operator|(const IndexSet& s, const IndexSet& t);
167 IndexSet operator&(const IndexSet& s, const IndexSet& t);
170 IndexSet operator^(const IndexSet& s, const IndexSet& t);
173 IndexSet operator/(const IndexSet& s, const IndexSet& t);
185 bool operator<=(const IndexSet& s1, const IndexSet& s2);
188 bool operator<(const IndexSet& s1, const IndexSet& s2);
191 bool operator>=(const IndexSet& s1, const IndexSet& s2);
194 bool operator>(const IndexSet& s1, const IndexSet& s2);
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dindex_set.h118 IndexSet(const IndexSet &) = default;
130 IndexSet(IndexSet &&is) noexcept;
327 IndexSet operator&(const IndexSet &is) const;
342 IndexSet
378 IndexSet
1463 inline IndexSet::IndexSet() in IndexSet() function
1471 inline IndexSet::IndexSet(const size_type size) in IndexSet() function
1479 inline IndexSet::IndexSet(IndexSet &&is) noexcept in IndexSet() function
1496 IndexSet::operator=(IndexSet &&is) noexcept
1967 IndexSet::operator==(const IndexSet &is) const
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/metaphysicl/src/numerics/include/metaphysicl/
H A Ddualsparsenumberarray.h38 template <typename T, typename IndexSet>
45 template <typename T, typename IndexSet>
55 template <typename T, typename IndexSet>
63 template <typename T, typename IndexSet>
76 template <typename T, typename IndexSet>
103 template <typename T, typename IndexSet>
124 template <typename T, typename IndexSet>
132 typename IndexSet::ForEach()
141 template <typename T, typename IndexSet>
148 typename IndexSet::ForEach()
[all …]
H A Dsparsenumbervector.h401 static SparseNumberVector<SparseNumberVector<T, IndexSet>, IndexSet>
404 SparseNumberVector<SparseNumberVector<T, IndexSet>, IndexSet > returnval(0);
505 > IndexSet;
523 > IndexSet;
734 if (IndexSet::size)
740 if (IndexSet::size > 1)
833 IndexSet,IndexSet2,IndexSet,T,T2,TS> \
849 (UnaryVectorFunctor<std::function<TS(TS)>,IndexSet,IndexSet,T,TS> \
865 (UnaryVectorFunctor<std::function<TS(TS)>,IndexSet,IndexSet,T2,TS> \
914 …(BinaryVectorFunctor<std::function<const T&(const T&,const T&)>,IndexSet,IndexSet,IndexSet,T,T,T> \
[all …]
H A Dsparsenumberarray.h89 typedef IndexSet index_set;
103 { return IndexSet::size; }
509 > IndexSet;
527 > IndexSet;
741 if (IndexSet::size)
747 if (IndexSet::size > 1)
850 IndexSet,IndexSet2,IndexSet,T,T2,TS> \
866 (UnaryVectorFunctor<std::function<TS(TS)>,IndexSet,IndexSet,T,TS> \
882 (UnaryVectorFunctor<std::function<TS(TS)>,IndexSet,IndexSet,T2,TS> \
938 …(BinaryVectorFunctor<std::function<const T&(const T&,const T&)>,IndexSet,IndexSet,IndexSet,T,T,T> \
[all …]
H A Ddualsparsenumbervector.h38 template <typename T, typename IndexSet>
45 template <typename T, typename IndexSet>
52 template <typename T, typename IndexSet>
59 for (unsigned int i=0; i != IndexSet::size; ++i)
65 template <typename T, typename IndexSet>
71 for (unsigned int i=0; i != IndexSet::size; ++i)
92 template <typename T, typename IndexSet>
116 template <typename T, typename IndexSet>
123 typename IndexSet::ForEach()
131 template <typename T, typename IndexSet>
[all …]
H A Dsparsenumberstruct.h327 IndexSet& _out;
345 IndexSet& _out;
443 IndexSet& raw_data()
485 for_each_datum (UnaryFunctor<NegateSubfunctor,IndexSet,IndexSet>
608 IndexSet _data;
647 > IndexSet;
664 > IndexSet;
1017 const IndexSet& _in;
1031 if (IndexSet::size)
1165 (UnaryFunctor<funcname##_Subfunctor,IndexSet,IndexSet> \
[all …]
H A Ddualsparsenumberstruct.h80 template <typename IndexSet>
87 template <typename IndexSet>
114 template <typename IndexSet>
123 typename IndexSet::ForEach()
131 template <typename IndexSet>
139 typename IndexSet::ForEach()
190 const IndexSet& _in;
200 template <typename IndexSet>
212 typename IndexSet::ForEach()
220 template <typename IndexSet>
[all …]
/dports/science/metaphysicl/MetaPhysicL-1.3.3/src/numerics/include/metaphysicl/
H A Ddualsparsenumberarray.h38 template <typename T, typename IndexSet>
45 template <typename T, typename IndexSet>
55 template <typename T, typename IndexSet>
63 template <typename T, typename IndexSet>
76 template <typename T, typename IndexSet>
103 template <typename T, typename IndexSet>
124 template <typename T, typename IndexSet>
132 typename IndexSet::ForEach()
141 template <typename T, typename IndexSet>
148 typename IndexSet::ForEach()
[all …]
H A Dsparsenumbervector.h401 static SparseNumberVector<SparseNumberVector<T, IndexSet>, IndexSet>
404 SparseNumberVector<SparseNumberVector<T, IndexSet>, IndexSet > returnval(0);
505 > IndexSet;
523 > IndexSet;
734 if (IndexSet::size)
740 if (IndexSet::size > 1)
833 IndexSet,IndexSet2,IndexSet,T,T2,TS> \
849 (UnaryVectorFunctor<std::function<TS(TS)>,IndexSet,IndexSet,T,TS> \
865 (UnaryVectorFunctor<std::function<TS(TS)>,IndexSet,IndexSet,T2,TS> \
914 …(BinaryVectorFunctor<std::function<const T&(const T&,const T&)>,IndexSet,IndexSet,IndexSet,T,T,T> \
[all …]
H A Dsparsenumberarray.h89 typedef IndexSet index_set;
103 { return IndexSet::size; }
509 > IndexSet;
527 > IndexSet;
741 if (IndexSet::size)
747 if (IndexSet::size > 1)
850 IndexSet,IndexSet2,IndexSet,T,T2,TS> \
866 (UnaryVectorFunctor<std::function<TS(TS)>,IndexSet,IndexSet,T,TS> \
882 (UnaryVectorFunctor<std::function<TS(TS)>,IndexSet,IndexSet,T2,TS> \
938 …(BinaryVectorFunctor<std::function<const T&(const T&,const T&)>,IndexSet,IndexSet,IndexSet,T,T,T> \
[all …]
H A Ddualsparsenumbervector.h38 template <typename T, typename IndexSet>
45 template <typename T, typename IndexSet>
52 template <typename T, typename IndexSet>
59 for (unsigned int i=0; i != IndexSet::size; ++i)
65 template <typename T, typename IndexSet>
71 for (unsigned int i=0; i != IndexSet::size; ++i)
92 template <typename T, typename IndexSet>
116 template <typename T, typename IndexSet>
123 typename IndexSet::ForEach()
131 template <typename T, typename IndexSet>
[all …]
H A Dsparsenumberstruct.h327 IndexSet& _out;
345 IndexSet& _out;
443 IndexSet& raw_data()
485 for_each_datum (UnaryFunctor<NegateSubfunctor,IndexSet,IndexSet>
608 IndexSet _data;
647 > IndexSet;
664 > IndexSet;
1017 const IndexSet& _in;
1031 if (IndexSet::size)
1165 (UnaryFunctor<funcname##_Subfunctor,IndexSet,IndexSet> \
[all …]
H A Ddualsparsenumberstruct.h80 template <typename IndexSet>
87 template <typename IndexSet>
114 template <typename IndexSet>
123 typename IndexSet::ForEach()
131 template <typename IndexSet>
139 typename IndexSet::ForEach()
190 const IndexSet& _in;
200 template <typename IndexSet>
212 typename IndexSet::ForEach()
220 template <typename IndexSet>
[all …]
/dports/security/helib/HElib-1.3.1/src/
H A DIndexSet.cpp18 const IndexSet& IndexSet::emptySet() in emptySet()
83 bool IndexSet::contains(const IndexSet& s) const in contains()
91 bool IndexSet::disjointFrom(const IndexSet& s) const in disjointFrom()
103 bool IndexSet::operator==(const IndexSet& s) const in operator ==()
181 void IndexSet::insert(const IndexSet& s) in insert()
198 void IndexSet::remove(const IndexSet& s) in remove()
214 void IndexSet::retain(const IndexSet& s) in retain()
232 IndexSet operator|(const IndexSet& s, const IndexSet& t) in operator |()
240 IndexSet operator&(const IndexSet& s, const IndexSet& t) in operator &()
248 IndexSet operator^(const IndexSet& s, const IndexSet& t) in operator ^()
[all …]
/dports/editors/ted/Ted-2.23/appUtil/
H A DutilIndexSet.h11 typedef struct IndexSet struct
15 } IndexSet; argument
43 extern int utilCopyIndexSet( IndexSet * to,
44 const IndexSet * from );
46 extern int utilIndexSetAdd( IndexSet * is,
53 const IndexSet * is1,
54 const IndexSet * is2 );
57 const IndexSet * is1,
58 const IndexSet * is2 );
61 const IndexSet * is1,
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DindexSet.cpp38 IndexSet::BitBlock IndexSet::_empty_block = IndexSet::BitBlock();
42 julong IndexSet::_alloc_new = 0;
45 julong IndexSet::_total_bits = 0;
50 int IndexSet::_serial_count = 1;
154 IndexSet::BitBlock *IndexSet::alloc_block() { in alloc_block()
177 IndexSet::BitBlock *IndexSet::alloc_block_containing(uint element) { in alloc_block_containing()
225 IndexSet *temp = one; in lrg_union()
280 IndexSet::IndexSet (IndexSet *set) { in IndexSet() function in IndexSet
356 void IndexSet::swap(IndexSet *set) { in swap()
377 void IndexSet::dump() const { in dump()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DindexSet.cpp38 IndexSet::BitBlock IndexSet::_empty_block = IndexSet::BitBlock();
42 julong IndexSet::_alloc_new = 0;
45 julong IndexSet::_total_bits = 0;
50 int IndexSet::_serial_count = 1;
154 IndexSet::BitBlock *IndexSet::alloc_block() { in alloc_block()
177 IndexSet::BitBlock *IndexSet::alloc_block_containing(uint element) { in alloc_block_containing()
225 IndexSet *temp = one; in lrg_union()
280 IndexSet::IndexSet (IndexSet *set) { in IndexSet() function in IndexSet
356 void IndexSet::swap(IndexSet *set) { in swap()
377 void IndexSet::dump() const { in dump()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DindexSet.cpp38 IndexSet::BitBlock IndexSet::_empty_block = IndexSet::BitBlock();
42 julong IndexSet::_alloc_new = 0;
45 julong IndexSet::_total_bits = 0;
50 int IndexSet::_serial_count = 1;
88 IndexSet::BitBlock *IndexSet::alloc_block() { in alloc_block()
111 IndexSet::BitBlock *IndexSet::alloc_block_containing(uint element) { in alloc_block_containing()
159 IndexSet *temp = one; in lrg_union()
214 IndexSet::IndexSet (IndexSet *set) { in IndexSet() function in IndexSet
290 void IndexSet::swap(IndexSet *set) { in swap()
311 void IndexSet::dump() const { in dump()
[all …]

12345678910>>...52