docs/group__predicate__iterator__concept.html
| | CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers |
Predicate Iterator Concept
|
|
| class | cutlass::PredicateVector< kPredicates_, kPredicatesPerByte_, kPredicateStart_ >::Iterator |
| | An iterator implementing [Predicate Iterator Concept](group predicate iterator__concept.html) enabling sequential read and write access to predicates. More...
|
| |
| class | cutlass::PredicateVector< kPredicates_, kPredicatesPerByte_, kPredicateStart_ >::ConstIterator |
| | An iterator implementing [Predicate Iterator Concept](group predicate iterator__concept.html) enabling sequential read and write access to predicates. More...
|
| |
Implementations of [Predicate Iterator Concept](group predicate iterator__concept.html) enables accessing and traversing elements of a bit vector.
Const Predicate IteratorA const [Predicate Iterator Concept](group predicate iterator__concept.html) satisfies the following expressions
Mutable Predicate IteratorA [Predicate Iterator Concept](group predicate iterator__concept.html) that is non-const also satisfies the following expressions
Generated by 1.8.11