carl  24.04
Computer ARithmetic Library
CompactTree.h File Reference

This file has been extracted from mathic. More...

#include <carl-common/meta/platform.h>
#include <cassert>
#include <ostream>
Include dependency graph for CompactTree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  carl::CompactTree< Entry, FastIndex >
 This class packs a complete binary tree in a vector. More...
 
class  carl::CompactTree< Entry, FastIndex >::Node
 

Namespaces

 carl
 carl is the main namespace for the library.
 

Functions

template<class E , bool FI>
std::ostream & carl::operator<< (std::ostream &out, const CompactTree< E, FI > &tree)
 

Detailed Description

This file has been extracted from mathic.

It was deployed without license at: http://www.broune.com/papers/issac2012.html Currently, it is distributed under LGPL v2 from http://www.broune.com/papers/issac2012.html

Definition in file CompactTree.h.