Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
sparsity.h File Reference
#include "realm/realm_config.h"
#include "realm/event.h"
#include "realm/atomics.h"
#include <iostream>
#include <vector>
#include "realm/sparsity.inl"
Include dependency graph for sparsity.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Realm::SparsityMap< N, T >
 
struct  Realm::SparsityMapEntry< N, T >
 
class  Realm::SparsityMapPublicImpl< N, T >
 

Namespaces

namespace  Realm
 

Functions

template<int N, typename T >
REALM_PUBLIC_API std::ostream & Realm::operator<< (std::ostream &os, SparsityMap< N, T > s)
 
template<int N, typename T >
REALM_PUBLIC_API std::ostream & Realm::operator<< (std::ostream &os, const SparsityMapEntry< N, T > &entry)
 

Detailed Description

This file provides the interface for sparsity maps, which are used to represent the sparsity of index spaces.