LLVM API Documentation

Classes | Namespaces | Typedefs | Functions
Math.h File Reference
#include <algorithm>
#include <cassert>
#include <functional>
Include dependency graph for Math.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PBQP::Vector
 PBQP Vector class. More...
class  PBQP::VectorComparator
class  PBQP::Matrix
 PBQP Matrix class. More...
class  PBQP::MatrixComparator
class  PBQP::MDVector< Metadata >
class  PBQP::MDMatrix< Metadata >

Namespaces

namespace  PBQP

Typedefs

typedef float PBQP::PBQPNum

Functions

template<typename OStream >
OStream & PBQP::operator<< (OStream &OS, const Vector &V)
 Output a textual representation of the given vector on the given output stream.
template<typename OStream >
OStream & PBQP::operator<< (OStream &OS, const Matrix &M)
 Output a textual representation of the given matrix on the given output stream.